.consent-banner{position:fixed;z-index:150;bottom:20px;left:20px;right:20px;max-width:1400px;margin:auto;background:#fff;color:#163749;border:1px solid #b7cbd2;box-shadow:0 12px 40px #16374920;padding:24px;display:flex;gap:24px;align-items:center}.consent-banner h2,.consent-dialog h2{font:600 25px/1.15 Helvetica,Arial,sans-serif;margin:0 0 12px}.consent-banner p{font-size:15px;line-height:1.6;margin:0;max-width:720px}.consent-actions{display:flex;flex-wrap:wrap;gap:10px}.consent-actions button,.consent-close{font:inherit;font-size:14px;padding:12px 16px;border:1px solid #627985;background:#f5f7f5;color:#163749;cursor:pointer;white-space:nowrap}.consent-actions button:hover{background:#e5f3fa}.consent-actions button:focus-visible,.consent-close:focus-visible,.consent-dialog input:focus-visible{outline:3px solid #006ca6;outline-offset:3px}.consent-dialog{max-width:620px;width:calc(100% - 32px);max-height:calc(100dvh - 32px);padding:0;border:1px solid #b7cbd2;color:#163749;background:#fff;overflow:auto}.consent-dialog::backdrop{background:#16374988}.consent-dialog-inner{padding:28px}.consent-dialog p,.consent-dialog label{font-size:16px;line-height:1.6}.consent-dialog label{display:flex;align-items:start;gap:14px;padding:18px 0;border-top:1px solid #d5dfe3}.consent-dialog input{width:22px;height:22px;margin-top:3px;flex-shrink:0;accent-color:#006ca6}.consent-dialog .consent-close{display:block;margin-left:auto;margin-bottom:16px}.consent-banner[hidden]{display:none}@media (max-width:900px){.consent-banner{display:block;padding:20px}.consent-actions{margin-top:16px}.consent-banner h2{font-size:21px}}@media (prefers-reduced-motion:reduce){.consent-dialog,.consent-banner{scroll-behavior:auto}}