/* Community 1.3.54 — remove the dark outer gutters.
 * The live theme constrains its body/page shell and paints the root canvas
 * black. Keep the approved 1500px Community workspace, but let the warm ivory
 * canvas continue all the way to both viewport edges. */

html:has(body.gmr-community-page),
html body.gmr-community-page {
  width:100%!important;
  max-width:none!important;
  background-color:#fcfaf6!important;
  background-image:none!important;
}

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,
html body.gmr-community-page .ast-container,
html body.gmr-community-page .content-area,
html body.gmr-community-page #primary,
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-block-post-content,
html body.gmr-community-page .wp-site-blocks {
  background-color:#fcfaf6!important;
  background-image:none!important;
}

/* This full-bleed paint belongs only to the page canvas. The live cards stay
 * constrained by the 1500px grid established in 1.3.53. */
html body.gmr-community-page .gmr-network-v8 {
  background-color:#fcfaf6!important;
  box-shadow:0 0 0 100vmax #fcfaf6!important;
  clip-path:inset(0 -100vmax)!important;
}
