.px-flex{display:flex}.px-flex-inline{display:inline-flex}.px-flex-row{flex-direction:row}.px-flex-row:not(.px-flex-inline){display:flex}.px-flex-row-reverse{flex-direction:row-reverse}.px-flex-row-reverse:not(.px-flex-inline){display:flex}.px-flex-column{flex-direction:column}.px-flex-column:not(.px-flex-inline){display:flex}.px-flex-column-reverse{flex-direction:column-reverse}.px-flex-column-reverse:not(.px-flex-inline){display:flex}.px-flex-wrap{flex-wrap:wrap;flex-direction:row}.px-flex-wrap-column{flex-wrap:wrap;flex-direction:column}.px-flex-wrap-reverse{flex-wrap:wrap-reverse}.px-flex-nowrap{flex-wrap:nowrap}.px-flex-auto{flex:1 1 auto}.px-flex-none{flex:none}.px-flex-items-start{align-items:flex-start}.px-flex-items-end{align-items:flex-end}.px-flex-items-center{align-items:center}.px-flex-items-baseline{align-items:baseline}.px-flex-items-stretch{align-items:stretch}.px-flex-justify-start{justify-content:flex-start}.px-flex-justify-end{justify-content:flex-end}.px-flex-justify-center{justify-content:center}.px-flex-justify-between{justify-content:space-between}.px-flex-justify-around{justify-content:space-around}.px-flex-justify-stretch{justify-content:stretch}.px-flex-center{display:flex;align-items:center}.px-flex,.px-flex-column,.px-flex-column-reverse,.px-flex-row-reverse{--gap-sp:1rem}
