.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#fff;color:#004370;border-top:3px solid #0071bc;box-shadow:0 -2px 12px rgba(0,0,0,.15);padding:16px 20px;display:none}.consent-banner.is-visible{display:block}.consent-banner__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:16px}.consent-banner__text{flex:1 1 320px;font-size:.9rem;line-height:1.4;margin:0}.consent-banner__text a{color:#0071bc}.consent-banner__options{display:flex;flex-wrap:wrap;gap:12px;flex:1 1 320px}.consent-banner__options label{display:flex;align-items:center;gap:6px;font-size:.85rem;white-space:nowrap}.consent-banner__actions{display:flex;flex-wrap:wrap;gap:8px;flex:0 0 auto}.consent-banner__actions button{border:none;border-radius:4px;padding:9px 16px;font-size:.85rem;cursor:pointer}.consent-banner__accept{background:#0071bc;color:#fff}.consent-banner__decline{background:#e9ecef;color:#004370}.consent-banner__save{background:#f7941c;color:#fff}@media (max-width:600px){.consent-banner__inner{flex-direction:column;align-items:stretch}.consent-banner__actions{justify-content:stretch}.consent-banner__actions button{flex:1 1 auto}}