.button-group{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch}.button-group-layout-row{flex-direction:row;gap:var(--space-5)}.button-group-layout-col{flex-direction:column;gap:var(--space-3)}.button-group-item{box-sizing:border-box;white-space:nowrap;width:var(--button-group-item-width,auto);max-width:100%}