.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-x-small);
}



.buttons--center {
  justify-content: center;
}
