#eh-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#050814;color:#f9fafb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;box-shadow:0 -2px 12px rgba(0,0,0,.5);font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;border-top:1px solid #1f2937;}
.eh-cb-msg{margin:0;flex:1;min-width:200px;}
.eh-cb-link{color:#6cc7ff;text-decoration:underline;text-underline-offset:2px;}
.eh-cb-btns{display:flex;gap:.75rem;flex-shrink:0;}
.eh-cb-btn{padding:9px 18px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;white-space:nowrap;}
.eh-cb-btn:focus-visible{outline:3px solid #0099ff;outline-offset:2px;}
.eh-cb-btn-solid{background:#005cbf;color:#fff;border:2px solid #005cbf;}
.eh-cb-btn-solid:hover{background:#007dd4;}
.eh-cb-btn-outline{background:transparent;color:#f9fafb;border:2px solid #4b4f5d;}
.eh-cb-btn-outline:hover{background:rgba(255,255,255,.08);}
@media(max-width:600px){#eh-consent-banner{flex-direction:column;align-items:flex-start;}.eh-cb-btns{width:100%;}.eh-cb-btn{flex:1;text-align:center;}}
