/* Every test-related page (Tier 1, Tier 2, Career DNA): deliberately
   bare -- header, footer, and an empty Elementor-editable area in
   between, nothing else. Shortcodes/content for these pages are added
   manually in wp-admin rather than this plugin assuming a particular
   wrapper around them. Scoped via body class rather than an extra
   element class, since static-page.php's shortcode-splice regex
   requires <main class="elementor-editable-area"> to appear with no
   other attributes. */
body.vpp-page-blank-shell .elementor-editable-area {
  display: block;
  min-height: 55vh;
  padding: 48px max(20px, calc((100vw - var(--max-width)) / 2));
}
