/*
 * Octon v2 password reset screens (OCTONBOT-296).
 * Source: docs/OCTONBOT-296 design export (password-reset.css).
 */
.password-reset-card {
  padding-top: 48px;
}

.password-reset-copy {
  margin-bottom: 28px;
}

.password-reset-description {
  margin-top: 12px;
  color: var(--text-gray);
  font-size: 0.95rem;
  line-height: 1.75;
  text-align: left;
}

.password-reset-submit-btn {
  margin-top: 2px;
}

.password-reset-back-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  color: var(--text-gray);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.password-reset-back-link:hover {
  opacity: 0.72;
}

.password-reset-back-link i {
  font-size: 0.78rem;
}

/* Success flash rendered by the server (broker status) — not part of the static design export. */
.password-reset-status {
  margin-bottom: 18px;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--success-green-dark);
  border-radius: 12px;
  background: var(--success-green-soft);
  color: var(--success-green-dark);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 640px) {
  .password-reset-card {
    padding-top: 40px;
  }

  .password-reset-copy {
    margin-bottom: 24px;
  }

  .password-reset-description {
    font-size: 0.9rem;
  }
}
