#cookie-consent-banner{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;bottom:20px;right:20px;max-width:800px;z-index:999999}#cookie-consent-banner h3{text-align:center}#cookie-consent-banner p{text-align:center}#cookie-consent-banner label{}#cookie-consent-banner label input{margin-right:7px}#cookie-consent-banner .cookie-consent-options{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:20px;gap:20px}#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1){background-color:#000000}@media screen and (width < 600px){#cookie-consent-banner .cookie-consent-buttons{flex-direction:column}}