/** * Lists of checkboxes or radios, one after another vertically. * Labels are next to their input, horizontally centered. */ .w-field--checkbox_select_multiple, .w-field--checkbox_select_multiple_with_disabled_options, .w-field--radio_select { ul { list-style: none; padding: 0; margin: 0; } label { @apply w-label-3; color: theme('colors.grey.600'); display: inline-flex; align-items: center; line-height: normal; margin-bottom: theme('spacing.[2.5]'); } }