.cookie-panel { position: fixed; z-index: 90; bottom: max(16px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: min(1040px, calc(100% - 32px)); box-sizing: border-box; display: flex; align-items: center; gap: 28px; padding: 22px 26px; border: 1px solid #dce7f0; border-radius: 16px; background: #fff; color: #10243d; box-shadow: 0 8px 32px #10243d16; font: 14px/1.6 'Manrope', sans-serif; max-height: 65dvh; overflow-y: auto; }
.cookie-panel[hidden] { display: none !important; }
.cookie-copy { flex: 1; min-width: 0; }
.cookie-panel h2 { font: 700 16px/1.5 'Manrope', sans-serif; margin: 0 0 6px; letter-spacing: normal; }
.cookie-panel p { margin: 0 0 6px; color: #53657b; font: inherit; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; flex: 0 0 330px; }
.cookie-actions button { white-space: nowrap; }
.cookie-panel .cookie-copy [data-policy] { display: inline; padding: 0; min-height: 0; font: inherit; border-radius: 0; }
.cookie-actions .cookie-text { padding-inline: 8px; }
.cookie-panel button { border: 1px solid #bbcde0; border-radius: 10px; background: white; color: #123354; padding: 10px 14px; font: 600 13px/1.5 'Manrope', sans-serif; cursor: pointer; min-height: 42px; }
.cookie-panel [data-choice="all"] { color: white; background: #0558e2; border-color: #0558e2; }
.cookie-panel .cookie-text { border: 0; padding: 3px 0; background: transparent; color: #53657b; min-height: 32px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-footer-links { display: inline-flex; flex-wrap: wrap; gap: 6px 16px; margin-inline: 8px; }
.cookie-preferences { border: 0; background: transparent; color: inherit; font: inherit; padding: 4px 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.cookie-panel button:hover, .cookie-preferences:hover { filter: brightness(.92); }
.cookie-panel button:focus-visible, .cookie-preferences:focus-visible, .cookie-policy button:focus-visible { outline: 3px solid #7bbdeb; outline-offset: 3px; }
.cookie-policy { box-sizing: border-box; width: min(680px, calc(100% - 32px)); max-height: 85dvh; margin: auto; border: 1px solid #dce7f0; border-radius: 20px; padding: 28px; color: #10243d; background: white; font: 14px/1.7 'Manrope', sans-serif; }
.cookie-policy::backdrop { background: #10243d44; }
.cookie-policy h2 { font-size: 23px; margin: 12px 0; }
.cookie-policy h3 { font-size: 16px; margin: 20px 0 8px; }
.cookie-policy p, .cookie-policy li { color: #53657b; }
.cookie-policy a { color: #0558e2; }
.cookie-policy-close { display: block; margin-left: auto; padding: 8px 14px; border: 1px solid #bbcde0; border-radius: 8px; color: #123354; background: white; cursor: pointer; }
@media (max-width: 640px) {
  .cookie-panel { width: calc(100% - 24px); bottom: max(12px, env(safe-area-inset-bottom)); padding: 18px; gap: 12px; display: block; font-size: 12px; }
  .cookie-panel h2 { font-size: 15px; }
  .cookie-actions { grid-template-columns: 1fr 1fr auto; margin-top: 12px; gap: 6px; }
  .cookie-panel button { font-size: 12px; padding-inline: 6px; }
}
