.buttons{display:flex;gap:var(--spacing-4)}.buttons--horizontal-center{justify-content:center}.buttons--horizontal-left{justify-content:flex-start}.buttons--horizontal-right{justify-content:flex-end}.buttons--horizontal-space-between{justify-content:space-between}.buttons--vertical-top{align-items:flex-start}.buttons--vertical-middle{align-items:center}.buttons--vertical-bottom{align-items:flex-end}
