.cookie-banner[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 10000; right: 18px; bottom: 18px; width: min(390px, calc(100vw - 28px)); padding: 16px; color: #fff; background: #121a5a; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 18px 48px rgba(7,13,54,.28); }
body .cookie-banner h2 { margin: 0 0 5px; color: #fff; font-size: 1rem; line-height: 1.2; letter-spacing: -.02em; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.84); font-size: .78rem; line-height: 1.45; }
.cookie-banner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cookie-banner__actions button { min-height: 40px; padding: 8px 11px; font-size: .7rem; }
.cookie-banner__actions .button--primary { border: 1px solid #6ed7e8; background: #39b9d5; color: #07113e; box-shadow: 0 7px 18px rgba(3, 9, 39, .22); font-weight: 900; }
.cookie-banner__actions .button--primary:hover,
.cookie-banner__actions .button--primary:focus-visible { border-color: #9ce9f3; background: #72d7e7; color: #07113e; }
.cookie-banner__necessary { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.48); }
.cookie-settings-button { padding: 0; color: inherit; background: none; border: 0; font: inherit; text-align: left; cursor: pointer; }
.cookie-settings-button:hover, .cookie-settings-button:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-button--policy { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid #bac3dc; border-radius: 10px; background: #fff; color: #111b62; font-size: .76rem; font-weight: 800; line-height: 1.25; text-align: center; }
.cookie-settings-button--policy:hover, .cookie-settings-button--policy:focus-visible { border-color: #1c2a79; background: #f6f7fb; text-decoration: none; }
.cookie-table-wrap { margin: 24px 0 36px; overflow-x: auto; }
.cookie-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .95rem; }
.cookie-table th, .cookie-table td { padding: 14px; border: 1px solid #dfe3ef; text-align: left; vertical-align: top; }
.cookie-table th { color: #101a5e; background: #f3f5fb; }
.cookie-table code { white-space: nowrap; }
.cookie-policy-note { padding: 18px 20px; background: #edf8fb; border-left: 4px solid #2caed1; border-radius: 8px; }
@media (max-width: 640px) { .cookie-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 16px; } .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; } .cookie-banner__actions button { width: 100%; } }
