.consent-banner { position:fixed; z-index:20; right:16px; bottom:16px; width:min(420px, calc(100% - 32px)); padding:16px; border:1px solid #6b3e5e; background:#fffaf1; color:#421338; box-shadow:6px 6px 0 #d9c8b8; font:14px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; }
.consent-banner p { margin:0 0 12px; }
.consent-banner div { display:flex; justify-content:flex-end; gap:8px; }
.consent-banner button { min-height:40px; padding:8px 12px; border:1px solid #6b3e5e; background:transparent; color:#421338; cursor:pointer; }
.consent-banner button[data-choice="accepted"] { border-color:#ef5f52; background:#ef5f52; color:white; }
.consent-manage { position:fixed; z-index:19; left:16px; bottom:16px; min-height:38px; padding:7px 11px; border:1px solid #6b3e5e; background:#fffaf1; color:#421338; box-shadow:4px 4px 0 #d9c8b8; font:12px/1.35 Inter, ui-sans-serif, system-ui, sans-serif; cursor:pointer; }
.consent-manage:focus-visible, .consent-banner button:focus-visible { outline:3px solid #ef5f52; outline-offset:2px; }
