/* NHL schedule — Schedule studio with a visible team filter */

.nhl-sched-page .pfn-tool-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.nhl-sched-filter select {
  min-height: 44px;
  min-width: 8.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 12px;
  border: 1px solid #d3e2f5;
  background: var(--ff-surface-raised, #fff);
  color: var(--ff-heading, #0a1e3d);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
}

.nhl-sched-filter select:focus-visible {
  outline: 2px solid var(--fh-accent, #00a3ff);
  outline-offset: 2px;
}

.nhl-sched .sched-game.is-preseason .sched-game-net::after {
  content: none;
}

.nhl-sched-side-copy {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--ff-text-muted, #64748b);
}

.nhl-sched .ti-cta {
  width: 100%;
}

.nhl-sched-faq {
  margin: 1.25rem 1rem 1.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[data-theme="dark"] .nhl-sched-filter select {
  background: var(--ff-surface-raised, #12233d);
  border-color: var(--ff-border, #2a3f5f);
  color: var(--ff-heading, #e8f1ff);
}

@media (max-width: 860px) {
  .nhl-sched-filter select,
  .nhl-sched .sched-state-pill,
  .nhl-sched .sched-share__btn {
    min-height: 44px;
  }
}
