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