/* Reusable CFB 2026 conference page + access-tier utilities */

:root {
  --cfb-bg: #0a0c10;
  --cfb-surface: #14171d;
  --cfb-ember: #ff5a1f;
  --cfb-gold: #c9a227;
  --cfb-text: #f5f3ee;
  --cfb-muted: #8a8f98;
  --cfb-line: #2a2f38;
  --cfb-display: "Oswald", sans-serif;
  --cfb-ui: "Inter", system-ui, sans-serif;
  --cfb-data: "JetBrains Mono", ui-monospace, monospace;
}

.cfb-playoff-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 8px;
}

.cfb-playoff-hero-shell {
  width: 50%;
  max-width: 50%;
  flex-shrink: 0;
}

.cfb-hero-aside {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.cfb-hero-aside__live {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 52px;
  padding: 8px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #2f9e44;
  color: #fff;
  text-align: center;
}

.cfb-hero-aside__live-label {
  font-family: var(--cfb-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cfb-hero-aside__live-date {
  font-family: var(--cfb-data);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.cfb-hero-aside__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.cfb-hero-aside__yday {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.cfb-hero-aside__yday-label {
  color: var(--cfb-muted);
  font-family: var(--cfb-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cfb-hero-aside__yday-date {
  color: #fff;
  font-family: var(--cfb-data);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.cfb-hero-aside__results {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid var(--cfb-gold);
  border-radius: 999px;
  color: var(--cfb-gold);
  font-family: var(--cfb-ui);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.cfb-hero-aside__results:hover,
.cfb-hero-aside__results:focus {
  background: rgba(201, 162, 39, 0.12);
  color: var(--cfb-gold);
}

.cfb-conf-hero {
  width: 100%;
  overflow: hidden;
  background: var(--cfb-surface);
  border: 1px solid var(--cfb-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  font-family: var(--cfb-ui);
  color: var(--cfb-text);
}

.cfb-conf-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  background: var(--cfb-ember);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.95rem;
}

.cfb-conf-hero__nav a {
  color: #fff !important;
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.cfb-conf-hero__nav a:hover,
.cfb-conf-hero__nav a:focus {
  text-decoration: underline;
}

.cfb-conf-hero__row {
  display: grid;
  grid-template-columns: 72px auto 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 14px 16px 10px;
}

.cfb-conf-hero__logo-box {
  width: 72px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cfb-conf-hero__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.cfb-conf-hero__chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 8.25rem;
}

.cfb-conf-hero__chip-wrap {
  display: block;
  margin: 0;
}

.cfb-conf-hero__year-select,
.cfb-conf-hero__conf-select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 4px 26px 4px 10px;
  border: 1px solid var(--cfb-line);
  border-radius: 2px;
  background-color: var(--cfb-bg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  color: var(--cfb-text);
  cursor: pointer;
}

.cfb-conf-hero__year-select {
  font-family: var(--cfb-data);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--cfb-ember);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23FF5A1F' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.cfb-conf-hero__conf-select {
  font-family: var(--cfb-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23C9A227' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.cfb-conf-badge {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 6px 12px 6px 6px;
  border: 1px solid var(--cfb-line);
  background: var(--cfb-bg);
}

.cfb-conf-badge.is-prestige {
  border-color: var(--cfb-gold);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.18);
}

.cfb-conf-badge__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 0 8px;
  background: var(--cfb-line);
  color: var(--cfb-text);
  font-family: var(--cfb-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cfb-conf-badge.is-prestige .cfb-conf-badge__mark {
  background: var(--cfb-gold);
  color: #14171d;
}

.cfb-conf-badge__name {
  font-family: var(--cfb-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cfb-conf-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
  overflow: hidden;
  padding: 10px 12px 12px;
  border-top: 1px solid var(--cfb-line);
}

.cfb-conf-strip__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 6px 8px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--cfb-muted);
  font-family: var(--cfb-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.42;
  cursor: pointer;
}

.cfb-conf-strip__logo {
  display: none;
  height: 28px;
  width: auto;
  max-width: 4.75rem;
  object-fit: contain;
}

.cfb-conf-strip__btn.is-active {
  opacity: 1;
  color: var(--cfb-ember);
  border-color: var(--cfb-ember);
}

.cfb-conf-strip__btn.is-active.has-logo {
  background: #fff;
  min-width: 4.75rem;
  padding: 6px 10px;
}

.cfb-conf-strip__btn.is-active.has-logo .cfb-conf-strip__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cfb-conf-strip__btn.is-active.has-logo .cfb-conf-strip__logo {
  display: block;
}

.cfb-conf-strip__btn.is-prestige .cfb-conf-strip__logo {
  height: 32px;
}

.cfb-conf-strip__btn.is-active.is-prestige {
  color: var(--cfb-gold);
  border-color: var(--cfb-gold);
}

.cfb-conf-strip__btn:focus-visible {
  outline: 2px solid var(--cfb-ember);
  outline-offset: 2px;
}

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

[data-cfb-team-card] .rvng-overlay.is-placed {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  border-width: 1px;
}

[data-cfb-team-card] .rvng-overlay.is-placed::before {
  font-size: 14px;
  line-height: 1;
}

.cfb-team-bundle,
.nfl-team-bundle {
  display: contents;
}

body:not(.cfb-conf-ready) .cfb-team-bundle:not([data-cfb-playoff]) [data-cfb-team-card] {
  display: none !important;
}

.cfb-team-bundle.is-hidden,
.nfl-team-bundle.is-hidden,
[data-cfb-team-card].is-hidden,
[data-nfl-team-card].is-hidden {
  display: none !important;
}

.cfb-conf-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 1.25rem;
  border: 1px dashed var(--cfb-line);
  background: var(--cfb-surface);
  color: var(--cfb-muted);
  font-family: var(--cfb-ui);
  font-weight: 600;
  text-align: center;
}

.cfb-conf-empty.is-hidden,
[data-cfb-playoff-banner].is-hidden,
[data-cfb-conference-banner].is-hidden,
[data-cfb-conference-scoreboard].is-hidden {
  display: none !important;
}

.cfb-conf-banner.every-division-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr) minmax(0, 400px);
  align-items: stretch !important;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-margin-top: 1.25rem;
}

#division_1,
#division_2,
#division_3,
#division_4,
#division_5,
#division_6,
#division_7,
#division_8 {
  scroll-margin-top: 1.25rem;
}

.cfb-conf-banner .every-division-column-left,
.cfb-conf-banner .every-division-column-right {
  border: 17px solid #1f4328;
  background: #fff;
}

.cfb-conf-banner .every-division-column-middle {
  background-image: url("/img/division.png");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cfb-conf-banner .every-division-column-left,
.cfb-conf-banner .every-division-column-middle,
.cfb-conf-banner .every-division-column-right {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  min-height: 108px;
  min-width: 0;
  max-width: 100%;
}

.cfb-conf-banner__logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 0.5rem 0.75rem;
}

.cfb-conf-banner__logo {
  width: auto;
  height: 118px;
  max-width: min(180px, 100%);
  max-height: 130px;
  object-fit: contain;
}

.cfb-conf-banner__mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  padding: 0.75rem 2rem;
}

.cfb-conf-banner__mid .cfb-conf-badge {
  justify-self: center;
  flex-shrink: 1;
  min-width: 0;
}

.cfb-conf-banner__mid .cfb-conf-badge__name {
  color: #fff;
}

.cfb-conf-banner__mid .cfb-conf-badge.is-code-only .cfb-conf-badge__name {
  display: none;
}

.cfb-conf-banner__su {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}

.cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.cfb-conf-banner__wings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
}

.cfb-conf-banner__wings:focus-visible {
  outline: 2px solid var(--cfb-gold, #c9a227);
  outline-offset: 2px;
}

.cfb-conf-banner__tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.cfb-conf-banner__tab {
  min-height: 44px;
  min-width: 5.5rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid #1f4328;
  background: #f4f4f4;
  color: #1f4328;
  font-family: var(--cfb-display, inherit);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cfb-conf-banner__tab.is-active {
  background: #1f4328;
  color: #fff;
  border-color: #1f4328;
}

.cfb-conf-banner__panels {
  width: 100%;
}

.cfb-conf-banner__panel {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.cfb-conf-banner__panel.is-hidden {
  display: none;
}

.cfb-conf-banner__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 3.75rem;
  font-weight: 700;
}

.cfb-conf-banner__stat span {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.cfb-conf-banner__stat strong {
  font-size: 1.5rem;
  line-height: 1.2;
}

.cfb-conf-banner__hint {
  margin: 0;
  text-align: center;
  font-size: clamp(0.5rem, 2.4vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #5b6b5e;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.cfb-conf-banner__lock {
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  }


  .cfb-conf-banner__logo {
    height: 96px;
    max-width: min(150px, 100%);
    max-height: 108px;
  }

  .cfb-conf-banner__mid {
    gap: 2.5rem;
    padding: 0.75rem 1.25rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 991px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    border-width: 10px;
  }

  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    min-height: 88px;
  }

  .cfb-conf-banner .every-division-column-middle {
    min-height: 0;
    height: auto !important;
  }

  .cfb-conf-banner__logo-col {
    min-height: 120px;
    padding: 0.55rem;
  }

  .cfb-conf-banner__wings {
    padding: 0.6rem 0.75rem;
    touch-action: manipulation;
  }

  .cfb-conf-banner__tabs {
    width: 100%;
  }

  .cfb-conf-banner__tab {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cfb-conf-banner__logo {
    height: 92px;
    max-width: min(148px, 72vw);
    max-height: 100px;
  }

  .cfb-conf-banner__mid {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 0;
    height: auto !important;
    padding: 0.7rem 0.65rem !important;
  }

  .cfb-conf-banner .every-division-column-middle {
    min-height: 0;
    height: auto !important;
    padding: 0.7rem 0.65rem !important;
  }

  .cfb-conf-banner__su {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    padding: 0;
    min-width: 0;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat {
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.55rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 0.55rem;
    margin-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
  }

  .cfb-conf-banner__mid .cfb-conf-badge {
    align-self: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    max-width: none;
    padding: 4px 6px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
  }

  .cfb-conf-banner__mid .cfb-conf-badge__name {
    display: none;
  }

  .cfb-conf-banner__stat {
    min-width: 0;
    flex: 1 1 0;
  }

  .cfb-conf-banner__stat span {
    font-size: 0.8125rem;
  }

  .cfb-conf-banner__stat strong {
    font-size: 1.125rem;
  }

  .cfb-conf-banner__panel {
    gap: 0.35rem;
  }

  .cfb-conf-banner__hint {
    font-size: clamp(0.48rem, 2.7vw, 0.62rem);
    letter-spacing: 0;
  }

  .cfb-conf-banner__wings {
    padding: 0.55rem 0.6rem;
  }
}

@media (max-width: 479px) {
  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    border-width: 8px;
  }

  .cfb-conf-banner__logo-col {
    min-height: 108px;
    padding: 0.45rem;
  }

  .cfb-conf-banner__logo {
    height: 84px;
    max-width: min(128px, 70vw);
    max-height: 92px;
  }

  .cfb-conf-banner__mid {
    padding: 2rem 0.45rem !important;
    gap: 0.45rem;
  }

  .cfb-conf-banner .every-division-column-middle {
    padding: 2rem 0.45rem !important;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat {
    padding: 0 0.4rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 0.4rem;
    margin-left: 0;
  }

  .cfb-conf-banner__stat span {
    font-size: 0.75rem;
  }

  .cfb-conf-banner__stat strong {
    font-size: 1rem;
  }

  .cfb-conf-banner__hint {
    font-size: clamp(0.45rem, 2.6vw, 0.58rem);
    letter-spacing: 0;
  }
}

.container-max-width-custom[data-cfb-page-mode] {
  margin-top: 2rem;
}

.container-max-width-custom[data-cfb-page-mode][data-cfb-active-conference]:not([data-cfb-active-conference="playoff"]) {
  margin-top: 0.75rem;
}

[data-cfb-conference-banner].column-span-every-division {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
  /* The card grid is repeat(4, 385px) and the cards claim explicit rows
     (grid-area: 2, 3, 5, ... - row 1 is free). With no placement of its own
     the banner was auto-placed into the first free cell, which dropped it
     partway down the page, and its internal three-column layout overflowed a
     single 385px track, pushing the stats box off the right edge. Pin it to
     the full width of row 1 so it sits directly under the conference tabs. */
  grid-column: 1 / -1;
  grid-row: 1;
  min-width: 0;
  max-width: 100%;
}

/* Plasma Phase D — compact left scoreboard matching original logo-box height. Mid/right unchanged. */
.cfb-conf-banner__logo-col--scores {
  flex-direction: column;
  justify-content: center !important;
  align-items: stretch !important;
  padding: 0.2rem !important;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.cfb-conf-banner__score-slot {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.cfb-conf-banner__score-slot.is-hidden,
.cfb-conf-banner__logo--fallback.is-hidden {
  display: none !important;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__carousel {
  width: 100%;
  max-width: 100%;
  border-width: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 0;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__viewport {
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e8edf2;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__hint {
  display: none;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__controls {
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  height: 30px;
  margin-top: 0.12rem;
  gap: 0.15rem;
  align-items: center;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__btn {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 6px;
  border: 1px solid #d7dde5;
  background: #fff;
  color: #374151;
  box-shadow: none;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__chevron {
  width: 14px;
  height: 14px;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__dots {
  gap: 2px;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__dot::after {
  width: 5px;
  height: 5px;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__dot.is-active::after {
  width: 6px;
  height: 6px;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.28rem 0.4rem 0.3rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__head {
  margin-bottom: 0.1rem;
  padding-bottom: 0.15rem;
  gap: 0.25rem;
  align-items: center;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__when {
  gap: 0.05rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__time,
.cfb-conf-banner__logo-col--scores .cfb-score-card__clock {
  font-size: 0.66rem;
  line-height: 1.15;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__date {
  font-size: 0.62rem;
  line-height: 1.15;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__badge {
  min-height: 1rem;
  padding: 0.05rem 0.35rem;
  font-size: 0.55rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card.has-stats .cfb-score-card__row,
.cfb-conf-banner__logo-col--scores .cfb-score-card.is-pregame .cfb-score-card__row,
.cfb-conf-banner__logo-col--scores .cfb-score-card__row {
  grid-template-columns: minmax(0, 1.2fr) 28px 28px 44px;
  gap: 0.1rem;
  min-height: 0;
  padding: 0.18rem 0;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card.has-stats .cfb-score-card__cols,
.cfb-conf-banner__logo-col--scores .cfb-score-card__cols {
  grid-template-columns: 28px 28px 44px;
  font-size: 0.55rem;
  gap: 0.1rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card.is-pregame .cfb-score-card__cols--pregame {
  display: none;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__rot {
  width: 1.5rem;
  min-width: 1.5rem;
  font-size: 0.58rem;
  color: #6b7280;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__cols {
  font-size: 0.55rem;
  gap: 0.1rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__logo {
  width: 18px;
  height: 18px;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__name {
  font-size: 0.72rem;
  font-weight: 600;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__stat {
  font-size: 0.72rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__ats {
  min-height: 0;
  font-size: 0.62rem;
  gap: 0.1rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__lock {
  min-width: 28px;
  min-height: 28px;
  font-size: 0.8rem;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card--empty {
  min-height: 4.5rem;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  background: #fff;
}

.cfb-conf-banner__logo-col--scores .cfb-score-card__empty-copy {
  font-size: 0.72rem;
  text-align: center;
  padding: 0 0.35rem;
}

.cfb-score-strip__carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.2rem 0.1rem 0.25rem;
}

.cfb-score-strip__viewport {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07);
  margin-bottom: 0.2rem;
}

.cfb-score-strip__track {
  display: flex;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
}

.cfb-score-strip__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.cfb-score-strip__controls {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0.15rem;
  gap: 0.25rem;
}

.cfb-score-strip__btn {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
  border: 1px solid #d7dde5;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  box-shadow: none;
  cursor: pointer;
  transform: none;
  padding: 0;
}

.cfb-score-strip__btn--prev,
.cfb-score-strip__btn--next {
  left: auto;
  right: auto;
}

.cfb-score-strip__btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.cfb-score-strip__chevron {
  display: block;
  flex-shrink: 0;
}

.cfb-score-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0.55rem 0.65rem 0.6rem;
}

.cfb-score-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #eef2f6;
}

.cfb-score-card__when {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  min-width: 0;
}

.cfb-score-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.25rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #6b7280;
}

.cfb-score-card__badge.is-live {
  background: #dc2626;
}

.cfb-score-card__badge.is-half {
  background: #059669;
}

.cfb-score-card__badge.is-final {
  background: #111827;
}

.cfb-score-card__time {
  color: #111827;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.cfb-score-card__clock {
  color: #dc2626;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.cfb-score-card__date {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 500;
}

.cfb-score-card__cols {
  display: grid;
  grid-template-columns: 44px 44px 64px;
  gap: 0.25rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.cfb-score-card__row {
  display: grid;
  gap: 0.25rem;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0;
}

.cfb-score-card.has-stats .cfb-score-card__row,
.cfb-score-card.is-pregame .cfb-score-card__row,
.cfb-score-card__row {
  grid-template-columns: minmax(0, 1fr) 44px 44px 64px;
}

.cfb-score-card__cols--pregame {
  display: none;
}

.cfb-score-card__row + .cfb-score-card__row {
  border-top: 1px solid #f1f5f9;
}

.cfb-score-card__team {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.cfb-score-card__rot {
  flex-shrink: 0;
  width: 1.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #9ca3af;
  text-align: right;
}

.cfb-score-card__logo {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cfb-score-card__name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

.cfb-score-card__name::after,
.cfb-score-card__name::before {
  content: none !important;
}

.cfb-score-card__stat {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #111827;
}

.cfb-score-card__stat.is-lead {
  color: #e11d48;
}

.cfb-score-card__ats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 44px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #111827;
}

.cfb-score-card__lock {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cfb-score-card__ou {
  color: #c2410c;
  white-space: nowrap;
}

.cfb-score-card--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  color: #6b7280;
}

.cfb-score-card__empty-copy {
  margin: 0;
  font-size: 0.9rem;
}

.cfb-score-strip__hint {
  margin: 0.35rem 0.5rem 0.05rem;
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #6b7280;
}

.cfb-score-strip__pager {
  margin: 0;
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4b5563;
  white-space: nowrap;
  line-height: 1;
}

.cfb-conf-banner__logo-col--scores .cfb-score-strip__pager {
  font-size: 0.68rem;
  color: #6b7280;
}

.cfb-score-strip__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  width: auto;
  max-width: 100%;
  margin: 0;
  justify-self: center;
}

.cfb-score-strip__dot {
  position: relative;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.cfb-score-strip__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #cbd5e1;
  transform: translate(-50%, -50%);
}

.cfb-score-strip__dot.is-active::after {
  background: #e87722;
  width: 6px;
  height: 6px;
}

@media (max-width: 991px) {
  .cfb-conf-banner__logo-col--scores {
    order: -1;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .cfb-conf-banner__logo-col--scores .cfb-score-strip__carousel {
    padding: 0;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-card.has-stats .cfb-score-card__cols,
  .cfb-conf-banner__logo-col--scores .cfb-score-card__cols {
    grid-template-columns: 30px 30px 44px;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-card.has-stats .cfb-score-card__row,
  .cfb-conf-banner__logo-col--scores .cfb-score-card.is-pregame .cfb-score-card__row,
  .cfb-conf-banner__logo-col--scores .cfb-score-card__row {
    grid-template-columns: minmax(0, 1fr) 30px 30px 44px;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-card__name {
    font-size: 0.7rem;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-card__row {
    padding: 0.2rem 0;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-strip__controls {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    height: 32px;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-strip__btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .cfb-conf-banner__logo-col--scores .cfb-score-strip__dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
  }
}

[data-cfb-access="free"] .cfb-mode-tab[data-cfb-mode="ats"],
[data-cfb-access="free"] .cfb-mode-tab[data-cfb-mode="ou"] {
  opacity: 0.55;
}

@media (max-width: 991px) {
  .cfb-playoff-hero-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .cfb-playoff-hero-shell {
    width: 100%;
    max-width: 100%;
  }

  .cfb-hero-aside {
    padding: 8px 0 16px;
  }

  .cfb-conf-hero__row {
    grid-template-columns: 64px 1fr;
    row-gap: 12px;
  }

  .cfb-conf-hero .cfb-conf-badge {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  .container-max-width-custom[data-cfb-page-mode][data-cfb-active-conference]:not([data-cfb-active-conference="playoff"]) {
    margin-top: 0.5rem;
  }

  .cfb-conf-hero__row {
    grid-template-columns: 1fr;
  }

  .cfb-conf-hero__chips {
    min-width: 0;
  }

  .cfb-conf-hero__year-select,
  .cfb-conf-hero__conf-select,
  .cfb-conf-strip__btn,
  .cfb-hero-aside__results,
  .cfb-hero-aside__live {
    min-height: 44px;
  }

  .cfb-conf-hero__nav {
    justify-content: center;
  }

  .cfb-conf-badge__name {
    white-space: normal;
  }
}

.cfb-picker-page {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 0.75rem 1.5rem;
  overflow-x: hidden;
}

.cfb-picker-hero {
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #b45309 0%, #0f172a 100%);
  color: #fff;
}

.cfb-picker-hero__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  color: #fde68a;
}

.cfb-picker-hero h1 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.cfb-picker-hero p {
  margin: 0.5rem 0 0;
  max-width: 48rem;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.cfb-picker-status {
  margin: 0.75rem 0 0;
  min-height: 1.25rem;
  font-size: 0.875rem;
  color: #fde68a;
}

.cfb-picker-search {
  width: 100%;
  min-height: 44px;
  margin-bottom: 1rem;
  padding: 0 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: #fff;
}

.cfb-picker-pool {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 48px;
  margin-bottom: 1.25rem;
}

.cfb-picker-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .cfb-picker-board {
    grid-template-columns: 1fr 1fr;
  }
}

.cfb-picker-section {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #f8fafc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.cfb-picker-section.is-sleeper {
  background: #fff;
}

.cfb-picker-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.cfb-picker-section__hint {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.875rem;
  color: #64748b;
}

.cfb-picker-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cfb-picker-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 0.5rem;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
}

.cfb-picker-group {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.cfb-picker-clear {
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 0.875rem;
}

.cfb-picker-actions {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 1030;
  margin: 0;
  padding: 0.75rem;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.cfb-picker-save {
  width: 100%;
  min-height: 44px;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  background: #d97706;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.cfb-picker-save:disabled {
  opacity: 0.6;
}

.cfb-picker-year-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.cfb-picker-year-row label {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.cfb-picker-year {
  min-width: 6.5rem;
  min-height: 44px;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0.5rem;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
}

.cfb-picker-year-default {
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.cfb-picker-year-default:disabled {
  opacity: 0.55;
}

.cfb-picker-year-default.is-active {
  background: #fff;
  color: #c2410c;
  border-color: #fff;
}

.cfb-picker-empty,
.cfb-picker-muted {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.cfb-picker-option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 32px;
}

.cfb-picker-option img,
.cfb-picker-pool-chip img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cfb-picker-menu {
  position: fixed;
  z-index: 1080;
  min-width: 10rem;
  padding: 0.25rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.cfb-picker-menu button {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .cfb-picker-page {
    padding: 1.25rem 1rem 1.5rem;
  }

  .cfb-picker-hero {
    padding: 1.5rem;
  }

  .cfb-picker-hero h1 {
    font-size: 1.875rem;
  }

  .cfb-picker-save {
    width: auto;
    min-width: 12rem;
  }

  .cfb-picker-actions {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    width: auto;
    margin: 0;
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.96);
  }
}

.cfb-picker-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.cfb-picker-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: #64748b;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.cfb-picker-handle:active {
  cursor: grabbing;
}

.cfb-picker-helmet {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.cfb-picker-select-wrap {
  flex: 1 1 12rem;
  min-width: 0;
}

.cfb-picker-select-wrap .select2-container {
  width: 100% !important;
}

.cfb-picker-select-wrap .select2-container .select2-selection--single {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
}

.cfb-picker-pool-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.35rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  font-size: 0.875rem;
  touch-action: manipulation;
}

.cfb-picker-slot.is-ghost {
  opacity: 0.45;
}

.cfb-picker-slot.is-chosen {
  background: #fffbeb;
  border-color: #f59e0b;
}

@media (max-width: 767px) {
  .cfb-picker-slot {
    flex-direction: row;
  }

  .cfb-picker-select-wrap {
    flex-basis: 100%;
  }
}

/* 2026 boards. The legacy phone grid is a single fixed 350px track while the
   team cards claim explicit rows (grid-area: 3, 5, 7 ...). Each team bundle is
   display:contents, so its side panels become grid items too, get auto-placed
   into an implicit second column, collapse to ~30px and spill past the
   viewport. One fluid track plus full-width items keeps everything stacked. */
.board-grid-fluid > *,
.board-grid-fluid > .cfb-team-bundle > *,
.board-grid-fluid > .nfl-team-bundle > * {
  min-width: 0;
}

@media (max-width: 767px) {
  .bulk-various-color-table-wrapper.board-grid-fluid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: start;
    gap: 1.5rem;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid > * {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    max-width: 100%;
  }

  /* Keep each team's two cards together, and stack like /cfbplayoffs2025:
     solid tendencies panel on top, schedule card below. */
  .bulk-various-color-table-wrapper.board-grid-fluid > .cfb-team-bundle,
  .bulk-various-color-table-wrapper.board-grid-fluid > .nfl-team-bundle {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    min-width: 0;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid > .cfb-team-bundle > *,
  .bulk-various-color-table-wrapper.board-grid-fluid > .nfl-team-bundle > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid > .cfb-team-bundle > [class*="solid-table"],
  .bulk-various-color-table-wrapper.board-grid-fluid > .nfl-team-bundle > [class*="solid-table"] {
    order: -1;
  }

  /* Texas 2025 mobile: helmet on the left of SU/ATS/OU (or results) controls. */
  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-q3-mode-col"],
  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-q2-mode-col"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-helmet"] {
    flex: 0 0 72px !important;
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
    margin-inline: 0 !important;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-mode-box"] {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 84px) !important;
  }

  /* The conference banner sits last in the markup but reads as the heading. */
  .bulk-various-color-table-wrapper.board-grid-fluid > [data-cfb-conference-banner] {
    grid-row: 1 !important;
  }
}

@media (max-width: 420px) {
  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-q3-mode-col"],
  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-q2-mode-col"] {
    flex-direction: row-reverse !important;
    align-items: center !important;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-helmet"] {
    flex: 0 0 64px !important;
    width: 64px !important;
    max-width: 64px !important;
  }

  .bulk-various-color-table-wrapper.board-grid-fluid [class*="-mode-box"] {
    max-width: calc(100% - 76px) !important;
  }
}
