.webform-element-description {
  font-size: 90%;
  font-style: italic;
}

/* Target only the checkbox items */
.c-form-item input[type="checkbox"] {
  margin-left: 20px; /* Adjust this value to indent the checkboxes */
}

/* Optional: Indent the labels associated with the checkboxes */
.c-form-item input[type="checkbox"] + label {
  margin-left: 10px; /* Add extra indentation to the label if needed */
}