/**
 * @file
 * Stylesheet for the custom_field widget.
 */
.form-item.custom-field-level-labels {
  margin-top: 0;
}

.custom-field-levels-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
