/* Champion Centre v1.11.105 — mobile icon sizing and consistent section gutters. */
@media (max-width: 820px) {
  /* Events statistic: keep the calendar icon the same visual size as other stat icons. */
  body.home .stats-card__item--events .events-stat-group > .stat-icon {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    object-fit: contain !important;
  }

  body.home .stats-card__item--events .events-stat-group {
    gap: 14px !important;
  }

  /* Real inner gutters: do not rely on section width, because older rules reset it. */
  body.home .news-events,
  body.home .upcoming-events,
  body.home .directions-section,
  body.home .useful-section {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Headings, links and introductory copy stay inside the same gutter. */
  body.home .news-events .section-heading-row,
  body.home .upcoming-events .upcoming-events__heading,
  body.home .directions-section > .home-section-heading,
  body.home .useful-section > .home-section-heading {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home .news-events .section-title,
  body.home .upcoming-events .section-title,
  body.home .directions-section .section-title,
  body.home .useful-section .section-title {
    margin-left: 0 !important;
  }

  body.home .news-events .section-more,
  body.home .upcoming-events__intro,
  body.home .upcoming-events__link,
  body.home .directions-section__lead,
  body.home .useful-section .home-section-heading p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home .news-events .news-layout,
  body.home .upcoming-events .event-list,
  body.home .directions-section .directions-panel,
  body.home .useful-section .useful-quickbar,
  body.home .useful-section .ministry-strip {
    box-sizing: border-box !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 374px) {
  body.home .news-events,
  body.home .upcoming-events,
  body.home .directions-section,
  body.home .useful-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.home .stats-card__item--events .events-stat-group > .stat-icon {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
  }
}
