.cookie-notice { position: fixed; z-index: 100; inset: auto 0 0; max-height: 65vh; overflow-y: auto; background: #fff; color: #142338; border-top: 2px solid #0e76bc; box-shadow: 0 -4px 24px #0002; font: 15px/1.6 Arial, sans-serif; }
.cookie-inner { max-width: 1100px; margin: auto; padding: 20px 24px; }
.cookie-notice h2 { font-size: 21px; font-weight: 700; margin: 0 0 8px; }
.cookie-notice p { margin: 8px 0; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0; }
.cookie-actions button { background: #0b5689; color: #fff; border: 2px solid #0b5689; border-radius: 8px; padding: 10px 16px; font: inherit; font-weight: 700; cursor: pointer; }
.cookie-notice a { color: #07578c; text-decoration: underline; }
.cookie-notice summary { cursor: pointer; text-decoration: underline; }
.cookie-notice ul { padding-left: 24px; list-style: disc; }
.cookie-notice :focus-visible { outline: 3px solid #a43c00; outline-offset: 3px; }
@media (max-width: 600px) { .cookie-actions { flex-direction: column; } .cookie-inner { padding: 16px; } }
