/* Google permits hiding the v3 badge only while the required branding is
   visibly present in the protected user flow. Keep both rules together. */
.grecaptcha-badge{visibility:hidden!important}
.recaptcha-disclosure{margin:15px 0 0;color:#667985;font-size:11px;line-height:1.55;text-align:left}
.recaptcha-disclosure a{color:#365b70;text-decoration:underline;text-underline-offset:2px}
.recaptcha-disclosure a:focus-visible{outline:2px solid #2d7f78;outline-offset:3px}
.auth-form .recaptcha-disclosure{max-width:520px;margin-top:18px}
@media(max-width:520px){.recaptcha-disclosure{font-size:10px;line-height:1.5}}
