.pur-consent-banner { position: fixed; z-index: 10000; right: 1rem; bottom: 1rem; left: 1rem; display: grid; width: min(1180px, calc(100vw - 2rem)); margin-inline: auto; padding: 1.2rem; align-items: center; border: 1px solid #b9c1b2; border-radius: 1.1rem; background: #fff; color: #20251c; box-shadow: 0 18px 70px rgb(0 0 0 / 24%); grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; }
.pur-consent-banner[hidden] { display: none; }
.pur-consent-banner p { margin: 0; }
.pur-consent-title { color: #0f3508; font-weight: 850; }
.pur-consent-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.pur-consent-button { min-height: 46px; padding: .65rem 1rem; border: 2px solid #17470d; border-radius: 999px; background: #fff; color: #0f3508; cursor: pointer; font-weight: 800; }
.pur-consent-accept { background: #17470d; color: #fff; }
.pur-consent-dialog { width: min(620px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; overflow: auto; border: 0; border-radius: 1.2rem; background: #fff; color: #20251c; box-shadow: 0 28px 100px rgb(0 0 0 / 38%); }
.pur-consent-dialog::backdrop { background: rgb(10 27 6 / 65%); }
.pur-consent-dialog form { padding: clamp(1.4rem, 4vw, 2.2rem); }
.pur-consent-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.pur-consent-heading h2 { margin-bottom: .8rem; color: #0f3508; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.pur-consent-kicker { margin-bottom: .4rem; color: #527137; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pur-consent-close { display: grid; min-width: 44px; min-height: 44px; border: 1px solid #d9dbc9; border-radius: 50%; background: #fff; color: #0f3508; cursor: pointer; font-size: 1.7rem; place-items: center; }
.pur-gpc-notice { padding: .9rem; border-left: 4px solid #c4ab4e; background: #f3f0df; }
.pur-preference { display: flex; padding-block: 1.1rem; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid #d9dbc9; }
.pur-preference h3, .pur-preference p, .pur-preference strong, .pur-preference small { display: block; margin: 0; }
.pur-preference strong { color: #0f3508; }
.pur-preference p, .pur-preference small { color: #5b6255; }
.pur-preference input { width: 1.5rem; height: 1.5rem; flex: 0 0 auto; accent-color: #17470d; }
.pur-dialog-actions { display: flex; padding-top: 1.2rem; justify-content: flex-end; flex-wrap: wrap; gap: .7rem; border-top: 1px solid #d9dbc9; }
@media (max-width: 720px) { .pur-consent-banner { grid-template-columns: 1fr; gap: .9rem; } .pur-consent-actions { display: grid; grid-template-columns: 1fr; } .pur-dialog-actions { display: grid; } }
@media (prefers-reduced-motion: reduce) { .pur-consent-banner, .pur-consent-dialog { scroll-behavior: auto; } }
@media (forced-colors: active) { .pur-consent-banner, .pur-consent-button { border: 2px solid ButtonText; } }
