/* reCAPTCHA Styles for Form ID 2503 */


/* Hide the reCAPTCHA badge for invisible reCAPTCHA */


/* This only affects reCAPTCHA badges, not other elements */

.grecaptcha-badge {
    visibility: hidden !important;
}


/* Style the reCAPTCHA disclaimer */


/* These styles are specific to reCAPTCHA disclaimer elements */

.recaptcha-disclaimer {
    font-size: 12px !important;
    color: #666 !important;
    margin-top: 15px !important;
    text-align: center !important;
    line-height: 1.4 !important;
}

.recaptcha-disclaimer a {
    text-decoration: underline !important;
    color: #666 !important;
}

.recaptcha-disclaimer a:hover {
    color: #333 !important;
}


/* Ensure the hidden reCAPTCHA field doesn't take up space */

input[name="g-recaptcha-response"] {
    display: none !important;
}


/* Form-specific styles for form ID 2503 */

.new-marketo-form[data-form-id="2503"] .recaptcha-disclaimer {
    margin-bottom: 20px !important;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .recaptcha-disclaimer {
        font-size: 11px !important;
        margin-top: 10px !important;
    }
}