.wx_consentbanner {z-index: 10000;font-family:inherit;color: var(--black);}
#CookieBox .cookie-btn{background: var(--green);padding:15px 20px;font-size:1rem;}
#CookieBox .cookie-refuse .cookie-btn{background: var(--grey-light);color:var(--black)}
#CookieBox { line-height: 1.4rem;
    max-width: 900px;
    max-height: 95vh;
    box-sizing: border-box;
}
#CookieBox .cookieclose {font-size: 16px; line-height: 28px;}
#CookieBox .cookie-info td { padding: 3px 10px 3px 3px;}
#CookieBox .cookie-nobtn { padding: 10px 0px; font-size:1rem;}
#CookieBox h2 {/* font-weight: unset; */}
#CookieBox h3 {font-size: 1.25rem;}
#CookieBox h4 {font-size: 1.1rem;}
.wx_consentbanner_switch.active {background: var(--green);}
#CookieBox .wx_consentbanner_category h3::after {border-color: transparent transparent  var(--black) transparent;}
 