.iv-counters { background: #fff; color: #63708a; font: 12px/1.5 Arial, sans-serif; }
.iv-counters__inner { max-width: 1280px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
.iv-counters__live { display: inline-flex; width: 31px; height: 31px; flex: 0 0 31px; }
.iv-counters__live img { border: 0; visibility: hidden; }
.iv-counters__live img[data-loaded] { visibility: visible; }
.iv-counters__accept, .iv-counters__leave { color: #214a9c; font: inherit; text-decoration: underline; }
.iv-counters__accept { border: 0; background: transparent; cursor: pointer; padding: 8px; }
.iv-counters__leave { display: inline-block; padding: 8px; }
.iv-cookie, .iv-cookie * { box-sizing: border-box; }
.iv-cookie[hidden], #iv-cookie-footer[hidden] { display: none !important; }
.iv-cookie { position: fixed; z-index: 1040; left: 24px; right: 24px; bottom: max(16px, env(safe-area-inset-bottom)); max-width: 1120px; margin: 0 auto; padding: 20px 24px; display: flex; gap: 28px; align-items: center; background: #fff; color: #203352; border: 1px solid #d6deeb; border-top: 3px solid #214a9c; border-radius: 12px; box-shadow: 0 6px 30px rgba(20, 43, 83, .15); font: 14px/1.5 Arial, sans-serif; max-height: calc(100dvh - 32px); overflow-y: auto; }
.iv-cookie__copy { flex: 1; min-width: 0; }
.iv-cookie .iv-cookie__title { color: #214a9c; font: 600 18px/1.3 Arial, sans-serif; margin: 0 0 6px; }
.iv-cookie .iv-cookie__text { color: #47566d; font: 14px/1.5 Arial, sans-serif; margin: 0; }
.iv-cookie__actions { display: flex; flex-direction: column; flex: 0 0 152px; gap: 6px; }
.iv-cookie .iv-cookie__accept, .iv-cookie .iv-cookie__leave { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border-radius: 6px; font: 600 14px/1.3 Arial, sans-serif; text-align: center; cursor: pointer; text-decoration: none; }
.iv-cookie .iv-cookie__accept { border: 1px solid #214a9c; color: #fff; background: #214a9c; }
.iv-cookie .iv-cookie__accept:hover { background: #183d84; }
.iv-cookie .iv-cookie__leave { border: 1px solid #d6deeb; color: #214a9c; background: #fff; }
.iv-cookie .iv-cookie__leave:hover { background: #f1f5fb; }
.iv-cookie a:focus-visible, .iv-cookie button:focus-visible, .iv-counters a:focus-visible, .iv-counters button:focus-visible { outline: 3px solid #bd8c2a; outline-offset: 3px; }
@media (max-width: 640px) {
  .iv-cookie { left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); padding: 14px; gap: 12px; flex-direction: column; align-items: stretch; }
  .iv-cookie .iv-cookie__title { font-size: 16px; }
  .iv-cookie .iv-cookie__text { font-size: 12px; line-height: 1.5; }
  .iv-cookie__actions { flex: none; flex-direction: row; gap: 8px; }
  .iv-cookie__actions > * { flex: 1; }
  .iv-cookie .iv-cookie__accept, .iv-cookie .iv-cookie__leave { padding: 10px; font-size: 13px; }
  .iv-counters__inner { padding: 12px 16px; }
}
@media print { .iv-cookie, .iv-counters, #iv-cookie-space { display: none !important; } }
