eb-invisible-to-visitors {display:none !important; }


.eb-event-date.btn-primary {
    /* Reset the styles applied by btn-primary */
 padding: inherit !important;
    /* Add any additional resets specific to btn-primary here */
}
.eb-event-date, .eb-event-date-container {
     padding: 2px !important;    
}
.g-recaptcha {
    transform: scale(0.9); /* Adjust as needed */
    transform-origin: 0 0;
}
@media screen and (max-width: 600px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: left top;
    }
}

@media screen and (max-width: 600px) {
    body {
        position: relative;
    }
    .g-recaptcha iframe {
        transform: scale(1);
        transform-origin: center;
    }
    .g-recaptcha-bubble {
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: 90vw !important;
    }
}

.g-recaptcha iframe {
    overflow: visible !important;
}

.g-recaptcha-bubble {
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}