/*
 * The Solutions page uses .sp-full as an intentional full-bleed canvas.
 * Release just those direct children from Gutenberg's shared 620px limit.
 */
body.page-id-734 .entry-content.is-layout-constrained > .sp-full,
body.page-id-734 .wp-block-post-content.is-layout-constrained > .sp-full,
body.page-id-734 .is-layout-constrained > .sp-full {
  left: auto !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  transform: none !important;
  width: 100vw !important;
}
