html.st-capture .consent-banner,
html.st-capture .cookie-banner,
html.st-capture .cookie-consent,
html.st-capture .cc-window,
html.st-capture .cc-banner,
html.st-capture .fc-consent-root,
html.st-capture #cookieBanner,
html.st-capture #consentBanner,
html.st-capture #CybotCookiebotDialog,
html.st-capture .cky-consent-container,
html.st-capture .cky-banner-container,
html.st-capture [class*="consent"][class*="banner"],
html.st-capture [class*="cookie"][class*="banner"],
html.st-capture [id*="consent"],
html.st-capture [id*="cookie"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
