.cookie-banner[hidden], [data-cookie-settings][hidden] { display: none !important; }
.cookie-banner { position: fixed; bottom: 20px; left: 20px; right: 20px; z-index: 2000; max-width: 1160px; margin: auto; display: flex; align-items: center; gap: 28px; padding: 24px; background: #fff; color: #10233f; border: 1px solid #c6d5e6; border-top: 5px solid #f07653; border-radius: 16px; box-shadow: 0 8px 40px #10233f33; max-height: calc(100dvh - 40px); overflow-y: auto; }
.cookie-banner h2 { font-family: inherit; font-size: 21px; margin: 0 0 8px; }
.cookie-banner p { font-size: 15px; line-height: 1.55; margin: 0; }
.cookie-banner a, .cookie-policy a { color: #164e91; text-decoration: underline; }
.cookie-actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.cookie-button { border: 2px solid #10233f; border-radius: 8px; background: #10233f; color: white; padding: 12px 20px; font: 600 15px/1.3 inherit; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; min-height: 44px; }
.cookie-button-secondary { background: white; color: #10233f; }
.cookie-button:hover { filter: brightness(.9); }
.cookie-button:focus-visible, .cookie-footer-links :focus-visible { outline: 3px solid #518bd1; outline-offset: 4px; }
.cookie-footer-links { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 20px; padding: 10px; }
.cookie-footer-links a, .cookie-footer-links button { color: inherit; font: inherit; text-decoration: underline; }
.cookie-footer-links button { border: 0; background: transparent; padding: 8px 0; cursor: pointer; }
.cookie-policy { max-width: 850px; margin: 0 auto; padding: 60px 24px 80px; line-height: 1.75; overflow-wrap: anywhere; }
.cookie-policy h1 { font-size: clamp(36px, 6vw, 56px); line-height: 1.15; margin: 12px 0 24px; }
.cookie-policy h2 { font-size: 23px; line-height: 1.3; margin-top: 32px; }
@media (max-width: 640px) { .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 18px; gap: 16px; flex-direction: column; align-items: stretch; } .cookie-actions { width: 100%; } }
