.consent-settings{padding-block:0 24px;background:var(--paper)}
.consent-settings button{min-height:44px;background:none;border:0;padding:0;color:var(--muted);font:inherit;font-size:16px;cursor:pointer}
.consent-banner{position:fixed;z-index:45;left:24px;bottom:24px;width:min(560px,calc(100vw - 48px));padding:24px;background:var(--white);color:var(--ink);border:1px solid var(--line);border-radius:16px;max-height:calc(100dvh - 48px);overflow:auto}
.consent-banner[hidden]{display:none}
.consent-banner h2{font-size:24px;line-height:1.2;letter-spacing:-.02em;margin:0 0 12px}
.consent-banner p{font-size:16px;line-height:1.5;margin:0 0 20px}
.consent-banner p a{text-decoration:underline;text-underline-offset:3px}
.consent-actions{display:flex;gap:12px;flex-wrap:wrap}
.consent-actions .button{flex:1;min-height:52px;font-size:19px;font-weight:700;padding:12px 16px;white-space:nowrap}
@media(max-width:620px){.consent-banner{left:16px;bottom:max(16px,env(safe-area-inset-bottom));width:calc(100vw - 32px);padding:20px}.consent-banner h2{font-size:22px}.consent-actions{flex-direction:column;gap:8px}}
