.consent-banner { position:fixed; z-index:20; inset:auto 1rem 1rem; display:flex; gap:1rem; align-items:center; justify-content:space-between; max-width:58rem; margin:auto; padding:1rem 1.2rem; color:#1b2a25; background:#fff; border:1px solid #cbd8d2; border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,.16); }
.consent-banner[hidden] { display:none; }
.consent-banner p { margin:.25rem 0 0; font-size:.9rem; }
.consent-actions { display:flex; gap:.6rem; align-items:center; white-space:nowrap; }
.consent-actions button:not(.button) { border:0; background:transparent; color:#1b2a25; text-decoration:underline; cursor:pointer; }
@media (max-width: 640px) { .consent-banner { display:block; inset: auto .6rem .6rem; } .consent-actions { margin-top:.8rem; justify-content:flex-end; } }
