/* Vanyou guide-content
   Scoped styles for guide BlockGrid blocks (Step, RichText, FAQ, Callout, Image).
   Base paragraph/list spacing comes from the shared .cms-rich-text class
   (cms-rich-text.css), applied alongside .guide-block-body. This file only
   holds what's specific to guide blocks: heading spacing, and the tighter
   rhythm needed inside the card-contained Step block layout. */

.guide-block-body p:last-child {
    margin-bottom: 0;
}

/* Headings inside rich text get a tighter top spacing
   when they follow a paragraph */
.guide-block-body h3,
.guide-block-body h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* Step block specifics: even tighter for the card-contained layout */
.guide-block-step .guide-block-body ul,
.guide-block-step .guide-block-body ol {
    margin-bottom: 0.5rem;
}

.guide-block-step .guide-block-body p {
    margin-bottom: 0.5rem;
}
