/* Align the fallback H1 with Astra's content grid on edge-to-edge legacy pages. */
body.ast-page-builder-template .bci-legacy-content-title {
  width: min(1140px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: 18px 8px;
}
