#cookie-consent-screen{background-color:#fff;border-radius:10px;bottom:25px;box-shadow:0 0 10px rgba(0,0,0,.1);color:#000;display:flex;flex-direction:column;left:25px;padding:20px;position:fixed;right:25px;z-index:99999}#cookie-consent-screen.hidden{display:none}#cookie-consent-screen:has(.cookies__cookie-image){align-items:stretch;flex-flow:row wrap;justify-content:space-around}#cookie-consent-screen .cookies__cookie-image{height:100px;margin:30px;width:100px}#cookie-consent-screen .cookies__cookie-submit{display:flex;justify-content:center;margin-top:20px}#cookie-consent-screen .cookies__cookie-content{display:flex;flex-direction:column;justify-content:center}#cookie-consent-screen div:has(>input[readonly=readonly]) :is(input,label){pointer-events:none}