.privacy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.5rem; margin-top: 1.5rem; }
.privacy-links a, .privacy-links button { color: #343a40; text-decoration: underline; }
.privacy-links button { border: 0; padding: 0; background: none; font: inherit; }
.consent-banner, .consent-dialog { color: #212529; background: #fff; font: 1rem/1.6 system-ui, sans-serif; }
.consent-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100; padding: 1.25rem max(1.25rem, calc((100vw - 1140px) / 2)); box-shadow: 0 -4px 24px #0003; border-top: 4px solid #ffc800; max-height: 70vh; overflow-y: auto; }
.consent-banner h2, .consent-dialog h2 { font-size: 1.35rem; text-transform: none; }
.consent-banner p { margin-bottom: .5rem; }
.consent-banner a, .consent-dialog a, .legal-content a, .calendar-placeholder a { color: #725900; text-decoration: underline; }
.consent-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.consent-button { border: 2px solid #343a40; border-radius: .25rem; padding: .65rem 1rem; color: #fff; background: #343a40; font: inherit; font-weight: 600; cursor: pointer; }
.consent-button:hover { background: #15181b; border-color: #15181b; }
.consent-secondary { background: #fff; color: #343a40; }
.consent-secondary:hover { background: #f0f0f0; color: #212529; }
.consent-primary { background: #343a40; border-color: #343a40; color: #fff; }
.consent-primary:hover { background: #15181b; border-color: #15181b; color: #fff; }
.consent-button:focus-visible, .privacy-links button:focus-visible, .consent-option input:focus-visible { outline: 3px solid #906f00; outline-offset: 3px; }
.consent-dialog { border: 0; border-top: 5px solid #ffc800; border-radius: .5rem; padding: 1.75rem; width: min(680px, calc(100% - 2rem)); max-height: 85vh; overflow-y: auto; }
.consent-dialog::backdrop { background: #0009; }
.consent-option { display: flex; gap: .8rem; padding: 1rem 0; border-top: 1px solid #ddd; cursor: pointer; }
.consent-option input { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-top: .25rem; accent-color: #343a40; }
.consent-status:empty { display: none; }
.consent-status { margin: 0; padding: 1rem; text-align: center; }
.calendar-placeholder { padding: 2rem; border: 1px solid #ced4da; border-radius: .5rem; text-align: center; background: #fff; }
.legal-header { background: #212529; color: white; padding: 2rem 1rem; }
.legal-header a { color: #ffc800; }
.legal-header .navbar-brand { display: inline-block; }
.legal-header .navbar-brand img { display: block; width: auto; height: 1.5rem; }
@media (min-width: 992px) { .legal-header .navbar-brand img { height: 2rem; } }
.legal-content { max-width: 850px; margin: auto; padding: 3rem 1.25rem; line-height: 1.8; overflow-wrap: anywhere; }
.legal-content h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); margin-bottom: 1rem; }
.legal-content h2 { font-size: 1.4rem; margin-top: 2rem; }
body:has(.consent-banner:not([hidden])) { padding-bottom: 23rem; }
@media (max-width: 575px) { .consent-actions { flex-direction: column; } .consent-button { width: 100%; } body:has(.consent-banner:not([hidden])) { padding-bottom: 32rem; } }
