#cookie-consent-bar{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:15px;z-index:10000;display:none;box-shadow:0 -2px 10px rgba(0,0,0,0.2);font-family:Arial,sans-serif;text-align:center;}#cookie-consent-bar p{margin:0 0 10px;line-height:1.4;}#cookie-consent-bar a{color:#4dabf7;text-decoration:underline;}#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;font-weight:bold;}#cookie-consent-bar .accept-btn{background:#28a745;color:#fff;}#cookie-consent-bar .close-btn{background:#6c757d;color:#fff;}@media(max-width:768px){#cookie-consent-bar{padding:10px;}#cookie-consent-bar .cookie-buttons{flex-direction:column;gap:8px;}#cookie-consent-bar button{width:100%;}}