/* Shared consent UI is independent of the installed template. */
#cookie-overlay{position:fixed;inset:0;background:#0009;z-index:9998}
#cookie-consent-banner{position:fixed;inset:auto 0 0;background:#fff;color:#172235;padding:24px;box-shadow:0 -4px 30px #0003;max-height:85vh;overflow:auto;z-index:9999;font:14px/1.5 Arial,sans-serif}
#cookie-consent-banner.d-none{display:none!important}#cookie-consent-banner>.container{width:min(100%,1180px);margin:auto}#cookie-consent-banner h5{font-size:20px}#cookie-consent-banner h6{font-size:16px}#cookie-consent-banner .cookie-banner__muted{color:#505967}#cookie-consent-banner summary{cursor:pointer}#cookie-consent-banner button{cursor:pointer;padding:10px 16px;border:1px solid #344256;border-radius:6px;background:#fff;color:#172235}#cookie-consent-banner #cookie-accept{background:#172235;color:#fff}#cookie-consent-banner input{accent-color:#172235}#cookie-settings-icon{position:fixed;bottom:12px;left:12px;z-index:9997;padding:7px 12px;background:#fff;color:#172235;border:1px solid #abb3bf;border-radius:6px;font:12px Arial,sans-serif;cursor:pointer}#cookie-consent-banner:focus-visible,#cookie-settings-icon:focus-visible{outline:3px solid #1672d4;outline-offset:2px}
/* Explicitly reset old template banner transitions and translucent surfaces. */
#cookie-consent-banner.cookie-banner{background:#ffffff!important;color:#172235!important;opacity:1!important;visibility:visible;transform:none;filter:none;backdrop-filter:none;pointer-events:auto;isolation:isolate}
#cookie-consent-banner.cookie-banner.d-none{display:none!important}
#cookie-consent-banner.cookie-banner :is(h5,h6,p,label,summary){color:#172235}
/* Consent is outside the template shell; its accent uses the shared theme token. */
#cookie-consent-banner .form-check-input{accent-color:var(--nx-consent-accent,#172235)}
#cookie-consent-banner .form-check-input:checked{background-color:var(--nx-consent-accent,#172235);border-color:var(--nx-consent-accent,#172235)}
#cookie-consent-banner .form-check-input:focus{border-color:var(--nx-consent-accent,#172235);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--nx-consent-accent,#172235) 25%,transparent)}
#cookie-consent-banner .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236b7280'/%3e%3c/svg%3e")}
#cookie-consent-banner .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-image:var(--bs-form-switch-bg)}