/*
 * Site plan spacing correction.
 * Keep the mobile lead and supplied drawing visually connected without
 * inheriting the oversized editorial gap from older layout layers.
 */
@media (max-width: 880px) {
  html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site {
    row-gap: 0 !important;
  }

  html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > .site-plan-editorial-intro {
    margin-bottom: 0 !important;
  }

  html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > .site-plan-editorial-intro + figure {
    margin-top: 16px !important;
  }
}
