/**
 * Sign-in unverified state + resend verification (additive styles).
 */

.eh-sign-in-page .eh-sign-in__notice--warning {
  color: #7a4d00;
  background: #fffbeb;
  border: 1px solid #f0d48a;
}

.eh-sign-in-page .eh-sign-in__row--split {
  justify-content: space-between;
  gap: 1rem;
}

.eh-sign-in-page .eh-sign-in__resend-link {
  margin-left: auto;
  padding: 0;
  border: none;
  background: none;
  color: var(--lt-teal);
  font-family: var(--eh-sign-in-font) !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.eh-sign-in-page .eh-sign-in__resend-link:hover,
.eh-sign-in-page .eh-sign-in__resend-link:focus {
  color: var(--pr-teal-ui);
}

body.eh-sign-in-resend-modal-open {
  overflow: hidden;
}

.eh-sign-in-page .eh-sign-in__resend-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.eh-sign-in-page .eh-sign-in__resend-modal[hidden] {
  display: none !important;
}

.eh-sign-in-page .eh-sign-in__resend-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 40, 0.58);
  backdrop-filter: blur(3px);
}

.eh-sign-in-page .eh-sign-in__resend-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(8, 19, 40, 0.2);
  padding: 1.5rem 1.5rem 1.35rem;
}

.eh-sign-in-page .eh-sign-in__resend-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: rgba(8, 19, 40, 0.06);
  color: var(--lt-ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.eh-sign-in-page .eh-sign-in__resend-modal__close:hover,
.eh-sign-in-page .eh-sign-in__resend-modal__close:focus {
  background: rgba(8, 19, 40, 0.1);
}

.eh-sign-in-page .eh-sign-in__resend-modal__title {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--eh-sign-in-font) !important;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--lt-ink);
  letter-spacing: -0.02em;
}

.eh-sign-in-page .eh-sign-in__resend-modal__lead {
  margin: 0 0 1rem;
  font-family: var(--eh-sign-in-font) !important;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--pr-ink-soft);
}

.eh-sign-in-page .eh-sign-in__resend-modal__status {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.eh-sign-in-page .eh-sign-in__resend-modal__send {
  margin-top: 1rem;
}

.eh-sign-in-page .eh-sign-in__resend-modal__send:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
