.dk-icon-tip {
  position: fixed;
  z-index: 20050;
  max-width: 220px;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 0.12s ease, transform 0.12s ease;
  white-space: nowrap;
  text-transform: none;
}

.dk-icon-tip.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.dk-icon-tip--wrap {
  white-space: normal;
  text-align: center;
}
