/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * Hides the Google reCAPTCHA v3 floating badge.
 * Google allows hiding the badge as long as the required attribution text
 * is included in the user flow (see _RecaptchaAttribution.cshtml).
 * https://developers.google.com/recaptcha/docs/faq
 */

.grecaptcha-badge {
    visibility: hidden !important;
}
