#cookie-consent-bar{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:15px;z-index:10000;display:none;text-align:center;}#cookie-consent-bar p{margin:0 0 10px;line-height:1.5;}#cookie-consent-bar a{color:#4dabf7;text-decoration:none;}#cookie-consent-bar .cookie-buttons{display:flex;justify-content:center;gap:10px;}#cookie-consent-bar button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;}#cookie-consent-bar .accept{background:#2e8b57;color:#fff;}#cookie-consent-bar .close{background:#d9534f;color:#fff;}@media(max-width:768px){#cookie-consent-bar{padding:10px;}#cookie-consent-bar .cookie-buttons{flex-direction:column;gap:5px;}}