.ButtonGroup{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:2rem;margin-top:1rem;width:100%}@media (min-width:768px){.ButtonGroup{justify-content:flex-start}}.ButtonGroup--center{justify-content:center}.ButtonGroup--right{justify-content:flex-end}.ButtonGroup .Button:not(:first-of-type){margin-left:1rem}