/* MoFutbol live launch layer: scoped polish without changing the brand system. */
:root {
  --mf-launch-gutter: clamp(16px, 3vw, 34px);
  --mf-launch-section: clamp(32px, 5vw, 72px);
  --mf-launch-max: 1240px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a[target="_blank"] {
  text-underline-offset: 0.18em;
}

.mf-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  border: 1px solid var(--accent, #f5c842);
  border-radius: 6px;
  background: var(--surface, #09130d);
  color: var(--text, #f7f4e8);
  padding: 10px 12px;
  font: 800 0.78rem/1 var(--f-mono, ui-monospace, monospace);
  letter-spacing: 0;
  text-decoration: none;
}

.mf-skip-link:focus {
  transform: translateY(0);
  outline: 2px solid var(--accent, #f5c842);
  outline-offset: 2px;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--accent, #f5c842);
  outline-offset: 3px;
}

main :where(.container, .site-container, .stl-container, .mf-container, .content-wrap, .page-shell, .api-shell) {
  width: min(100% - (var(--mf-launch-gutter) * 2), var(--mf-launch-max));
  margin-inline: auto;
}

main :where(.stl-section, .mf-section, .site-section, .section) {
  margin-block: var(--mf-launch-section);
}

:where(.stl-section-header-row, .mf-block-head, .section-header, .site-section-header) {
  gap: clamp(14px, 2.4vw, 28px);
}

:where(.stl-grid, .mf-grid, .cards-grid, .story-grid, .media-grid, .api-grid) {
  gap: clamp(14px, 2vw, 24px);
}

:where(.story-card, .mf-media-card, .api-card, .stl-card, .club-card, .fixture-card) {
  min-width: 0;
}

:where(.story-card-title, .mf-media-card__title, .stl-subheading, .stl-heading, h1, h2, h3) {
  overflow-wrap: anywhere;
}

:where(.story-card-desc, .mf-media-card__copy, .stl-muted, p) {
  max-width: 78ch;
}

:where(.mf-chip-row, .mf-front-actions, .stl-actions, .api-actions) {
  gap: 10px;
}

:where(.mf-chip-row a, .mf-front-actions a, .stl-actions a, .api-actions a, .btn, .stl-btn) {
  min-height: 40px;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

:where(.mf-mini-logo-fallback, .mf-matchup-logo-fallback, .usoc-team-badge, .story-card-thumb-placeholder) {
  display: none !important;
}

table {
  width: 100%;
}

:where(.table-wrap, .api-card, .mf-table-shell) {
  overflow-x: auto;
}

@media (max-width: 760px) {
  :root {
    --mf-launch-gutter: 16px;
    --mf-launch-section: 34px;
  }

  main :where(.container, .site-container, .stl-container, .mf-container, .content-wrap, .page-shell, .api-shell) {
    width: min(100% - 28px, var(--mf-launch-max));
  }

  :where(.stl-section-header-row, .mf-block-head, .api-top) {
    align-items: start;
  }

  :where(.mf-front-actions, .stl-actions, .api-actions) {
    width: 100%;
  }

  :where(.mf-front-actions a, .stl-actions a, .api-actions a, .btn, .stl-btn) {
    max-width: 100%;
  }
}

/* Stage 2 UI/UX pass: production refinement, no rebrand. */
:root {
  --mf-stage2-max: 1320px;
  --mf-stage2-wide: 1400px;
  --mf-stage2-line: rgba(245, 200, 66, 0.18);
  --mf-stage2-line-soft: rgba(255, 255, 255, 0.075);
  --mf-stage2-panel: rgba(5, 12, 8, 0.9);
  --mf-stage2-panel-strong: rgba(8, 18, 12, 0.96);
  --mf-stage2-muted: rgba(240, 246, 238, 0.74);
  --mf-stage2-radius: 8px;
  --mf-stage2-pad: clamp(0.9rem, 1.6vw, 1.35rem);
}

.site-header__inner,
.site-footer__inner,
.site-footer__bottom,
body.mf-page-shell :where(.site-container, .stl-container, .container, .mf-container, .mf-shell-container, .mf-page-container) {
  width: min(100% - (var(--mf-launch-gutter) * 2), var(--mf-stage2-max));
  max-width: var(--mf-stage2-max);
  margin-inline: auto;
}

body.mf-page-shell :where(.mf-media-studio, .mf-daily-home, .mc-main, main) {
  min-width: 0;
}

body.mf-page-shell :where(main > section:not(.mf-daily-hero):not(.mf-editorial-hero):not(.mf-player-directory-hero):not(.mf-unified-hero):not(.hero):not(.page-hero), .stl-section, .mf-daily-section, .mf-section, .mf-world-section, .mf-editorial-section) {
  margin-block: 0;
  padding-block: clamp(2rem, 4vw, 4rem);
}

body.mf-page-shell :where(.stl-section, .mf-daily-section, .mf-section, .mf-world-section, .mf-editorial-section) + :where(.stl-section, .mf-daily-section, .mf-section, .mf-world-section, .mf-editorial-section) {
  border-top: 1px solid var(--mf-stage2-line-soft);
}

body.mf-page-shell :where(.stl-section--alt, .mf-section--alt, .mf-daily-section--alt) {
  border-block: 1px solid var(--mf-stage2-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006));
}

body.mf-page-shell:not(.mf-system-home) :where(.mf-daily-hero, .mf-editorial-hero, .mf-player-directory-hero, .mf-unified-hero, .mf-world-hero, .mf-africa-hero, .stl-city-hero, .stl-local-hero, .hero, .page-hero, .us-hero, .league-hero, .hs-hero, .hscl-hero-bg, .yp-hero, .mf-contact-hero, .mf-simple-page-hero) {
  min-height: auto !important;
  padding-block: clamp(2.35rem, 5vw, 4.8rem) !important;
}

body.mf-page-shell :where(.mf-home-hero-grid, .mf-daily-grid, .mf-editorial-hero__grid, .mf-polish-hero__grid, .mf-unified-hero-grid, .mf-player-directory-hero-grid, .mf-africa-hero-grid, .mf-world-hero .stl-container, .stl-city-layout, .stl-local-hero__grid) {
  gap: clamp(1rem, 2.7vw, 2rem);
  align-items: center;
}

body.mf-page-shell:not(.mf-system-home) :where(.mf-editorial-hero, .mf-player-directory-hero, .mf-unified-hero, .mf-world-hero, .mf-africa-hero, .stl-city-hero, .stl-local-hero, .hero, .page-hero, .us-hero, .league-hero, .hs-hero, .hscl-hero-bg, .yp-hero, .mf-contact-hero, .mf-simple-page-hero) :where(h1, .stl-heading, .mf-unified-hero-title) {
  max-width: 17ch;
  margin-block: 0.45rem 0.75rem;
  font-size: clamp(2rem, 4.2vw, 4.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0;
  text-wrap: balance;
}

body.mf-page-shell :where(.stl-subheading, .section-title, .mf-section-title, .mf-card-title, h2, h3) {
  text-wrap: balance;
}

body.mf-page-shell :where(.stl-section-header-row, .section-header, .mf-block-head, .mc-section-head, .mf-schedule-board__head, .mf-matchday-topline) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(0.85rem, 2vw, 1.35rem);
  margin-bottom: clamp(1rem, 2.4vw, 1.6rem);
  padding-bottom: clamp(0.55rem, 1.1vw, 0.85rem);
  border-bottom: 1px solid var(--mf-stage2-line);
}

body.mf-page-shell :where(.stl-section-header-row, .section-header, .mf-block-head, .mc-section-head) > div:first-child {
  min-width: 0;
}

body.mf-page-shell :where(.stl-section-header-row .stl-subheading, .section-header h2, .mf-block-head h2, .mc-section-head h2) {
  max-width: 24ch;
  margin-bottom: 0.35rem;
  line-height: 1.04;
}

body.mf-page-shell :where(.mf-section-intro, .stl-section-header-row p, .section-header p, .mf-block-head p, .mc-section-head p) {
  max-width: 66ch;
  margin-bottom: 0;
  color: var(--mf-stage2-muted);
  line-height: 1.5;
}

body.mf-page-shell :where(.stl-grid, .mf-grid, .cards-grid, .story-grid, .media-grid, .api-grid, .mf-card-grid, .mf-media-card-grid, .mf-link-grid, .mf-route-grid, .mf-command-grid, .mf-home-product-grid, .mf-pathway-grid, .mf-matchday-card-grid, .mf-matchday-modules, .mc-stl-feed-grid, .mc-notes, .mc-live-stats, .mc-board-pulse, .site-sponsor-stack) {
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

body.mf-page-shell :where(.mf-surface-card, .mf-info-card, .mf-link-tile, .mf-route-card, .mf-hub-card, .mf-proof-card, .stl-community-card, .resource-card, .spotlight-card, .story-card, .article-card, .mf-media-card, .mf-wire-card, .mf-world-card, .mf-platform-card, .platform-pill, .mf-home-command-card, .mf-pathway-preview, .mf-pathway-note, .mf-pathway-card, .mf-daily-tab-panel, .mf-daily-card, .mf-matchday-summary-card, .mf-matchday-feature, .mf-matchday-module, .mf-matchday-card, .mf-matchday-toolbar, .mf-match-feature-card, .mf-match-tile, .mc-panel, .mc-club, .mc-note, .mc-live-stat, .mc-stl-feed-panel, .site-newsletter-shell, .site-sponsor-card, .site-sponsor-cta, .site-sponsor-wall, .api-card) {
  min-width: 0;
  border-color: var(--mf-stage2-line) !important;
  border-radius: var(--mf-stage2-radius) !important;
  background-color: var(--mf-stage2-panel);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

body.mf-page-shell :where(.mf-surface-card, .mf-info-card, .mf-link-tile, .mf-route-card, .mf-hub-card, .mf-proof-card, .stl-community-card, .resource-card, .spotlight-card, .story-card, .article-card, .mf-media-card, .mf-wire-card, .mf-world-card, .mf-home-command-card, .mf-pathway-preview, .mf-pathway-note, .mf-daily-tab-panel, .mf-daily-card, .mf-matchday-summary-card, .mf-matchday-feature, .mf-matchday-module, .mf-matchday-card, .mf-matchday-toolbar, .mf-match-feature-card, .mf-match-tile, .mc-panel, .mc-club, .mc-note, .mc-live-stat, .mc-stl-feed-panel, .site-newsletter-shell, .api-card) {
  padding: var(--mf-stage2-pad);
}

body.mf-page-shell :where(.mf-surface-card, .mf-info-card, .mf-link-tile, .mf-route-card, .mf-hub-card, .mf-proof-card, .stl-community-card, .resource-card, .spotlight-card, .story-card, .article-card, .mf-media-card, .mf-wire-card, .mf-world-card, .mf-home-command-card, .mf-pathway-card, .mf-matchday-card, .mf-match-feature-card, .mf-match-tile, .mc-panel):hover {
  border-color: rgba(245, 200, 66, 0.28) !important;
}

body.mf-page-shell :where(.mf-media-card__thumb, .mf-media-card__image, .mf-article-lane__media, .story-card-thumb, .story-card__media, .mf-wire-card__image, .mf-growth-card__media, .mf-player-route-card__media, .mf-platform-card__media, .mf-front-media:not(.mf-front-media--logo)) {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--mf-stage2-radius);
  background: rgba(255, 255, 255, 0.025);
}

body.mf-page-shell :where(.mf-media-card__thumb, .mf-media-card__image, .mf-article-lane__media, .story-card-thumb, .story-card__media, .mf-wire-card__image, .mf-growth-card__media, .mf-player-route-card__media, .mf-platform-card__media, .mf-front-media:not(.mf-front-media--logo)) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mf-page-shell :where(.site-brand__name, .stl-heading, .stl-subheading, .mf-unified-hero-title, .mf-hero-title-streamlined, .mf-media-card__title, .story-card-title, .mf-wire-card h3, .mf-info-card h3, .mf-surface-card h3, .mc-section-head h2, .mc-club h3) {
  letter-spacing: 0;
}

body.mf-page-shell :where(.stl-eyebrow, .mf-daily-meta, .mf-media-card__meta, .mf-mini-note, .mf-command-meta, .mf-matchday-status, .mc-club-label, .mc-meta, .mc-badge, .mc-board-kpi span, .site-footer__nav h2, .site-footer__nav h3) {
  line-height: 1.25;
  letter-spacing: 0.09em;
}

body.mf-page-shell :where(.stl-muted, .mf-lede, .mf-media-card__copy, .story-card-desc, .mf-info-card p, .mf-surface-card p, .mc-note p, .mc-live-stat small, .site-footer__copy) {
  color: var(--mf-stage2-muted);
  line-height: 1.52;
}

.site-header {
  border-bottom-color: var(--mf-stage2-line);
  background: color-mix(in srgb, var(--color-bg, #020403) 92%, transparent);
}

.site-header__inner {
  gap: clamp(0.7rem, 1.6vw, 1.25rem);
}

.site-nav__list {
  gap: 0.18rem;
}

.site-nav__link,
.site-nav__toggle,
.site-header__cta,
.site-theme-toggle,
.site-nav__menu-button {
  min-height: 2.35rem;
  border-radius: var(--mf-stage2-radius);
}

.site-nav__link,
.site-nav__toggle {
  padding: 0.58rem 0.72rem;
}

.site-nav__panel {
  border-color: var(--mf-stage2-line);
  border-radius: var(--mf-stage2-radius);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.36);
}

.site-nav__panel-grid a,
.site-nav__panel-feature,
.site-drawer__section a {
  border-radius: var(--mf-stage2-radius);
}

.site-footer {
  margin-top: clamp(1rem, 3vw, 2.5rem);
  border-top: 1px solid var(--mf-stage2-line);
  background:
    linear-gradient(180deg, rgba(245, 200, 66, 0.045), transparent 7rem),
    rgba(2, 5, 3, 0.98);
}

.site-footer__inner {
  grid-template-columns: minmax(16rem, 1.15fr) repeat(4, minmax(8rem, 0.8fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  padding-block: clamp(1.5rem, 3vw, 2.4rem);
}

.site-footer__brand {
  padding-right: clamp(0rem, 2vw, 1.25rem);
}

.site-footer__nav {
  display: grid;
  gap: 0.55rem;
}

.site-footer__nav ul {
  gap: 0.32rem 0.65rem;
}

.site-footer__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  text-decoration: none;
}

.site-footer .site-socials a {
  border-radius: var(--mf-stage2-radius);
}

body.mf-system-match .mf-player-directory-hero .mf-player-hero-crest {
  border-radius: var(--mf-stage2-radius) !important;
  border-color: var(--mf-stage2-line) !important;
}

body.mf-match-center-main .mc-shell {
  width: min(100% - (var(--mf-launch-gutter) * 2), var(--mf-stage2-wide));
  margin-inline: auto;
  display: grid;
  gap: clamp(1.25rem, 2.4vw, 2rem);
}

body.mf-match-center-main .mc-main :where(.mf-matchday-desk, .mc-last-wrap, .mc-stl-feed, .mc-expansion, #all-leagues) {
  scroll-margin-top: 6rem;
}

body.mf-match-center-main :where(.mc-last-grid, .mc-stl-feed-grid) {
  gap: clamp(0.85rem, 2vw, 1.35rem);
}

body.mf-match-center-main .mc-last-grid {
  align-items: stretch;
}

body.mf-match-center-main :where(.mc-club, .mc-scorebox, .mc-note, .mc-live-stat, .mc-stl-feed-panel) {
  min-width: 0;
}

body.mf-match-center-main .mc-club-crest.is-missing-logo:empty {
  display: none !important;
}

body.mf-match-center-main .mc-date-tabs {
  position: sticky;
  top: 4.5rem;
  z-index: 12;
  margin-inline: calc(var(--mf-stage2-pad) * -1);
  padding: 0.5rem var(--mf-stage2-pad);
  overflow-x: auto;
  border-block: 1px solid var(--mf-stage2-line-soft);
  background: rgba(3, 8, 5, 0.94);
  scrollbar-width: thin;
}

body.mf-match-center-main :where(.mc-date-tabs button, .mf-matchday-tabs button, .mf-matchday-filter-row button, .mf-daily-tabs button) {
  min-height: 2.35rem;
  border-radius: var(--mf-stage2-radius);
}

body.mf-match-center-main :where(.mc-score-actions, .mc-note-actions, .mf-matchday-feature-row, .mf-matchday-controls, .mf-matchday-tabs, .mf-matchday-filter-row) {
  gap: 0.55rem;
}

body.mf-media-page :where(.mf-media-player-grid, .mf-media-platform-grid, .mf-media-card-grid, .mf-media-sponsor-break) {
  gap: clamp(0.9rem, 2vw, 1.35rem);
}

body.mf-media-page .mf-media-player-grid {
  align-items: start;
}

body.mf-media-page :where(.mf-media-audio-station, .mf-media-feed-panel, .mf-media-feature-video, .mf-media-spotify-card) {
  border-radius: var(--mf-stage2-radius) !important;
  border-color: var(--mf-stage2-line) !important;
}

body.mf-media-page .mf-media-hero-video__frame {
  border-radius: var(--mf-stage2-radius);
}

body.mf-system-home :where(#home-content-discovery, #home-stl-soccer, #home-player-tracker, #home-match-center) {
  border-top-color: var(--mf-stage2-line-soft);
}

body.mf-system-home .mf-home-hero-feed .mf-board-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
}

body.mf-system-home .mf-home-feed-list a {
  display: grid !important;
  gap: 0.3rem;
  align-content: start;
  min-width: 0;
}

body.mf-system-home .mf-home-feed-list a :where(span, strong, small) {
  display: block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.mf-system-home .mf-home-feed-list a strong {
  line-height: 1.18;
}

body.mf-system-home .mf-home-feed-list a small {
  color: var(--mf-stage2-muted);
  line-height: 1.35;
}

body.mf-system-home #home-match-center {
  order: 2;
}

body.mf-system-home #home-stl-soccer {
  order: 3;
}

body.mf-system-home #home-player-tracker {
  order: 4;
}

body.mf-system-home #home-partners {
  order: 5;
}

@media (min-width: 1180px) {
  body.mf-page-shell :where(.mf-media-studio .stl-container, .mf-matchday-desk .stl-container, .mc-shell, .mf-daily-home .stl-container) {
    max-width: var(--mf-stage2-wide);
  }

  body.mf-page-shell :where(.mf-card-grid, .mf-media-card-grid, .cards-grid, .story-grid) {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  }
}

@media (max-width: 1120px) {
  .site-brand__tag {
    display: none;
  }

  .site-nav__link,
  .site-nav__toggle {
    padding-inline: 0.58rem;
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(10rem, 1fr));
  }
}

@media (max-width: 860px) {
  .site-nav__list {
    display: none !important;
  }

  .site-nav__menu-button {
    display: inline-flex !important;
  }

  .site-header__cta--contributor,
  .site-theme-toggle {
    display: none !important;
  }

  body.mf-page-shell :where(.stl-section-header-row, .section-header, .mf-block-head, .mc-section-head, .mf-schedule-board__head, .mf-matchday-topline) {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.mf-page-shell :where(.stl-section-header-row > .stl-btn, .section-header > .stl-btn, .mf-block-head > .stl-btn, .mc-section-head > .stl-btn) {
    justify-self: start;
  }

  body.mf-match-center-main .mc-date-tabs {
    top: 3.75rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.5rem !important;
  }

  .site-brand {
    min-width: 0 !important;
  }

  .site-brand__name {
    font-size: 1rem !important;
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header__cta--media {
    display: none !important;
  }

  .site-header__actions {
    flex: 0 0 auto !important;
    gap: 0.35rem !important;
  }

  .site-nav__menu-button {
    flex: 0 0 2.65rem !important;
    width: 2.65rem !important;
    padding-inline: 0 !important;
  }
}

@media (max-width: 760px) {
  :root {
    --mf-stage2-pad: 0.85rem;
  }

  .site-header__inner,
  .site-footer__inner,
  .site-footer__bottom,
  body.mf-page-shell :where(.site-container, .stl-container, .container, .mf-container, .mf-shell-container, .mf-page-container),
  body.mf-match-center-main .mc-shell {
    width: min(100% - 1rem, 100vw - 1rem);
  }

  body.mf-page-shell :where(main > section:not(.mf-daily-hero):not(.mf-editorial-hero):not(.mf-player-directory-hero):not(.mf-unified-hero):not(.hero):not(.page-hero), .stl-section, .mf-daily-section, .mf-section, .mf-world-section, .mf-editorial-section) {
    padding-block: clamp(1.55rem, 7vw, 2.35rem);
  }

  body.mf-page-shell:not(.mf-system-home) :where(.mf-daily-hero, .mf-editorial-hero, .mf-player-directory-hero, .mf-unified-hero, .mf-world-hero, .mf-africa-hero, .stl-city-hero, .stl-local-hero, .hero, .page-hero, .us-hero, .league-hero, .hs-hero, .hscl-hero-bg, .yp-hero, .mf-contact-hero, .mf-simple-page-hero) {
    padding-block: 1.65rem !important;
  }

  body.mf-page-shell:not(.mf-system-home) :where(.mf-editorial-hero, .mf-player-directory-hero, .mf-unified-hero, .mf-world-hero, .mf-africa-hero, .stl-city-hero, .stl-local-hero, .hero, .page-hero, .us-hero, .league-hero, .hs-hero, .hscl-hero-bg, .yp-hero, .mf-contact-hero, .mf-simple-page-hero) :where(h1, .stl-heading, .mf-unified-hero-title) {
    max-width: 14ch;
    font-size: clamp(2rem, 11vw, 3.2rem) !important;
  }

  body.mf-page-shell :where(.stl-btn, .site-button, .mc-action, .mc-note-actions a, .mf-matchday-tabs button, .mf-matchday-filter-row button, .mf-daily-tabs button) {
    min-height: 2.55rem;
  }

  body.mf-page-shell :where(.mf-page-actions, .mf-home-hero-actions, .mf-daily-actions, .hero-ctas, .stl-actions, .mc-score-actions, .mc-note-actions, .site-newsletter-form) {
    align-items: stretch;
  }

  body.mf-page-shell :where(.mf-page-actions > *, .mf-home-hero-actions > *, .mf-daily-actions > *, .hero-ctas > *, .stl-actions > *, .mc-score-actions > *, .mc-note-actions > *, .site-newsletter-form > button) {
    width: 100%;
  }

  body.mf-match-center-main :where(.mc-last-grid, .mc-stl-feed-grid, .mc-notes, .mc-live-stats, .mc-board-pulse, .mf-matchday-summary, .mf-matchday-card-grid, .mf-matchday-modules) {
    grid-template-columns: 1fr !important;
  }

  body.mf-match-center-main .mc-scorebox {
    order: -1;
  }

  body.mf-media-page .mf-media-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mf-media-page .mf-media-player-grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer__nav ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mf-page-shell *,
  body.mf-page-shell *::before,
  body.mf-page-shell *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
