/*
 * GLOBAL GAUNTLET homepage layout repair.
 *
 * WordPress's Gutenberg theme constrains direct children of post content to
 * its global 620px content width. The homepage is purposefully full-bleed;
 * scope this exception to its page and design root only.
 */
body.page-id-84 .entry-content.is-layout-constrained > .gga-prime,
body.page-id-84 .wp-block-post-content.is-layout-constrained > .gga-prime,
body.page-id-84 .is-layout-constrained > .gga-prime {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
