body.tpe-page {
  background: #fffdf7;
}

body.tpe-page .site,
body.tpe-page .site-content,
body.tpe-page .content-area,
body.tpe-page .site-main,
body.tpe-page .entry-content,
body.tpe-page .post-content,
body.tpe-page .wp-block-post-content,
body.tpe-page article,
body.tpe-page .ast-container,
body.tpe-page .ast-article-single,
body.tpe-page .inside-article,
body.tpe-page .entry-content > .wp-block-group,
body.tpe-page .entry-content > .wp-block-columns {
  max-width: none !important;
}

body.tpe-page .ast-container,
body.tpe-page .site-content,
body.tpe-page .content-area,
body.tpe-page .site-main,
body.tpe-page .entry-content,
body.tpe-page .wp-block-post-content,
body.tpe-page .inside-article,
body.tpe-page article {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.tpe-page .entry-content > *,
body.tpe-page .wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

body.tpe-page-landing .entry-content > nav,
body.tpe-page-landing .entry-content > .hero-stack,
body.tpe-page-landing .entry-content > .featuring-stage,
body.tpe-page-landing .entry-content > section,
body.tpe-page-landing .entry-content > .footer,
body.tpe-page-landing .wp-block-post-content > nav,
body.tpe-page-landing .wp-block-post-content > .hero-stack,
body.tpe-page-landing .wp-block-post-content > .featuring-stage,
body.tpe-page-landing .wp-block-post-content > section,
body.tpe-page-landing .wp-block-post-content > .footer,
body.tpe-page-event .entry-content > nav,
body.tpe-page-event .entry-content > section,
body.tpe-page-event .entry-content > footer,
body.tpe-page-event .wp-block-post-content > nav,
body.tpe-page-event .wp-block-post-content > section,
body.tpe-page-event .wp-block-post-content > footer,
body.tpe-page-vendor-success .entry-content > *,
body.tpe-page-vendor-success .wp-block-post-content > *,
body.tpe-page-vendor-cancel .entry-content > *,
body.tpe-page-vendor-cancel .wp-block-post-content > *,
body.tpe-page-settings .entry-content > *,
body.tpe-page-settings .wp-block-post-content > * {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.tpe-page-landing .entry-content,
body.tpe-page-landing .wp-block-post-content,
body.tpe-page-event .entry-content,
body.tpe-page-event .wp-block-post-content,
body.tpe-page-vendor-success .entry-content,
body.tpe-page-vendor-success .wp-block-post-content,
body.tpe-page-vendor-cancel .entry-content,
body.tpe-page-vendor-cancel .wp-block-post-content,
body.tpe-page-settings .entry-content,
body.tpe-page-settings .wp-block-post-content {
  overflow-x: clip;
}

body.tpe-page .entry-content p:empty,
body.tpe-page .wp-block-post-content p:empty {
  display: none;
}

@media (max-width: 782px) {
  body.tpe-page .ast-container,
  body.tpe-page .site-main,
  body.tpe-page .entry-content,
  body.tpe-page .wp-block-post-content {
    overflow-x: clip;
  }
}
