/**
 * Hide the floating reCAPTCHA badge.
 *
 * Per Google's terms, the badge can be hidden as long as the disclosure
 * text is shown elsewhere on pages where reCAPTCHA is used. The form_alter
 * adds that disclosure inline next to each protected form.
 */
.grecaptcha-badge {
    visibility: hidden !important;
}

.etype-captcha-disclosure {
    margin-bottom: 1rem;
}
