.button-group {
  display: flex;
  gap: var(--gap, 16px);
  flex-wrap: wrap;
  justify-content: var(--justify-content, flex-start);
}
