/* Community v1.3.12 — match the full outer page canvas to the homepage. */

html:has(body.gmr-community-page),
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: #080615 !important;
  background-image: none !important;
}

/* Some theme/framework builds paint the side gutters with pseudo-elements. */
html body.gmr-community-page::before,
html body.gmr-community-page::after,
html body.gmr-community-page #page::before,
html body.gmr-community-page #page::after,
html body.gmr-community-page .site::before,
html body.gmr-community-page .site::after,
html body.gmr-community-page .site-content::before,
html body.gmr-community-page .site-content::after {
  background-color: #080615 !important;
  background-image: none !important;
}

/* Keep the Community's approved inner background and restrained width intact. */
html body.gmr-community-page .gmr-network-v8 {
  background:
    radial-gradient(circle at 76% 3%, rgba(133, 47, 223, .12), transparent 30%),
    linear-gradient(180deg, #080615 0%, #0d071c 54%, #080613 100%) !important;
}
