/* slot-text tuning for TWI framework — labels only, not headlines */

[data-slot-label] {
  font-variant-numeric: tabular-nums;
  letter-spacing: inherit;
  line-height: 1.3;
}

.result-count[data-slot-label] {
  display: inline-block;
}

.result-count[data-slot-label] {
  min-width: 2ch;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  [data-slot-label] .slot-text-char {
    transition: none !important;
    transform: none !important;
  }
}
