#klic-cookie-banner {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 99999;
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 11, 0.96);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.82);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  backdrop-filter: blur(12px);
}

#klic-cookie-banner[hidden] {
  display: none !important;
}

#klic-cookie-banner .kcb-title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

#klic-cookie-banner .kcb-text {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.62);
}

#klic-cookie-banner .kcb-text a {
  color: #ccff00;
  text-decoration: underline;
}

#klic-cookie-banner .kcb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#klic-cookie-banner .kcb-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}

#klic-cookie-banner .kcb-btn--primary {
  background: #ccff00;
  border-color: #ccff00;
  color: #0a0a0b;
}

#klic-cookie-banner .kcb-btn:hover {
  filter: brightness(1.05);
}

@media (min-width: 640px) {
  #klic-cookie-banner {
    left: auto;
    right: 24px;
    bottom: 24px;
    margin: 0;
  }
}
