.editor-select-comp .editor-select-item-option-disabled {
  opacity: 0.5;
}
.editor-select-comp-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
}
.editor-select-comp-options span {
  margin-left: 2px;
}
