.y-flex{display:flex}.y-flex.is-vertical{flex-direction:column}.y-flex.is-wrap{flex-wrap:wrap}.y-flex.is-justify-flex-start{justify-content:flex-start}.y-flex.is-justify-center{justify-content:center}.y-flex.is-justify-flex-end{justify-content:flex-end}.y-flex.is-justify-space-between{justify-content:space-between}.y-flex.is-justify-space-around{justify-content:space-around}.y-flex.is-justify-space-evenly{justify-content:space-evenly}.y-flex.is-align-flex-start{align-items:flex-start}.y-flex.is-align-center{align-items:center}.y-flex.is-align-flex-end{align-items:flex-end}.y-flex.is-gap-small{gap:8px}.y-flex.is-gap-middle{gap:16px}.y-flex.is-gap-large{gap:24px}.y-flex.is-row-reverse{flex-direction:row-reverse}.y-flex.is-column-reverse{flex-direction:column-reverse}.y-flex.is-inline{display:inline-block}