/* Text and Media block - minimal styles. Prefer Tailwind utilities in layout.php. */

/* Align vertical rhythm: give the first heading a top margin matching paragraph bottom margin */
.wp-block-wrd-text-media .tm-prose :is(h1,h2,h3,h4,h5,h6):first-of-type {
    margin-top: 1.5rem !important; /* match p:mb-6 scale */
}

.wp-block-wrd-text-media .tm-prose p {
    margin-bottom: 1.5rem !important; /* match heading top margin */
}

/* Intentionally keep bottom spacing on the last paragraph for visual balance */
