#cookie-bar{position:fixed;bottom:0;left:0;width:100%;background:linear-gradient(to right,#333,#555);color:#fff;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:9999;}#cookie-bar .buttons{display:flex;gap:10px;margin-top:10px;}#cookie-bar button{background-color:#333;color:#fff;border:none;padding:10px 15px;cursor:pointer;}@media(min-width:768px){#cookie-bar{flex-direction:row;justify-content:space-between;}}