.consent-banner { position: fixed; z-index: 20; right: 16px; bottom: 16px; width: min(420px, calc(100% - 32px)); padding: 16px; border: 1px solid #8f6138; background: #111513; color: #f4e8d7; box-shadow: 0 12px 36px rgba(0, 0, 0, .35); 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 #8f6138; background: #090c0b; color: #f4e8d7; cursor: pointer; }
.consent-banner button[data-choice="accepted"] { border-color: #72d6ad; background: #72d6ad; color: #071711; }
.consent-manage { position: fixed; z-index: 19; left: 16px; bottom: 16px; min-height: 38px; padding: 7px 11px; border: 1px solid #8f6138; background: #111513; color: #f4e8d7; box-shadow: 0 7px 22px rgba(0, 0, 0, .25); 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 #72d6ad; outline-offset: 2px; }
