/* Hide reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Style for the legal text */
.recaptcha-legal-text {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 0.5rem;
}

.recaptcha-legal-text a {
    color: #6c757d;
    text-decoration: underline;
}

.recaptcha-legal-text a:hover {
    color: var(--nano-primary);
}