$custom-select-option-color: lightcoral !default;

.query-builder {
  .MuiIconButton-sizeSmall {
    padding: 3px; // smaller button
  }
}

/* should be outside of .query-builder */
.customSelectOption {
  color: $custom-select-option-color;
}
