/* V91 — Category active pill = Hot theme (force, unscoped) */
.game__nav-item.is-active,
.game__nav-item--large.is-active,
.game__nav-item--chip.is-active,
.game .game__nav-item.is-active,
.game__nav-scroll .game__nav-item.is-active,
.game__nav-featured .game__nav-item.is-active {
  background: linear-gradient(180deg, #24EE89 0%, #9FE871 100%) !important;
  background-color: #24EE89 !important;
  border: none !important;
  box-shadow: none !important;
}

.game__nav-item.is-active .game__nav-label,
.game__nav-item--chip.is-active .game__nav-label,
.game__nav-item--large.is-active .game__nav-label {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.game__nav-item.is-active .game__nav-glow {
  display: none !important;
  opacity: 0 !important;
}

/* Remove sticky placeholder hole / row gap */
.game__nav-placeholder {
  min-height: 0 !important;
  height: auto !important;
}

.game__nav {
  gap: 0.12rem !important;
  margin-top: 0.08rem !important;
}
