.ds-stack{flex-direction:column;min-width:0;display:flex}.ds-row{flex-direction:row;min-width:0;display:flex}.ds-gap-1{gap:var(--space-1)}.ds-gap-2{gap:var(--space-2)}.ds-gap-3{gap:var(--space-3)}.ds-gap-4{gap:var(--space-4)}.ds-gap-6{gap:var(--space-6)}.ds-align-center{align-items:center}.ds-align-start{align-items:flex-start}.ds-align-baseline{align-items:baseline}.ds-justify-start{justify-content:flex-start}.ds-justify-end{justify-content:flex-end}.ds-justify-between{justify-content:space-between}.ds-row-wrap{flex-wrap:wrap}.ds-row-nowrap{flex-wrap:nowrap}
