#live-game-gd {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

#live-game-gd::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

#live-game-gd .nav-item {
  flex: 0 0 auto; /* Prevent items from shrinking */
}

#live-game-gd .nav-link {
  color: var(--text-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.014px;
  border-radius: 0;
  padding: 8px 12px !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}

#live-game-gd .nav-link.active {
  color: var(--green-500);
  background-color: transparent;
  border-bottom: 3px solid var(--green-500);
  font-weight: 800;
}