/* Cookie consent banner (bottom-right card, same look as the former Complianz banner) */
.cookie-consent{position:fixed;right:20px;bottom:20px;z-index:100000;width:min(440px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:#2c3641;border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.3);padding:22px 22px 18px;font-family:'Open Sans',Helvetica,Arial,sans-serif;font-size:14px;line-height:1.55}
.cookie-consent[hidden]{display:none}
.cookie-consent__title{font-family:'Ubuntu',Helvetica,Arial,sans-serif;font-weight:600;font-size:17px;margin:0 0 8px;padding:0;color:#2c3641}
.cookie-consent__text{margin:0 0 14px;padding:0}
.cookie-consent__text a{color:#0E5F9C;text-decoration:underline}
.cookie-consent__prefs{border-top:1px solid #e1e8ef;margin:0 0 14px}
.cookie-consent__category{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e1e8ef}
.cookie-consent__category-title{font-weight:700;margin:0 0 2px;padding:0}
.cookie-consent__category-text{margin:0;padding:0;font-size:13px;opacity:.85}
.cookie-consent__always{white-space:nowrap;font-size:12px;font-weight:700;color:#1d7a3a}
.cookie-consent__switch{appearance:none;-webkit-appearance:none;flex:none;width:42px;height:24px;border-radius:12px;background:#b9c4cf;position:relative;cursor:pointer;transition:background .2s;margin-top:2px}
.cookie-consent__switch::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}
.cookie-consent__switch:checked{background:#0E5F9C}
.cookie-consent__switch:checked::after{transform:translateX(18px)}
.cookie-consent__switch:focus-visible,.cookie-consent__btn:focus-visible{outline:3px solid #f39219;outline-offset:2px}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:8px}
/* Accept and refuse share the exact same style: refusing must be as easy as accepting */
.cookie-consent__btn{flex:1 1 130px;min-height:42px;border:0;border-radius:6px;background:#2c3641;color:#fff;font-weight:700;font-size:14px;cursor:pointer;padding:8px 12px;font-family:inherit}
.cookie-consent__btn:hover{background:#0E5F9C}
.cookie-consent__btn--link{background:transparent;color:#0E5F9C;border:1px solid #0E5F9C}
.cookie-consent__btn--link:hover{background:#eef4fa;color:#0E5F9C}
@media (max-width:980px){.cookie-consent{right:16px;left:16px;width:auto;bottom:68px}}
.cookie-consent:focus{outline:none}
