/*===========*/ /* The Stack */ /*===========*/ .stack { --space: var(--s1); display: flex; flex-direction: column; justify-content: flex-start; } .stack > * { margin-top: 0; margin-bottom: 0; } .stack > * + * { margin-top: var(--space); }