#cookie-consent-box{position:fixed;bottom:0;left:0;width:100%;max-width:400px;background-color:#f4f4f4;color:#333;padding:20px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:10000;display:flex;align-items:center;justify-content:space-between;}#cookie-consent-box a{color:#007bff;text-decoration:none;}#cookie-consent-box .close{font-size:16px;cursor:pointer;}@media(min-width:768px){#cookie-consent-box{max-width:600px;}}