.cookieconsent-optin-marketing.cookieconsent-blur {
    position: relative;
    display: block !important;
}

.cookieconsent-optin-marketing.cookieconsent-blur div:not(.cookieconsent-optout-marketing) {
    pointer-events: none !important;
    user-select: none !important;
    filter: blur(2px) !important;
}

.cookieconsent-optin-marketing.cookieconsent-blur.show div:not(.cookieconsent-optout-marketing) {
    pointer-events: unset !important;
    user-select: unset !important;
    filter: unset !important;

}

.cookieconsent-optin-marketing.cookieconsent-blur .cookieconsent-optout-marketing {
    position: absolute;
    z-index: 9;
    top: 0;
    background-color: white;
    color: #333;
    padding: 12px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
}

.cookieconsent-optin-marketing.cookieconsent-blur .cookieconsent-optout-marketing a {
    cursor: pointer;
    display: block;
}