/* ============================================================================
   Site-specific overrides — layered on top of the 1:1 WP `main.css`.
   Keep this file small; it's for spacing/layout tweaks that the ported theme
   needs under the new Wagtail block structure (where sections are sibling
   StreamField blocks rather than WP's nested template includes).
   ============================================================================ */

/* Wagtail wraps every StreamField block in a `.block-{type}` div, so a section
   and the one after it are NOT adjacent siblings (e.g. `.header--service-page`
   and `.price` live in separate `.block-*` wrappers). Spacing therefore has to
   go on the wrappers, not on the inner elements. */

/* Equipment pages: separate the price cards from the dark hero banner above. */
.block-intro {
  margin-bottom: 100px;
}
