/* https://piccalil.li/blog/my-favourite-3-lines-of-css/ */

.flow>*+* {
    margin-block-start: var(--flow-space, 1em);
}