/* NBA Hub — Tools-index studio with basketball playbook */

.nba-hub-page .ti-topbar .sched-week-pill {
  text-decoration: none;
}

.nba-hub-page .ti-tool-card__icon {
  font-size: 2.15rem;
  filter: drop-shadow(0 8px 14px rgba(0, 163, 255, 0.28));
}

.nba-hub-page .nba-hub-more .ti-featured-list__copy {
  padding-left: 0;
}

.nba-hub-page .nba-hub-more a {
  padding-left: 0.15rem;
}

.nba-hub-page .nba-odds-list,
.nba-hub-page .nba-standings {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nba-hub-page .nba-odds-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  min-height: 32px;
  font-size: 0.78rem;
}

.nba-hub-page .nba-odds-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nba-hub-page .nba-odds-list span,
.nba-hub-page .nba-standings__rec {
  font-weight: 800;
  color: var(--fh-accent, #00a3ff);
  font-variant-numeric: tabular-nums;
}

.nba-hub-seed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 1.1rem 0 0;
}

.nba-hub-seed {
  background: var(--ff-surface, #fff);
  border: 1px solid var(--ff-border, #e2e8f0);
  border-radius: 16px;
  padding: 0.75rem 0.85rem;
}

.nba-hub-seed h3 {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nba-hub-page .nba-standings li {
  display: grid;
  grid-template-columns: 1.4rem 20px minmax(0, 1fr) auto;
  gap: 0.4rem;
  align-items: center;
  min-height: 30px;
  font-size: 0.76rem;
}

@media (max-width: 860px) {
  .nba-hub-seed-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .nba-hub-page .ti-board-actions {
    width: 100%;
  }

  .nba-hub-page .ti-cta {
    min-height: 44px;
  }
}
