#cookie-consent-modal{position:fixed;bottom:0;width:82%;background-color:#262626;color:#fff;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:10000;}#cookie-consent-modal .buttons{display:flex;gap:15px;margin-top:15px;}#cookie-consent-modal button{background-color:#444;color:#fff;border:none;padding:10px 20px;cursor:pointer;}@media(min-width:768px){#cookie-consent-modal{flex-direction:row;justify-content:space-between;}}