.wworks-cookie-consent-root,
.wworks-cookie-consent-root *{box-sizing:border-box}
.wworks-cookie-consent-root[hidden],
.wwcc-floating-settings[hidden]{display:none!important}
.wworks-cookie-consent-root{position:fixed;z-index:var(--wwcc-z);font-family:inherit;color:var(--wwcc-text);line-height:1.38}
.wworks-cookie-consent-root .wwcc-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(2px)}
.wworks-cookie-consent-root .wwcc-panel{position:relative;background:linear-gradient(135deg,var(--wwcc-bg),var(--wwcc-surface));border:1px solid var(--wwcc-border);border-radius:var(--wwcc-radius);box-shadow:0 22px 68px rgba(0,0,0,.24);padding:15px;max-width:var(--wwcc-max-width);max-height:calc(100vh - 72px);overflow:auto;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;scrollbar-gutter:stable}
.wworks-cookie-consent-root .wwcc-copy h2{margin:0 0 6px;color:var(--wwcc-text);font-size:17px;line-height:1.22;font-weight:800}
.wworks-cookie-consent-root .wwcc-copy p{margin:0;color:var(--wwcc-muted);font-size:13px;line-height:1.42}
.wworks-cookie-consent-root .wwcc-policy{display:inline-flex;margin-top:8px;color:var(--wwcc-text);text-decoration:underline;text-underline-offset:3px;font-size:12.5px}
.wworks-cookie-consent-root .wwcc-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:nowrap;min-width:0}
.wworks-cookie-consent-root .wwcc-btn,
.wwcc-floating-settings,
.wwcc-shortcode-settings{appearance:none;border:1px solid transparent;border-radius:calc(var(--wwcc-radius) - 7px);padding:9px 12px;font-size:13px;font-weight:800;line-height:1;cursor:pointer;white-space:nowrap;min-width:0;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;background:var(--wwcc-secondary);color:var(--wwcc-secondary-text)}
.wworks-cookie-consent-root .wwcc-btn:hover,
.wwcc-floating-settings:hover,
.wwcc-shortcode-settings:hover{transform:translateY(-1px)}
.wworks-cookie-consent-root .wwcc-btn-primary{background:var(--wwcc-primary);color:var(--wwcc-primary-text);box-shadow:0 9px 22px rgba(37,99,235,.24)}
.wworks-cookie-consent-root .wwcc-btn-secondary{background:var(--wwcc-secondary);color:var(--wwcc-secondary-text)}
.wworks-cookie-consent-root .wwcc-btn-ghost{background:var(--wwcc-secondary);border-color:var(--wwcc-secondary);color:var(--wwcc-secondary-text);box-shadow:0 7px 18px rgba(15,23,42,.10)}
.wworks-cookie-consent-root .wwcc-preferences{grid-column:1/-1;margin-top:0;border-top:1px solid var(--wwcc-border);padding-top:12px}
.wworks-cookie-consent-root .wwcc-preferences[hidden]{display:none!important}
.wworks-cookie-consent-root .wwcc-preferences h3{margin:0 0 9px;color:var(--wwcc-text);font-size:14px;line-height:1.2}
.wworks-cookie-consent-root .wwcc-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.wworks-cookie-consent-root .wwcc-category{display:flex;align-items:center;justify-content:space-between;gap:11px;padding:10px 11px;border:1px solid var(--wwcc-border);border-radius:calc(var(--wwcc-radius) - 6px);background:rgba(255,255,255,.04)}
.wworks-cookie-consent-root .wwcc-category-text{display:grid;gap:2px;min-width:0}
.wworks-cookie-consent-root .wwcc-category-text strong{color:var(--wwcc-text);font-size:13px;line-height:1.15}
.wworks-cookie-consent-root .wwcc-category-text small{color:var(--wwcc-muted);font-size:11.5px;line-height:1.28}
.wworks-cookie-consent-root .wwcc-required{white-space:nowrap;color:var(--wwcc-muted);font-size:11.5px;font-weight:800}
.wworks-cookie-consent-root .wwcc-category>input{display:none}
.wworks-cookie-consent-root .wwcc-switch{position:relative;display:inline-flex;min-width:42px;width:42px;height:24px;flex:0 0 42px}
.wworks-cookie-consent-root .wwcc-switch input{position:absolute;opacity:0;pointer-events:none}
.wworks-cookie-consent-root .wwcc-switch span{position:absolute;inset:0;border-radius:999px;background:rgba(255,255,255,.22);border:1px solid var(--wwcc-border);transition:background .16s ease}
.wworks-cookie-consent-root .wwcc-switch span:before{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;border-radius:50%;background:#fff;transition:transform .16s ease}
.wworks-cookie-consent-root .wwcc-switch input:checked+span{background:var(--wwcc-primary);border-color:var(--wwcc-primary)}
.wworks-cookie-consent-root .wwcc-switch input:checked+span:before{transform:translateX(18px)}
.wworks-cookie-consent-root .wwcc-actions-preferences{margin-top:11px}
.wwcc-floating-settings{position:fixed;right:18px;bottom:18px;z-index:calc(var(--wwcc-z) - 1);background:var(--wwcc-bg);color:var(--wwcc-text);border-color:var(--wwcc-border);box-shadow:0 14px 44px rgba(15,23,42,.22)}
.wwcc-shortcode-settings{background:var(--wwcc-bg,#0B1220);color:var(--wwcc-text,#F1F5F9);border-color:var(--wwcc-border,#334155)}
.wwcc-consent-table{width:100%;border-collapse:collapse}.wwcc-consent-table th,.wwcc-consent-table td{border:1px solid #e2e8f0;padding:10px;text-align:left}.wwcc-consent-table th{background:#f8fafc}
.wworks-cookie-consent-root.wwcc-position-bottom_full{left:18px;right:18px;bottom:18px}.wworks-cookie-consent-root.wwcc-position-bottom_full .wwcc-panel{margin:0 auto}
.wworks-cookie-consent-root.wwcc-position-top_full{left:18px;right:18px;top:18px}.wworks-cookie-consent-root.wwcc-position-top_full .wwcc-panel{margin:0 auto}
.wworks-cookie-consent-root.wwcc-position-bottom_right{right:18px;bottom:18px;width:min(540px,calc(100vw - 36px))}.wworks-cookie-consent-root.wwcc-position-bottom_left{left:18px;bottom:18px;width:min(540px,calc(100vw - 36px))}
.wworks-cookie-consent-root.wwcc-position-bottom_right .wwcc-actions,
.wworks-cookie-consent-root.wwcc-position-bottom_left .wwcc-actions{justify-content:flex-end;gap:7px}
.wworks-cookie-consent-root.wwcc-position-bottom_right .wwcc-btn,
.wworks-cookie-consent-root.wwcc-position-bottom_left .wwcc-btn{padding-left:11px;padding-right:11px}
.wworks-cookie-consent-root.wwcc-position-bottom_right .wwcc-panel,
.wworks-cookie-consent-root.wwcc-position-bottom_left .wwcc-panel{grid-template-columns:1fr;max-height:min(720px,calc(100vh - 84px))}
.wworks-cookie-consent-root.wwcc-position-bottom_right .wwcc-category-list,
.wworks-cookie-consent-root.wwcc-position-bottom_left .wwcc-category-list{grid-template-columns:1fr}
.wworks-cookie-consent-root.wwcc-position-center_modal{inset:0;display:flex;align-items:center;justify-content:center;padding:18px}.wworks-cookie-consent-root.wwcc-position-center_modal .wwcc-overlay{display:block}.wworks-cookie-consent-root.wwcc-position-center_modal .wwcc-panel{width:min(var(--wwcc-max-width),100%)}
.wworks-cookie-consent-root.wwcc-layout-card .wwcc-panel{grid-template-columns:1fr}.wworks-cookie-consent-root.wwcc-layout-card .wwcc-category-list{grid-template-columns:1fr}
.wworks-cookie-consent-root.wwcc-layout-modal{inset:0;display:flex;align-items:center;justify-content:center;padding:18px}.wworks-cookie-consent-root.wwcc-layout-modal .wwcc-overlay{display:block}.wworks-cookie-consent-root.wwcc-layout-modal .wwcc-panel{width:min(var(--wwcc-max-width),100%)}
@media (max-width:720px){.wworks-cookie-consent-root{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto!important}.wworks-cookie-consent-root .wwcc-panel{grid-template-columns:1fr;padding:14px;max-height:calc(100vh - 20px);overflow:auto}.wworks-cookie-consent-root .wwcc-actions{justify-content:stretch;flex-wrap:wrap}.wworks-cookie-consent-root .wwcc-btn{width:100%;justify-content:center;white-space:normal}.wworks-cookie-consent-root .wwcc-category-list{grid-template-columns:1fr}.wwcc-floating-settings{right:10px;bottom:10px}}
