/* reCAPTCHA terms styling */
/* Hide reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
}
.recaptcha-terms {
    font-size: 0.7rem;
    color: rgba(80, 80, 80, 0.9); /* Darker color for better contrast */
    margin-top: 10px;
    text-align: center;
}

.recaptcha-terms a {
    color: rgba(60, 60, 60, 1); /* Darker color for better contrast */
    text-decoration: underline;
}

.recaptcha-terms a:hover, .recaptcha-terms a:focus {
    color: #f5d162;
}
