#cookie-consent-bar{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:15px;z-index:10000;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px rgba(0,0,0,0.2)}#cookie-consent-bar p{margin:0;flex:1;min-width:200px;padding-right:15px}#cookie-consent-bar .cookie-buttons{display:flex;gap:10px}#cookie-consent-bar button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer}#cookie-consent-bar .accept-btn{background:#4CAF50;color:#fff}#cookie-consent-bar .close-btn{background:#f44336;color:#fff}#cookie-consent-bar a{color:#1e90ff;text-decoration:none}@media(max-width:600px){#cookie-consent-bar{flex-direction:column;text-align:center}#cookie-consent-bar p{padding-right:0;margin-bottom:10px}#cookie-consent-bar .cookie-buttons{width:100%;justify-content:center}}