.dogloja-recaptcha-notice {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 1.45;
    opacity: 0.8;
    text-align: center;
}

.dogloja-recaptcha-notice a {
    color: inherit;
    text-decoration: underline;
}

/* reCAPTCHA v3: o Google permite ocultar o badge se o aviso .dogloja-recaptcha-notice
   permanecer visível no fluxo de login (políticas do Google). */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
