/**
 * Lost-password page — password field extras on top of sign-in.css.
 */

.eh-lost-password-page .eh-lost-password-shell,
.eh-lost-password-page .eh-lost-password-shell.wp-block-group {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}

.eh-lost-password-page .eh-lp-reset-form {
  margin-top: 0.15rem;
}

.eh-lost-password-page .eh-lp-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.eh-lost-password-page .eh-lp-label-row .eh-sign-in__label {
  margin: 0 !important;
}

.eh-lost-password-page .eh-lp-label__hint {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--pr-ink-soft, #50606f);
  line-height: 1.2;
}

.eh-lost-password-page .eh-lp-input-wrap {
  position: relative;
}

.eh-lost-password-page .eh-lp-input {
  width: 100%;
  padding: 0.9rem 2.85rem 0.9rem 1rem !important;
  border-radius: 14px !important;
}

.eh-lost-password-page .eh-lp-input:hover {
  border-color: rgba(45, 154, 173, 0.35) !important;
}

.eh-lost-password-page .eh-lp-input:focus {
  background: #ffffff !important;
}

.eh-lost-password-page .eh-lp-input.is-invalid {
  border-color: #d45b5b !important;
  background: #fffafa !important;
  box-shadow: 0 0 0 4px rgba(212, 91, 91, 0.12) !important;
}

.eh-lost-password-page .eh-lp-input-toggle {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #50606f;
  cursor: pointer;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  transition: color 0.18s ease, background 0.18s ease;
}

.eh-lost-password-page .eh-lp-input-toggle:hover,
.eh-lost-password-page .eh-lp-input-toggle:focus-visible {
  color: var(--lt-teal, #2d9aad);
  background: rgba(45, 154, 173, 0.1);
  outline: none;
  transform: translateY(-50%);
}

.eh-lost-password-page .eh-lp-input-toggle__icon {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background: center / contain no-repeat;
  pointer-events: none;
}

.eh-lost-password-page .eh-lp-input-toggle__icon--show {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z' stroke='%2350606f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%2350606f' stroke-width='1.75'/%3E%3C/svg%3E");
}

.eh-lost-password-page .eh-lp-input-toggle__icon--hide {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.9 4.24A10.94 10.94 0 0 1 12 4c6.5 0 10 7 10 7a18.5 18.5 0 0 1-2.16 3.19' stroke='%2350606f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.61 6.61A13.52 13.52 0 0 0 2 12s3.5 7 10 7a9.74 9.74 0 0 0 5.39-1.61' stroke='%2350606f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2' y1='2' x2='22' y2='22' stroke='%2350606f' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
}

.eh-lost-password-page .eh-lp-input-toggle:hover .eh-lp-input-toggle__icon--show,
.eh-lost-password-page .eh-lp-input-toggle:focus-visible .eh-lp-input-toggle__icon--show {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z' stroke='%232d9aad' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%232d9aad' stroke-width='1.75'/%3E%3C/svg%3E");
}

.eh-lost-password-page .eh-lp-input-toggle:hover .eh-lp-input-toggle__icon--hide,
.eh-lost-password-page .eh-lp-input-toggle:focus-visible .eh-lp-input-toggle__icon--hide {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.9 4.24A10.94 10.94 0 0 1 12 4c6.5 0 10 7 10 7a18.5 18.5 0 0 1-2.16 3.19' stroke='%232d9aad' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.61 6.61A13.52 13.52 0 0 0 2 12s3.5 7 10 7a9.74 9.74 0 0 0 5.39-1.61' stroke='%232d9aad' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2' y1='2' x2='22' y2='22' stroke='%232d9aad' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
}

.eh-lost-password-page .eh-lp-input-toggle[aria-pressed="true"] .eh-lp-input-toggle__icon--show {
  display: none;
}

.eh-lost-password-page .eh-lp-input-toggle[aria-pressed="false"] .eh-lp-input-toggle__icon--hide,
.eh-lost-password-page .eh-lp-input-toggle:not([aria-pressed="true"]) .eh-lp-input-toggle__icon--hide {
  display: none;
}

.eh-lost-password-page .eh-lp-match {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.eh-lost-password-page .eh-lp-match.is-match {
  color: #1a7a4a;
}

.eh-lost-password-page .eh-lp-match.is-mismatch {
  color: #8a1c1c;
}

.eh-lost-password-page .eh-lp-field + .eh-lp-field,
.eh-lost-password-page .eh-lp-field {
  margin-bottom: 1rem;
}
