.pwcc-open-settings{padding:0;border:0;background:#fff0;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.pwcc-root{position:fixed;inset:0;z-index:999999;pointer-events:none;font-family:inherit}.pwcc-banner,.pwcc-panel{box-sizing:border-box;pointer-events:auto;background:#fff;color:#202020;border:1px solid rgb(0 0 0 / .12);box-shadow:0 -10px 35px rgb(0 0 0 / .16)}.pwcc-banner{position:absolute;left:16px;right:16px;bottom:16px;max-width:1180px;margin:0 auto;padding:20px;border-radius:14px;display:flex;align-items:center;gap:24px}.pwcc-copy{flex:1 1 auto}.pwcc-copy h2,.pwcc-panel h2,.pwcc-category h3{margin:0;line-height:1.25}.pwcc-copy h2,.pwcc-panel h2{font-size:20px}.pwcc-copy p{margin:7px 0 0;font-size:14px;line-height:1.55}.pwcc-copy a{color:inherit;text-decoration:underline}.pwcc-actions,.pwcc-panel-actions{display:flex;gap:10px}.pwcc-btn{min-height:44px;padding:10px 17px;border-radius:9px;border:1px solid #fff0;font:inherit;font-weight:700;cursor:pointer}.pwcc-btn-primary{background:#111;color:#fff}.pwcc-btn-secondary{background:#fff;color:#111;border-color:rgb(0 0 0 / .25)}.pwcc-btn:focus-visible,.pwcc-close:focus-visible,.pwcc-reopen:focus-visible{outline:3px solid currentColor;outline-offset:2px}.pwcc-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(680px, calc(100% - 32px));max-height:calc(100vh - 32px);overflow:auto;border-radius:16px;padding:22px;box-shadow:0 20px 60px rgb(0 0 0 / .25)}.pwcc-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px}.pwcc-close{width:42px;height:42px;border:0;border-radius:50%;background:#f2f2f2;font-size:28px;line-height:1;cursor:pointer}.pwcc-category{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid rgb(0 0 0 / .1);cursor:pointer}.pwcc-category h3{font-size:16px}.pwcc-category p{margin:5px 0 0;font-size:14px;line-height:1.45}.pwcc-category input{position:absolute;opacity:0;pointer-events:none}.pwcc-switch{position:relative;flex:0 0 auto;width:48px;height:27px;border-radius:999px;background:#b8b8b8;transition:.2s ease}.pwcc-switch::after{content:"";position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:#fff;transition:.2s ease;box-shadow:0 1px 4px rgb(0 0 0 / .25)}.pwcc-category input:checked+.pwcc-switch{background:#111}.pwcc-category input:checked+.pwcc-switch::after{transform:translateX(21px)}.pwcc-always{flex:0 0 auto;font-size:13px;font-weight:700}.pwcc-panel-actions{justify-content:flex-end;padding-top:18px;border-top:1px solid rgb(0 0 0 / .1)}.pwcc-reopen{position:fixed;left:14px;bottom:14px;z-index:999998;min-height:38px;padding:8px 12px;border:1px solid rgb(0 0 0 / .18);border-radius:999px;background:#fff;color:#111;box-shadow:0 4px 18px rgb(0 0 0 / .15);font:inherit;font-size:12px;font-weight:700;cursor:pointer}@media (max-width:760px){.pwcc-banner{left:10px;right:10px;bottom:10px;padding:16px;flex-direction:column;align-items:stretch;gap:15px}.pwcc-actions{display:grid;grid-template-columns:1fr 1fr}.pwcc-actions .pwcc-btn-primary{grid-column:1 / -1}.pwcc-panel{width:calc(100% - 20px);max-height:calc(100vh - 20px);padding:18px}.pwcc-panel-actions{display:grid;grid-template-columns:1fr}.pwcc-btn{width:100%}}