#cookies-fixed{position:fixed;left:18px;bottom:18px;z-index:2147483646;border:0;border-radius:999px;background:#444c50;color:#fff;padding:10px 14px;font-size:12px;font-weight:700;line-height:1.2;box-shadow:0 10px 24px rgba(0,0,0,.22);cursor:pointer}
#cookies-fixed:hover{background:#333b3f}
#cookies-fixed[hidden],#cookies[hidden],#cookieConfig[hidden],#cookieWelcome[hidden],.cookieInfoRow[hidden]{display:none!important}
#cookies{position:fixed;inset:0;z-index:2147483645;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:rgba(13,27,42,.38)}
#cookies .wd-cookie-dialog{width:min(100%,860px);max-height:min(78vh,680px);overflow:auto;background:#fff;color:#1C2128;border:1px solid #EAECEF;border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.24)}
#cookies .cookieContainer{padding:24px}
#cookies .cookieMsg h5{margin:0 0 10px;color:#1C2128;font-size:18px;font-weight:800;line-height:1.2}
#cookies .cookieMsg p,#cookies .cookieInfoRow td{margin:0 0 10px;color:#5C6370;font-size:13px;line-height:1.55}
#cookies .cookieFooter{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid #EAECEF}
#cookies .cookieBtn{border:0;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer}
#cookies .cookieBtnSecondary{background:#EAECEF;color:#374151}
#cookies .cookieBtnSuccess{background:#4A1518;color:#fff}
#cookies .cookieBtn:hover{filter:brightness(1.15)}
#cookies .cookieSelector{overflow-x:auto;margin-top:14px}
#cookies .cookieTable{width:100%;min-width:620px;border-collapse:collapse;font-size:12px}
#cookies .cookieTable th,#cookies .cookieTable td{padding:11px 10px;border-bottom:1px solid #EAECEF;text-align:left;vertical-align:top}
#cookies .cookieTable th{color:#1C2128;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
#cookies .cookieRequired{color:#9BA3AE;font-weight:700}
#cookies .infoCookie{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:4px;border:0;border-radius:50%;background:#EAECEF;color:#374151;font-size:16px;line-height:1;cursor:pointer;transition:transform .18s ease}
#cookies .infoCookie.rotate-180{transform:rotate(180deg)}
#cookies .cookie-description{margin-top:10px;padding:10px 12px;border-radius:8px;background:#F8F9FA}
#cookies .cookie-description+.cookie-description{margin-top:8px}
#cookies .cookie-desc-line{display:grid;grid-template-columns:96px 1fr;gap:10px;padding:4px 0}
#cookies .cookie-desc-line b{color:#1C2128}
#cookies .cookie-toggle{position:relative;display:inline-flex;width:44px;height:24px;cursor:pointer}
#cookies .cookie-toggle input{position:absolute;opacity:0;pointer-events:none}
#cookies .cookie-toggle span{position:relative;width:44px;height:24px;border-radius:999px;background:#D1D5DB;transition:background .2s ease}
#cookies .cookie-toggle span::before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s ease}
#cookies .cookie-toggle input:checked+span{background:#4A1518}
#cookies .cookie-toggle input:checked+span::before{transform:translateX(20px)}
@media screen and (hover:none) and (pointer:coarse),screen and (max-width:768px){
  #cookies-fixed{left:0;bottom:calc(12px + env(safe-area-inset-bottom));width:36px;height:36px;border-radius:0 999px 999px 0;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:0;line-height:0;color:transparent;text-indent:-9999px;overflow:hidden;white-space:nowrap}
  #cookies-fixed::before{content:"🍪";font-size:14px;line-height:1;text-indent:0}
  #cookies{align-items:flex-end;padding:12px}
  #cookies .wd-cookie-dialog{max-height:82vh;border-radius:12px}
  #cookies .cookieContainer{padding:18px}
  #cookies .cookieFooter{align-items:stretch;flex-direction:column}
  #cookies .cookieBtn{width:100%}
}
