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