.buttons{display:flex;flex-wrap:wrap;flex-direction:column;gap:var(--spacing-4)}@media screen and (min-width: 768px){.buttons{flex-direction:row}}.buttons .btn{display:inline-flex;justify-content:center;align-items:center;width:100%}@media screen and (min-width: 768px){.buttons .btn:not(.buttons .btn--full-width){width:auto}}.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}
