.bpb-consent-banner[hidden], .bpb-consent-dialog[hidden], [data-bpb-map-consent][hidden], [data-bpb-map-interactive][hidden] { display: none !important; }
.bpb-consent-banner { position: fixed; inset: auto 0 0; z-index: 100000; padding: 1rem; background: #fff; border-top: 4px solid #00558c; box-shadow: 0 -8px 28px rgb(0 0 0 / .18); color: #1f2933; }
.bpb-consent-banner__inner { width: min(1180px, 100%); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; }
.bpb-consent-banner__copy h2 { margin: 0 0 .4rem; font-size: 1.2rem; color: #0b3b63; }
.bpb-consent-banner__copy p { margin: 0; line-height: 1.55; }
.bpb-consent-banner__actions { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
.bpb-consent-banner__actions .bpb-button { min-width: 8rem; justify-content: center; }
.bpb-consent-dialog { width: min(680px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; border-radius: .45rem; box-shadow: 0 18px 70px rgb(0 0 0 / .35); color: #1f2933; }
.bpb-consent-dialog::backdrop { background: rgb(5 29 48 / .68); }
.bpb-consent-dialog form { padding: 1.25rem; }
.bpb-consent-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #d7dee4; margin: -1.25rem -1.25rem 1rem; padding: 1.1rem 1.25rem; }
.bpb-consent-dialog__header h2 { margin: 0; color: #0b3b63; }
.bpb-consent-dialog__close { display: inline-grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid #73808a; border-radius: .25rem; background: #fff; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.bpb-consent-category { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: .8rem 0; padding: .9rem; border: 1px solid #cbd5dc; border-radius: .35rem; background: #f7f9fa; }
.bpb-consent-category strong { display: block; margin-bottom: .2rem; color: #183d58; }
.bpb-consent-category p, .bpb-consent-category span span { display: block; margin: 0; font-size: .92rem; line-height: 1.45; }
.bpb-consent-category input[type="checkbox"] { width: 1.35rem; height: 1.35rem; flex: 0 0 auto; }
.bpb-consent-dialog__links { font-size: .9rem; }
.bpb-consent-dialog__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.bpb-consent-dialog__status { min-height: 1.4em; }
.bpb-map-consent { display: grid; place-items: center; min-height: 20rem; padding: 2rem; text-align: center; border: 1px solid #cbd5dc; background: linear-gradient(135deg, #edf3f6, #f9fbfc); }
.bpb-map-consent__inner { max-width: 44rem; }
.bpb-map-consent__inner h3 { margin-top: 0; color: #0b3b63; }
.bpb-map-local-table { margin-top: 1rem; }
@media (max-width: 760px) {
    .bpb-consent-banner__inner { grid-template-columns: 1fr; }
    .bpb-consent-banner__actions { justify-content: stretch; }
    .bpb-consent-banner__actions .bpb-button { flex: 1 1 8rem; }
    .bpb-consent-category { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    .bpb-consent-banner, .bpb-consent-dialog { scroll-behavior: auto; }
}
