#cookie-consent-modal{position:fixed;bottom:0;left:50%;width:90%;max-width:800px;background-color:#f9f9f9;color:#333;padding:15px 19px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;transform:translateX(-50%);z-index:1000;}#cookie-consent-modal button{background-color:#4CAF50;color:#fff;border:none;padding:10px 20px;margin-top:10px;cursor:pointer;}@media(min-width:768px){#cookie-consent-modal{flex-direction:row;justify-content:space-between;}}