/* Hide the floating reCAPTCHA v3 badge.
   Required: display Google's attribution text elsewhere (see footer.html).
   https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
    visibility: hidden !important;
}
