.grecaptcha-badge { visibility: hidden; }

/* Hide Intercom bubble only on the Marketing Form page */
/* body.page-id-4492 .intercom-launcher {
    display: none !important;
} */

/* Forcefully hide Intercom chat bubble on the Marketing Form page */
body.page-id-4492 .intercom-launcher,
body.page-id-4492 .intercom-messenger-frame,
body.page-id-4492 iframe[src*="intercom"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
