#cookie-notice[hidden], #cookie-reopen[hidden], #cookie-acknowledge[hidden] { display: none !important; }
#cookie-notice { position: fixed; z-index: 10000; bottom: 20px; left: 20px; right: 20px; margin: auto; max-width: 1060px; display: flex; align-items: center; gap: 28px; padding: 24px 28px; background: #fff; color: #182435; border: 1px solid #b5c2d5; border-radius: 18px; box-shadow: 0 12px 48px #101d3033; font: 15px/1.55 'Space Grotesk', sans-serif; max-height: 70vh; overflow-y: auto; }
#cookie-notice p { margin: 8px 0 0; }
#cookie-notice .cookie-eyebrow { margin: 0 0 6px; color: #3d516d; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
#cookie-notice h2 { font-size: 21px; line-height: 1.3; font-weight: 700; margin: 0; color: #101c2e; }
#cookie-notice .cookie-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; flex-shrink: 0; max-width: 350px; }
#cookie-notice a { color: #0057e6; text-decoration: underline; font-weight: 600; padding: 12px 0; }
#cookie-acknowledge, #cookie-decline, #cookie-reopen { font: 600 14px/1.4 'Space Grotesk', sans-serif; background: #0057e6; color: #fff; border: 1px solid #0057e6; border-radius: 10px; padding: 12px 20px; cursor: pointer; min-height: 44px; }
#cookie-notice .cookie-actions a { flex-basis: 100%; }
#cookie-notice .cookie-actions button { flex: 1 1 140px; }
#cookie-reopen { position: fixed; bottom: 16px; left: 16px; z-index: 9999; box-shadow: 0 3px 14px #101d3026; }
#cookie-notice :focus-visible, #cookie-reopen:focus-visible { outline: 3px solid #136ed0; outline-offset: 4px; }
@media(max-width: 700px) { #cookie-notice { bottom: 12px; left: 12px; right: 12px; padding: 20px; gap: 16px; flex-direction: column; align-items: stretch; font-size: 14px; } #cookie-notice h2 { font-size: 19px; } #cookie-notice .cookie-actions { justify-content: space-between; } }
