#cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:#1a1a2e;color:#fff;padding:15px 20px;box-shadow:0 -4px 10px rgba(0,0,0,.3);z-index:9999;font-family:Arial,sans-serif;border-top:3px solid #4a4a8a}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px}.cookie-consent-content p{margin:0;flex:1 1 60%;font-size:14px;line-height:1.5}.cookie-consent-content a{color:#8ab4f8;text-decoration:underline}.cookie-consent-content a:hover{color:#fff}.cookie-consent-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-btn{padding:8px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .2s ease}.cookie-btn-accept{background-color:#4caf50;color:#fff}.cookie-btn-accept:hover{background-color:#45a049}.cookie-btn-decline{background-color:#f44336;color:#fff}.cookie-btn-decline:hover{background-color:#d32f2f}@media(max-width:768px){.cookie-consent-content{flex-direction:column;text-align:center}.cookie-consent-buttons{justify-content:center}}