.cookie-consent { position: fixed; z-index: 1100; left: 20px; right: auto; bottom: 20px; width: min(360px, calc(100vw - 40px)); display: block; padding: 18px 20px; border: 1px solid #dce5ee; border-radius: 12px; background: var(--main-bg-color, #fff); color: var(--main-text-color, #102243); box-shadow: 0 12px 30px rgba(0, 33, 105, .2); }
.cookie-consent[hidden], .cookie-consent-preferences-panel[hidden] { display: none !important; }
.cookie-consent-copy { display: flex; align-items: flex-start; gap: 13px; }.cookie-consent-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 38px; height: 38px; }.cookie-consent-icon img { display: block; width: 38px; height: 38px; object-fit: contain; }.cookie-consent-copy h2 { margin: 0 0 4px; font-size: .98rem; }.cookie-consent-copy p { max-width: none; margin: 0; color: var(--light-text-color, #60708a); font-size: .78rem; line-height: 1.45; }.cookie-consent-copy a { color: var(--link-color, #0061c8); font-weight: 600; }
.cookie-consent-actions { display: flex; flex-direction: column; align-items: stretch; gap: 7px; margin-top: 15px; }.cookie-consent-button, .cookie-consent-save { cursor: pointer; border-radius: 6px; padding: 10px 13px; font: inherit; font-size: .75rem; font-weight: 600; white-space: nowrap; }.cookie-consent-reject { order: 2; border: 1px solid #aebdce; background: transparent; color: var(--main-text-color, #002169); }.cookie-consent-preferences { order: 1; border: 0; background: transparent; color: var(--link-color, #0061c8); }.cookie-consent-accept, .cookie-consent-save { order: 3; border: 1px solid #002169; background: #002169; color: #fff; }.cookie-consent-button:focus-visible, .cookie-consent-save:focus-visible, .cookie-consent input:focus-visible { outline: 3px solid #afd500; outline-offset: 3px; }
.cookie-consent-preferences-panel { display: none; flex-basis: 100%; padding-top: 15px; border-top: 1px solid var(--border-color, #dce5ee); }.cookie-consent-preferences-panel.is-open { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }.cookie-consent-preferences-panel label { display: flex; align-items: center; gap: 7px; font-size: .78rem; }.cookie-consent-preferences-panel label span { color: var(--light-text-color, #60708a); font-size: .7rem; }.cookie-consent-preferences-panel input { accent-color: #0061c8; }.cookie-consent-save { margin-left: auto; }
@media (max-width: 760px) { .cookie-consent { left: 12px; right: auto; bottom: 12px; width: min(360px, calc(100vw - 24px)); display: block; padding: 16px; }.cookie-consent-actions { justify-content: flex-start; margin-top: 14px; gap: 5px; }.cookie-consent-preferences-panel.is-open { display: block; }.cookie-consent-preferences-panel label { margin: 10px 0; }.cookie-consent-save { margin: 5px 0 0; } }
