.rux-button-group {
  display: flex;
  align-items: center;
}
.rux-button-group rux-button:not(:last-child),
.rux-button-group ::slotted(rux-button:not(:last-child)) {
  margin-right: 0.625rem;
}
.rux-button-group--left {
  justify-content: flex-start;
}
.rux-button-group--right {
  justify-content: flex-end;
}
.rux-button-group--center {
  justify-content: center;
}