#cookie-consent{position:fixed;left:0;right:0;bottom:0;background:#0b1223;color:#fff;padding:0.6rem 1rem;z-index:9999;display:block}
#cookie-consent .cookie-inner{display:flex;align-items:center;justify-content:space-between;max-width:1000px;margin:0 auto}
#cookie-consent .cookie-text a{color:#9fe6ff}
#cookie-consent .cookie-actions .btn{background:#10b981;color:#fff;border:none;padding:0.4rem 0.6rem;border-radius:4px}
@media(max-width:600px){#cookie-consent .cookie-inner{flex-direction:column;gap:0.5rem;align-items:flex-start}}
