#cookie-consent-bar{position:fixed;bottom:0;left:0;right:0;background:#f8f9fa;padding:15px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:1000;display:none;}#cookie-consent-bar p{margin:0;padding:0;font-size:14px;color:#333;text-align:center;}#cookie-consent-bar a{color:#007bff;text-decoration:none;}#cookie-consent-bar .buttons{display:flex;justify-content:center;gap:10px;margin-top:10px;}#cookie-consent-bar button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;font-size:14px;}#cookie-consent-bar .accept{background:#28a745;color:#fff;}#cookie-consent-bar .close{background:#6c757d;color:#fff;}@media(min-width:768px){#cookie-consent-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;}#cookie-consent-bar .buttons{margin-top:0;gap:15px;}}