.g-aikit-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g-spacing-1);
}
.g-aikit-button-group_or_vertical {
  flex-direction: column;
  justify-content: center;
}
.g-aikit-button-group_or_horizontal {
  flex-direction: row;
  align-items: center;
}