.flow {
  --flow-space: 1rem; }

.flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space); }
