/**
 * Theme Name: RollCor Door Systems
 * Template:   hello-elementor
 * Description: RollCor Door Systems Theme
 * Author: Brandon Stewart
 * Author URI: https://lumeforge.ca
 * Version: 1.0.0
 */

.grecaptcha-badge {
    visibility: hidden !important;
}

/* Alternative method - completely hide it */
.grecaptcha-badge {
    display: none !important;
}

.g-recaptcha-msg {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;

    a {
        color: #2A343F;
        text-decoration: underline !important;

        &:hover,
        &:focus {
            color: #2A343F;
            text-decoration: none !important;
        }
    }
}
