#cookie-consent-box{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;padding:15px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:1000;display:none;font-family:Arial,sans-serif;}.cookie-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;}.cookie-text{flex:1;min-width:250px;}.cookie-buttons{display:flex;gap:10px;}.cookie-btn{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;font-weight:bold;}.accept-btn{background:#fff;color:#6e8efb;}.decline-btn{background:transparent;color:#fff;border:1px solid #fff;}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center;}.cookie-buttons{width:100%;justify-content:center;}}