
    
    #cookie-banner * {
        color: white !important;
    }
    #cookie-banner .cookie-banner__consent[type="submit"] {
        border-color: white !important;
    }
    #cookie-banner .cookie-banner__wrapper {
        background-color: #0b6dc5 !important;
    }
    #cookie-banner .cookie-banner__consent--all {
        color: #0b6dc5 !important;
        background-color: white !important;
    }
    #cookie-banner .cookie-banner__consent[type="submit"]:hover, #cookie-banner .cookie-banner__consent[type="submit"]:active {
        color: #0b6dc5 !important;
        background-color: white !important;
        border-color: #0b6dc5 !important;
    }
