/* Forgot Password – small add-ons on top of login.css */

.auth-help {
  margin: 6px 0 14px;
  color: var(--muted, #6b7280);
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: center;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

/* Make success alert spacing a bit nicer */
.auth-alert.success {
  margin-top: 12px;
}

/* Mobile: slightly tighter */
@media (max-width: 520px) {
  .auth-help {
    font-size: 0.95rem;
  }
}
