/*
 * Static-site overrides for issues that were difficult to solve in WordPress.
 * Keep selectors narrow so the mirrored theme remains visually faithful.
 */

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

.home .mcb-section-l142hn6a.bg-cover-ultrawide,
body:not(.home) .mcb-section-l142hn6a.bg-cover-ultrawide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(220px, 36.8vw, 552px);
  background-image: url("/assets/media/2025/10/optus_stadium_evening.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mcb-section-l142hn6a.bg-cover-ultrawide > .section_wrapper {
  width: 100%;
  max-width: none;
}

.mcb-section-8140b8b92 .section_wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  align-items: stretch;
  max-width: 1120px;
}

.mcb-section-8140b8b92 .mcb-wrap {
  display: flex !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.mcb-section-8140b8b92 .mcb-wrap-inner {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

.mcb-section-8140b8b92 .column,
.mcb-section-8140b8b92 .mcb-column-inner {
  width: 100% !important;
  margin: 0 !important;
}

.mcb-section-8140b8b92 .column_image {
  min-height: 245px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mcb-section-8140b8b92 .column_image .mcb-column-inner,
.mcb-section-8140b8b92 .column_image .image_frame,
.mcb-section-8140b8b92 .column_image .image_wrapper {
  width: 100%;
}

.mcb-section-8140b8b92 .column_image img {
  display: block;
  max-height: 220px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.mcb-section-8140b8b92 .mcb-wrap-pisafety .column_image img {
  max-height: 190px;
}

.mcb-section-8140b8b92 .column_heading {
  min-height: 44px;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
}

.mcb-section-8140b8b92 .column_heading .mcb-column-inner {
  padding-top: 0 !important;
}

.mcb-section-8140b8b92 .column_heading .title {
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.mcb-section-8140b8b92 .column_button {
  margin-top: auto;
  display: flex !important;
  justify-content: center;
}

.mcb-section-8140b8b92 .column_button .mcb-column-inner {
  display: flex !important;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mcb-section-8140b8b92 .section_wrapper {
    display: block !important;
  }

  .mcb-section-8140b8b92 .mcb-wrap {
    display: block !important;
  }

  .mcb-section-8140b8b92 .column_image,
  .mcb-section-8140b8b92 .column_heading {
    min-height: 0;
  }
}
