.js-site-notice,
        .site-notice,
        .site-notice-full-width,
        .site-notice--visible,
        div[data-site-cookie-name],
        div[data-site-cookie-lifetime],
        div[data-site-cookie-domain] {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            height: 0 !important;
            width: 0 !important;
            position: absolute !important;
            left: -9999px !important;
        }
.bg-primary {
  background-color: #3fc9d6 !important; /* or any lighter color you prefer */
}