.checkbox-group> :not(input[type="hidden"]),
.radio-group> :not(input[type="hidden"]) {
  @apply mt-4;
}

.checkbox-group> :not(input[type="hidden"]):first-of-type,
.radio-group> :not(input[type="hidden"]):first-of-type {
  @apply mt-0;
}
