#cookie-consent-box{position:fixed;bottom:0;width:90%;margin:0 20px;background:linear-gradient(45deg,#ff6b6b,#f06595);color:#ffffff;padding:15px;box-sizing:border-box;border-radius:5px;display:flex;justify-content:space-between;align-items:center;z-index:1000;}#cookie-consent-box button{background-color:#ffffff;color:#ff6b6b;border:none;padding:10px 20px;border-radius:5px;font-weight:bold;cursor:pointer;}@media(min-width:768px){#cookie-consent-box{flex-direction:row;justify-content:space-around;align-items:center;}}