.nut-checkbox-group {
  &--horizontal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
