:root{--s-flex-gap-sm:var(--s-size-xs);--s-flex-gap:var(--s-size-sm);--s-flex-gap-lg:var(--s-size)}.s-flex{display:flex}.s-flex--column{flex-direction:column}.s-flex--row{flex-direction:row}.s-flex--row-reverse{flex-direction:row-reverse}.s-flex--column-reverse{flex-direction:column-reverse}.s-flex--small{gap:var(--s-flex-gap-sm)}.s-flex--medium{gap:var(--s-flex-gap)}.s-flex--large{gap:var(--s-flex-gap-lg)}.s-flex--wrap{flex-wrap:wrap}.s-flex--justify-start{justify-content:flex-start}.s-flex--justify-end{justify-content:flex-end}.s-flex--justify-center{justify-content:center}.s-flex--justify-between{justify-content:space-around}.s-flex--justify-around{justify-content:space-around}.s-flex--justify-evenly{justify-content:space-evenly}.s-flex--align-start{align-items:flex-start}.s-flex--align-end{align-items:flex-end}.s-flex--align-center{align-items:center}.s-flex--align-baseline{align-items:baseline}