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

/* reCAPTCHA terms notice */
.recaptcha-terms {
    font-size: 11px;
    color: #6c757d;
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
}

.recaptcha-terms a {
    color: #007bff;
    text-decoration: none;
}

.recaptcha-terms a:hover {
    text-decoration: underline;
}
