#ikov-consent {
  position: fixed;
  right: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483000;
  width: min(520px, calc(100vw - 40px));
  color: #fff;
  font: 15px/1.55 Arial, sans-serif;
  text-align: left;
}
#ikov-consent, #ikov-consent * { box-sizing: border-box; }
#ikov-consent [hidden] { display: none !important; }
#ikov-consent-panel {
  padding: 24px;
  background: #1a1a1a;
  border: 1px solid #666;
  border-top: 3px solid #dd0101;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
#ikov-consent-title {
  margin: 0 0 10px;
  color: #fff;
  font: bold 19px/1.3 Arial, sans-serif;
}
#ikov-consent-text { margin: 0 0 16px; color: #e5e5e5; }
#ikov-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#ikov-consent-actions { display: flex; gap: 12px; margin-top: 18px; }
#ikov-consent button {
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #888;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font: bold 14px/1.4 Arial, sans-serif;
  cursor: pointer;
  white-space: normal;
}
#ikov-consent-actions button { flex: 1; }
#ikov-consent button:hover { background: #414141; }
#ikov-consent button:focus-visible,
#ikov-consent a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
#ikov-consent-settings {
  display: block;
  margin-left: auto;
  background: #1a1a1a;
  border-left: 3px solid #dd0101;
}
@media (max-width: 480px) {
  #ikov-consent {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: calc(100vw - 24px);
  }
  #ikov-consent-panel { padding: 18px; }
  #ikov-consent-actions { flex-direction: column; gap: 10px; }
}

/* Compact privacy settings icon; accessible button text is retained. */
#ikov-consent {
  pointer-events: none;
}
#ikov-consent-panel,
#ikov-consent-settings {
  pointer-events: auto;
}
#ikov-consent #ikov-consent-settings {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
}
#ikov-consent-settings::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 6v6c0 5 8 9 8 9s8-4 8-9V6l-8-3Z'/%3E%3Cpath d='m8 12 3 3 5-6'/%3E%3C/svg%3E");
}

/* Header privacy settings: desktop languages / mobile menu. */
.site-header .language-switcher { align-items:center; }
.site-header #ikov-consent-settings {
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  min-height:44px;
  margin:0;
  padding:10px;
  appearance:none;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:4px;
  color:#fff;
  font-size:0;
  line-height:0;
  cursor:pointer;
  pointer-events:auto;
  opacity:.7;
  transition:opacity .18s ease,transform .18s ease;
}
.site-header #ikov-consent-settings[hidden] { display:none!important; }
.site-header #ikov-consent-settings:hover {
  opacity:1;
  transform:translateY(-1px);
}
.site-header #ikov-consent-settings:focus-visible {
  opacity:1;
  outline:3px solid #fff;
  outline-offset:3px;
}
@media (min-width:960px) {
  .home-stage .site-header--home #ikov-consent-settings {
    flex-basis:calc(44px * var(--stage-inverse-scale,1));
    width:calc(44px * var(--stage-inverse-scale,1));
    height:calc(44px * var(--stage-inverse-scale,1));
    min-height:0;
    padding:calc(10px * var(--stage-inverse-scale,1));
  }
  .home-stage .site-header--home #ikov-consent-settings::before {
    width:calc(22px * var(--stage-inverse-scale,1));
    height:calc(22px * var(--stage-inverse-scale,1));
  }
}
@media (max-width:959px) {
  .site-header .mobile-menu { position:relative; }
  .site-header .mobile-menu #ikov-consent-settings {
    position:absolute;
    right:calc(100% + 8px);
    top:0;
  }
}
@media (prefers-reduced-motion:reduce) {
  .site-header #ikov-consent-settings { transition:none; }
  .site-header #ikov-consent-settings:hover { transform:none; }
}
