#cookie-consent-modal{position:fixed;bottom:0;width:90%;max-width:800px;background-color:#f9f9f9;color:#333;padding:20px 13px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:9999;border-top:1px solid #ccc;}#cookie-consent-modal .close-btn{position:absolute;top:10px;right:10px;font-size:20px;color:#999;cursor:pointer;}@media(min-width:768px){#cookie-consent-modal{flex-direction:row;justify-content:space-between;}}