/* === JM 4.2.6 hero text aligns to site rail === */

/* Use 100vw — 100% inside the hero column was collapsing the inset to ~32px */
.jm-hero .wp-block-columns.jm-hero__grid > .wp-block-column:first-child,
.jm-hero .jm-hero__copy {
  padding-left: max(1.25rem, calc((100vw - 72rem) / 2)) !important;
  padding-right: 2rem !important;
  box-sizing: border-box !important;
}
@media (min-width: 960px) {
  .jm-hero .wp-block-columns.jm-hero__grid > .wp-block-column:first-child,
  .jm-hero .jm-hero__copy {
    padding-top: 3.25rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: max(2rem, calc((100vw - 72rem) / 2)) !important;
    padding-right: 2.5rem !important;
  }
}

/* Keep CTAs / copy on that same left edge */
.jm-hero .jm-kicker,
.jm-hero h1,
.jm-hero .wp-block-heading,
.jm-hero .jm-hero-lede,
.jm-hero__actions {
  margin-left: 0 !important;
}
