/* Champion Centre v1.11.104 — focused mobile alignment fixes. */
@media (max-width: 820px) {
  /* Events statistic: icon left of number; the whole group is centered. */
  body.home .stats-card__item--events {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .stats-card__item--events .events-stat-group {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  body.home .stats-card__item--events .events-stat-group > .stat-icon {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    align-self: center !important;
  }

  body.home .stats-card__item--events .events-stat-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body.home .stats-card__item--events .events-stat-copy strong,
  body.home .stats-card__item--events .events-stat-copy > span,
  body.home .stats-card__item--events .events-stat-copy small {
    display: block !important;
    position: static !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-self: auto !important;
    text-align: left !important;
  }

  body.home .stats-card__item--events .events-stat-copy small {
    max-width: 245px !important;
  }

  /* Consistent horizontal breathing room for mobile section content. */
  body.home .news-events,
  body.home .upcoming-events,
  body.home .directions-section,
  body.home .useful-section {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .upcoming-events__heading,
  body.home .directions-section .home-section-heading,
  body.home .useful-section .home-section-heading,
  body.home .news-events .section-heading-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home .upcoming-events .event-list,
  body.home .directions-panel,
  body.home .news-layout {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home .stats-note {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 374px) {
  body.home .stats-card__item--events .events-stat-group {
    gap: 12px !important;
  }
  body.home .stats-card__item--events .events-stat-group > .stat-icon {
    width: 56px !important;
    height: 56px !important;
  }
  body.home .news-events,
  body.home .upcoming-events,
  body.home .directions-section,
  body.home .useful-section {
    width: calc(100% - 24px) !important;
  }
}
