#cookie-consent-bar{position:fixed;bottom:0;left:0;width:90%;background-color:#f9f9f9;color:#333;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:1000;margin:0 10px;}#cookie-consent-bar a{color:#007bff;text-decoration:none;}#cookie-consent-bar .buttons{display:flex;gap:10px;margin-top:10px;}#cookie-consent-bar button{background-color:#007bff;color:#fff;border:none;padding:10px 15px;cursor:pointer;}@media(min-width:768px){#cookie-consent-bar{flex-direction:row;justify-content:space-between;}}