/**
 * Mideas Account Forms — front-end styles.
 *
 * Class names keep the "orion-" prefix on purpose: they are already in the
 * markup of live pages and in the site's own CSS, and renaming them would break
 * that for no gain.
 */

/* While a password reset is in progress, the account page shows only the
   "choose a new password" form — the login and register columns underneath are
   noise at that point. Remove this rule to show them anyway. */
body.orion-reset-in-progress .elementor-widget-woocommerce-my-account,
body.orion-reset-in-progress .woocommerce-account .woocommerce > .u-columns {
  display: none;
}

/* Inline feedback for the login / register / lost-password forms */
.orion-account-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.orion-account-message--error {
  background: #fde8e8;
  border: 1px solid #f5c2c2;
  color: #a01818;
}

.orion-account-message--success {
  background: #e8f5ea;
  border: 1px solid #bfe0c6;
  color: #1a6b2a;
}

.orion-account-busy {
  opacity: .65;
  pointer-events: none;
}
