.consent-banner[hidden]{display:none!important}
#consent-banner,#consent-dialog{box-sizing:border-box;position:fixed;inset:0;margin:auto;width:calc(100% - 32px);max-width:600px;max-height:calc(100dvh - 32px);overflow:auto;border:0;border-radius:4px;padding:32px;background:#fff;color:#626262;font-family:Arial,Helvetica,sans-serif;box-shadow:0 12px 60px #0003;overscroll-behavior:contain}
#consent-banner::backdrop,#consent-dialog::backdrop{background:rgb(0 0 0 / 65%)}
#consent-banner h2,#consent-dialog h2{font-family:inherit;font-size:21px;line-height:1.3;font-weight:700;color:#626262;margin:0 0 14px;letter-spacing:normal}
#consent-banner p,#consent-dialog p{font-size:16px;line-height:1.5;margin:0 0 18px}
.consent-actions{display:flex;justify-content:center;gap:12px;margin-top:26px;flex-wrap:wrap}
.consent-actions button{font:700 14px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:1px solid #111;background:#fff;color:#111;padding:16px 20px;border-radius:999px;min-height:52px;min-width:174px}
.consent-actions button[data-consent-accept],.consent-actions button[data-consent-save]{background:#000;color:#fff}
.consent-actions button:hover{background:#eee}
.consent-actions button[data-consent-accept]:hover,.consent-actions button[data-consent-save]:hover{background:#292929}
.consent-actions button:focus-visible,.consent-footer button:focus-visible,#consent-dialog input:focus-visible,#consent-banner a:focus-visible,#consent-dialog a:focus-visible{outline:3px solid #9d6000;outline-offset:3px}
#consent-banner a,#consent-dialog a{color:inherit;text-decoration:underline;text-underline-offset:2px}
#consent-dialog label{display:flex;align-items:center;gap:10px;margin:16px 0;font-size:16px;line-height:1.4;min-height:44px}
#consent-dialog input{width:22px;height:22px;accent-color:#111;flex-shrink:0}
.consent-footer{padding-top:20px;padding-bottom:32px}
html:has(#consent-banner[open]),html:has(#consent-dialog[open]){overflow:hidden}
#consent-banner h2,#consent-dialog h2{overflow-wrap:anywhere}
.consent-footer button{font:inherit;cursor:pointer;border:1px solid currentColor;background:transparent;color:inherit;padding:10px 16px;border-radius:6px;min-height:44px}
@media(max-width:600px){#consent-banner,#consent-dialog{padding:24px;max-width:440px}#consent-banner h2,#consent-dialog h2{font-size:20px}#consent-banner p,#consent-dialog p{font-size:15px}.consent-actions{gap:10px;margin-top:22px}.consent-actions button{flex:1;min-width:0;padding:14px 10px;font-size:12px;letter-spacing:.015em}}
@media(max-width:350px){#consent-banner,#consent-dialog{width:calc(100% - 24px);padding:20px}.consent-actions{flex-direction:column}.consent-actions button{width:100%}}
