.hl-cookie-consent { position: fixed !important; left: 20px !important; right: 20px !important; bottom: 20px !important; z-index: 2147483647 !important; background: #fff; border: 1px solid #e8e8ef; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.16); padding: 16px; display: flex; gap: 16px; align-items: center; justify-content: space-between; font-size: 15px; pointer-events: auto !important; isolation: isolate; touch-action: manipulation; }
.hl-cookie-consent[hidden] { display: none !important; }
.hl-cookie-consent, .hl-cookie-consent * { pointer-events: auto !important; }
.hl-cookie-consent p { margin: 0; color: #0b1f3a; }
.hl-cookie-consent > div { position: relative; z-index: 1; display: flex; flex-shrink: 0; }
.hl-cookie-consent button { position: relative; z-index: 2; border: 0; border-radius: 999px; padding: 10px 16px; min-height: 42px; cursor: pointer !important; background: #0b1f3a; color: #fff; font: inherit; line-height: 1.2; appearance: none; -webkit-appearance: none; touch-action: manipulation; }
.hl-cookie-consent button + button { background: #e91e63; margin-left: 8px; }
.hl-cookie-consent button:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
@media (max-width: 640px) { .hl-cookie-consent { display: block; left: 12px !important; right: 12px !important; bottom: 12px !important; } .hl-cookie-consent > div { margin-top: 12px; } }
