/* Community 1.3.50 — center the approved Community layout in the viewport.
 * Earlier legacy layers use a full-bleed left offset. The 1.3.49 contained
 * shell replaced their width but did not cancel that offset, pushing the new
 * page to the right. This final layer resets the offset and restores the light
 * page canvas without changing cards, data, or Community behavior. */

html body.gmr-community-page,
html body.gmr-community-page #page,
html body.gmr-community-page .site,
html body.gmr-community-page .site-content,
html body.gmr-community-page .content-area,
html body.gmr-community-page .site-main,
html body.gmr-community-page main,
html body.gmr-community-page article,
html body.gmr-community-page .entry-content,
html body.gmr-community-page .wp-site-blocks {
  background-color:#fbfaf7!important;
  background-image:none!important;
}

html body.gmr-community-page {
  overflow-x:hidden!important;
}

html body.gmr-community-page .gmr-network-v8 {
  left:auto!important;
  right:auto!important;
  transform:none!important;
  box-sizing:border-box!important;
  width:min(1500px,calc(100% - 36px))!important;
  max-width:1500px!important;
  margin:24px auto 40px!important;
}

@media (max-width:780px) {
  html body.gmr-community-page .gmr-network-v8 {
    left:auto!important;
    right:auto!important;
    transform:none!important;
    width:100%!important;
    margin:12px auto 28px!important;
  }
}
