.cookie-consent, .cookie-consent * { box-sizing: border-box; }
.cookie-consent { position: fixed; inset: 0; z-index: 10000; display: none; padding: 16px; background: rgba(0,0,0,.58); color: #384452; font-family: 'Lato', sans-serif; }
.cookie-consent.is-open { display: flex; align-items: center; justify-content: center; }
.cookie-panel { display: flex; flex-direction: column; width: min(625px, 100%); max-height: calc(100vh - 32px); overflow: hidden; background: #fff; border-radius: 8px; box-shadow: 0 16px 48px rgba(0,0,0,.3); }
.cookie-panel__scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 24px 24px 8px; }
.cookie-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.cookie-logo { width: 132px; max-width: 38vw; height: auto; }
.cookie-header__actions { display: flex; gap: 18px; align-items: center; }
.cookie-icon-button { border: 0; padding: 2px; background: transparent; color: #202124; font-size: 23px; line-height: 1; cursor: pointer; }
.cookie-language { position: relative; }
.cookie-language-menu { position: absolute; z-index: 3; top: calc(100% + 10px); right: 0; display: none; width: 225px; padding: 0; border: 1px solid #ddd; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.22); }
.cookie-language-menu.is-open { display: block; }
.cookie-language-option { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 48px; padding: 12px 16px; border: 0; background: #fff; color: #111 !important; font-size: 15px; font-weight: 600; text-decoration: none !important; }
.cookie-language-option:hover, .cookie-language-option:focus { background: #f3f3f3; }
.cookie-language-check { margin-left: 18px; font-size: 16px; font-weight: 400; }
.cookie-consent h2 { margin: 0 0 10px; color: #384452; font: 700 22px/1.25 'Raleway', sans-serif; }
.cookie-view > h2 { margin: 0 -24px 18px; padding: 18px 24px; background: #00b3fe; color: #fff; }
.cookie-consent p { margin: 0 0 18px; color: #384452; font: 400 16px/1.45 'Lato', sans-serif; }
.cookie-panel a, .cookie-language-option { color: #006a9f; text-decoration: underline; }
.cookie-privacy-link { border: 0; padding: 0; background: transparent; color: #006a9f; font: inherit; font-weight: inherit; text-decoration: underline; cursor: pointer; }
.cookie-tabs { display: flex; margin: 38px -4px 24px; border-bottom: 1px solid #888; }
.cookie-tab { flex: 1; border: 0; border-bottom: 3px solid transparent; padding: 10px; background: transparent; color: #384452; font: 400 16px/1.3 'Lato', sans-serif; cursor: pointer; }
.cookie-tab.is-active { border-bottom-color: #222; font-weight: 700; }
.cookie-category { margin-bottom: 12px; border: 1px solid #777; border-radius: 4px; overflow: hidden; }
.cookie-category__summary { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; align-items: center; padding: 18px 8px; }
.cookie-category__title { color: #384452; font: 700 17px/1.25 'Raleway', sans-serif; }
.cookie-category__help { margin-top: 3px; color: #6a6a6a; font-size: 15px; font-weight: 600; line-height: 1.22; }
.cookie-switch { position: relative; width: 39px; height: 20px; margin: 0; }
.cookie-switch input { position: absolute; opacity: 0; }
.cookie-switch span { position: absolute; inset: 0; border-radius: 20px; background: #aaa; cursor: pointer; transition: .15s; }
.cookie-switch span:after { content: ''; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: .15s; }
.cookie-switch input:checked + span { background: #8bcbed; }
.cookie-switch input:checked + span:after { transform: translateX(19px); }
.cookie-switch input:disabled + span { cursor: not-allowed; }
.cookie-expand { width: 29px; height: 29px; border: 0; background: transparent; cursor: pointer; }
.cookie-expand:after { content: ''; display: inline-block; width: 10px; height: 10px; border-right: 2px solid; border-bottom: 2px solid; transform: rotate(45deg) translate(-2px, 2px); }
.cookie-expand[aria-expanded='true']:after { transform: rotate(225deg) translate(-2px, 2px); }
.cookie-services { display: none; padding: 10px 12px 12px; border-top: 1px solid #888; }
.cookie-services.is-open { display: block; }
.cookie-service { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; font-size: 16px; }
.cookie-info { flex: 0 0 30px; width: 30px; height: 30px; border: 0; background: transparent; color: #384452; font-size: 17px; font-weight: 700; cursor: pointer; }
.cookie-info:hover, .cookie-info:focus { color: #00b3fe; }
.cookie-tab-panel[hidden] { display: none; }
.cookie-provider { margin-bottom: 12px; border: 1px solid #777; border-radius: 4px; overflow: hidden; }
.cookie-provider__summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; width: 100%; min-height: 82px; padding: 15px 12px; border: 0; background: #fff; color: #384452; text-align: left; cursor: pointer; }
.cookie-provider__name { display: block; font: 700 17px/1.3 'Raleway', sans-serif; }
.cookie-provider__category { display: block; margin-top: 3px; color: #6a6a6a; font-size: 15px; }
.cookie-provider__details { display: none; padding: 14px 16px; border-top: 1px solid #888; background: #fafafa; }
.cookie-provider__details.is-open { display: block; }
.cookie-provider__details dl { margin: 0; }
.cookie-provider__details dt { margin-top: 10px; color: #384452; font-family: 'Raleway', sans-serif; font-weight: 700; }
.cookie-provider__details dt:first-child { margin-top: 0; }
.cookie-provider__details dd { margin: 3px 0 0; color: #596674; line-height: 1.4; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 16px; padding: 12px 24px; border-top: 1px solid #999; background: #fff; }
.cookie-action { flex: 1; min-height: 54px; border: 1px solid #384452; border-radius: 4px; padding: 10px 14px; font: 700 15px/1.25 'Raleway', sans-serif; cursor: pointer; transition: background-color .15s, border-color .15s, color .15s; }
.cookie-action--secondary { background: #fff; color: #384452; }
.cookie-action--primary { background: #384452; color: #fff; }
.cookie-action:hover, .cookie-action:focus { border-color: #00b3fe; background: #00b3fe; color: #fff; }
body.cookie-dialog-open { overflow: hidden; }
.cookie-privacy-modal { position: absolute; inset: 0; z-index: 2; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.68); }
.cookie-privacy-modal.is-open { display: flex; }
.cookie-privacy-panel { position: relative; width: min(900px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 0; border-radius: 8px; background: #fff; box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.cookie-privacy-panel .cookie-privacy-close { position: absolute; z-index: 3; top: 20px; right: 20px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #384452; font-size: 27px; line-height: 1; cursor: pointer; }
.cookie-privacy-panel #blue { margin: 0 !important; padding: 0 !important; }
.cookie-privacy-panel #blue .container { min-height: 82px; padding-right: 78px; }
.cookie-privacy-content:not([data-loaded='true']) { min-height: 180px; padding: 32px; }
.cookie-privacy-content > .container { width: 100%; margin-top: 24px; padding-right: 28px; padding-left: 28px; }
.cookie-privacy-panel h1, .cookie-privacy-panel h2, .cookie-privacy-panel h3, .cookie-privacy-panel h4 { color: #222; }
.cookie-privacy-panel p, .cookie-privacy-panel li, .cookie-privacy-panel td, .cookie-privacy-panel th { font-size: 15px; line-height: 1.45; }
.cookie-privacy-panel a.btn-theme { color: #fff; text-decoration: none; }
.cookie-privacy-panel a.btn-theme:hover, .cookie-privacy-panel a.btn-theme:focus { color: #fff; background-color: #00b3fe; border-color: #00b3fe; text-decoration: none; }
@media (max-width: 560px) {
    .cookie-consent { padding: 0; align-items: stretch; }
    .cookie-panel { width: 100%; max-height: 100dvh; height: 100dvh; border-radius: 0; }
    .cookie-panel__scroll { padding: 20px 20px 16px; }
    .cookie-view > h2 { margin-right: -20px; margin-left: -20px; padding-right: 20px; padding-left: 20px; }
    .cookie-header { margin-bottom: 20px; }
    .cookie-actions { flex-direction: column; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); }
    .cookie-action { flex: none; width: 100%; min-height: 48px; padding: 12px 16px; font-size: 15px; }
    .cookie-consent p { font-size: 15px; }
    .cookie-privacy-modal { padding: 0; }
    .cookie-privacy-panel { width: 100%; height: 100%; max-height: 100dvh; border-radius: 0; }
    .cookie-privacy-content > .container { padding-right: 18px; padding-left: 18px; }
}
