/* Phase 10G: explicitly name the readable content boundary for generic
   homepage DnD rows while preserving record-owned widths and full bleed. */

@media (min-width: 1200px) {
  .homepage
    .dnd-section:not([class*='force-full-width-section']):not(
      [class*='max-width-section-centering']
    )
    > .row-fluid {
    max-width: calc(
      var(--sg-container-readable) + (2 * var(--sg-gutter-current))
    );
  }
}
