/* Forgot Password — Rebrand Page Styles
   Page-specific styles on top of rebrand-base.css */

.forgot-password-page .rebrand-card {
    width: 450px;
    gap: 24px;
}

.forgot-password-page .rebrand-card h1 {
    margin: 0;
}

/* reCAPTCHA container */
.rebrand-recaptcha {
    width: 100%;
}

/* Scale reCAPTCHA on very narrow screens to prevent overflow */
@media (max-width: 340px) {
    .rebrand-recaptcha .g-recaptcha {
        transform: scale(0.85);
        transform-origin: left top;
    }
}
