/* Community v1.3.13 — force the outer gutters to the homepage navy. */

/*
 * The Framework/theme can paint the area outside the WordPress content
 * wrapper. Extending the Community's own canvas to 100vw makes the result
 * independent of whichever wrapper the active theme uses.
 */
html body .gmr-network-v8 {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: max(18px, calc((100vw - 1360px) / 2)) !important;
  padding-right: max(18px, calc((100vw - 1360px) / 2)) !important;
  box-sizing: border-box !important;
  background:
    radial-gradient(circle at 76% 3%, rgba(133, 47, 223, .12), transparent 30%),
    linear-gradient(180deg, #080615 0%, #0d071c 54%, #080613 100%) !important;
}

@media (max-width: 1396px) {
  html body .gmr-network-v8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 640px) {
  html body .gmr-network-v8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
