/* =============================================================================
   Alabama Signature Homes — blog/index
   =============================================================================

   The blog index, app/views/blog/index.html.php.

   .rule-title--sm is not here: it modifies .rule-title and has to follow it in
   the same layer to win, so it stayed in main.css components.

   Same house rules as main.css — no nesting, flat selectors, media queries
   inside the layer that owns them. Everything is wrapped in @layer: an
   unlayered rule would outrank even the utilities layer.
   ========================================================================== */

@layer pages {
  .blog-intro {
    margin-block-end: var(--space-2xl);
  }
}
