.actions{flex:auto;display:flex;flex-wrap:wrap;align-items:center;gap:1em}.actions[data-justify=center]{justify-content:center}.actions[data-justify=end]{justify-content:flex-end}.actions[data-justify=between]{justify-content:space-between}.actions[data-justify=around]{justify-content:space-around}.actions[data-justify=even]{justify-content:space-evenly}.actions[data-justify=even]>*{flex:1}
