/** * The following styles get applied both on the front of your site * and in the editor. */ .eb-checkbox-field-wrapper { position: relative; .eb-checkbox-inputarea { display: flex; align-items: center; gap: 10px; input { width: auto; margin: 0; } > label { margin: 0; } } .eb-form-validation { display: none; } }