/* Faceoff League v2.9.8 — one-group / 8-team / 7-round draft adjustments */
.standings-editor-grid,.standings-grid{grid-template-columns:1fr!important}
.draw-groups{grid-template-columns:1fr!important}
.qualification-standings-card .group-qualification-strip span{min-width:0}
.one-group-format-note{display:block;margin-top:6px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}

/* v2.9.9 — Standings page: this league only has one group, so the old
   two-column A/B + C/D grid (still defined in league-v292.css with
   higher specificity than the single-column rule above) left the lone
   group card stuck in the left column with dead space on the right.
   These rules are scoped to the standings page only. */
body[data-page="standings"] .standings-grid{grid-template-columns:1fr!important}
body[data-page="standings"] .section-pad{width:calc(100% - 40px)}
