.row,.col{min-width:0;display:flex}.row{flex-direction:row}.col{flex-direction:column}.wrap{flex-wrap:wrap}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.align-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}@media (max-width:40rem){.row--stack{flex-direction:column;width:max-content;min-width:min(9.6rem,100%);max-width:100%;margin-inline:auto}.row--stack.align-center{align-items:stretch}}
