.cookie-tools { padding: 18px 20px; text-align: center; background: #fff; color: #293844; font: 14px/1.6 Arial, sans-serif; }
.cookie-tools a, .cookie-open { color: #205d89; text-decoration: underline; }
.cookie-open { background: none; border: 0; padding: 4px 12px; cursor: pointer; font: inherit; }
.cookie-tools [role="status"] { display: block; color: #9c2525; }
#cookie-consent { position: fixed; inset: auto 0 0; z-index: 1000001; max-height: 85vh; overflow-y: auto; overscroll-behavior: contain; background: #fff; border-top: 4px solid #2773ae; box-shadow: 0 -8px 30px #0003; color: #293844; font: 16px/1.55 Arial, sans-serif; text-align: left; }
#cookie-consent *, .cookie-tools *, .cookie-map * { box-sizing: border-box; letter-spacing: 0; }
#cookie-consent [hidden], #cookie-consent[hidden], .cookie-tools [hidden], .cookie-map [hidden] { display: none !important; }
#cookie-consent .cookie-inner { max-width: 1000px; margin: 0 auto; padding: 22px 24px 16px; }
#cookie-consent .cookie-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
#cookie-consent h2 { margin: 0 0 12px; color: #205d89; font: bold 23px/1.3 Arial, sans-serif; }
#cookie-consent p { margin: 0 0 16px; color: inherit; font: inherit; }
#cookie-consent a { color: #205d89; text-decoration: underline; }
#cookie-consent .cookie-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0 14px; }
#cookie-consent .cookie-actions button, .cookie-map button { padding: 14px 18px; min-height: 48px; border: 1px solid #205d89; border-radius: 5px; background: #205d89; color: #fff; font: bold 16px/1.4 Arial, sans-serif; cursor: pointer; white-space: normal; }
#cookie-consent .cookie-actions button:hover, .cookie-map button:hover { background: #174769; }
#cookie-consent .cookie-close { flex: 0 0 40px; width: 40px; height: 40px; align-self: flex-start; border: 0; border-radius: 4px; color: #293844; background: #f0f3f5; font: 28px/1 Arial, sans-serif; cursor: pointer; }
#cookie-consent button:focus-visible, #cookie-consent a:focus-visible, #cookie-consent input:focus-visible, .cookie-tools button:focus-visible, .cookie-map button:focus-visible { outline: 3px solid #bf4a17; outline-offset: 3px; }
#cookie-consent .cookie-category { display: flex; align-items: flex-start; gap: 24px; padding: 16px 0; border-top: 1px solid #d4dfe5; }
#cookie-consent .cookie-category > div { flex: 1; min-width: 0; }
#cookie-consent label, #cookie-consent strong { display: block; margin: 0 0 5px; font: bold 16px/1.5 Arial, sans-serif; }
#cookie-consent .cookie-category p { margin-bottom: 6px; font-size: 14px; }
#cookie-consent .cookie-category a { font-size: 14px; }
#cookie-consent input[type="checkbox"] { flex: 0 0 24px; width: 24px; height: 24px; margin: 3px 0; cursor: pointer; accent-color: #205d89; }
#cookie-consent .cookie-required { flex: 0 0 auto; font-size: 13px; color: #48604a; }
#cookie-consent .cookie-small { font-size: 13px; margin-bottom: 0; }
.cookie-map { width: 100%; max-width: 600px; margin: 30px 0; background: #f2f6f8; border: 1px solid #cbd9e3; }
.cookie-map-placeholder { padding: 28px; text-align: center; }
.cookie-map-placeholder p { color: #293844; }
.cookie-map-placeholder a { display: inline-block; margin-top: 12px; text-decoration: underline; }
.cookie-map iframe { display: block; width: 100%; height: 450px; border: 0; }
.cookie-policy { max-width: 900px; padding-top: 30px; padding-bottom: 40px; }
.cookie-policy h2 { margin-top: 28px; font-size: 23px; }
.cookie-policy table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.cookie-policy th, .cookie-policy td { padding: 12px; border: 1px solid #d4dfe5; text-align: left; overflow-wrap: anywhere; }
.cookie-policy th { background: #f2f6f8; }
@media (max-width: 600px) {
    #cookie-consent .cookie-inner { padding: 16px; }
    #cookie-consent h2 { font-size: 21px; }
    #cookie-consent .cookie-actions { grid-template-columns: 1fr; gap: 8px; }
    #cookie-consent .cookie-actions button { padding: 10px 16px; }
    #cookie-consent .cookie-category { gap: 12px; }
    #cookie-consent .cookie-required { max-width: 65px; }
    .cookie-policy th, .cookie-policy td { padding: 8px; font-size: 13px; }
}
@media print { #cookie-consent, .cookie-tools, .cookie-map { display: none !important; } }
