/* cookie-consent.css (76%) */
#cookie-consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:10000;background:#222;color:#fff;padding:14px 20px;box-shadow:0 -2px 8px rgba(0,0,0,0.3);font-size:13px}
.cookie-consent-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.cookie-consent-text{margin:0;flex:1 1 400px}
.cookie-consent-text a{color:#9cf;text-decoration:underline}
.cookie-consent-actions{display:flex;gap:8px;flex:0 0 auto}
.cookie-consent-btn{padding:8px 16px;border-radius:3px;border:1px solid #fff;cursor:pointer;font-size:13px}
.cookie-consent-btn-primary{background:#448dd6;color:#fff;border-color:#448dd6}
.cookie-consent-btn-secondary{background:transparent;color:#fff}