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

}
