.editor-option-style {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.editor-option-style .editor-select-selector {
  height: 100% !important;
  padding: 0 8px !important;
}
.editor-option-style .editor-select-selector .editor-select-selection-search-input {
  height: 26px !important;
  line-height: 26px;
}
.editor-option-style .editor-select-selector .editor-select-selection-placeholder {
  line-height: 26px !important;
}
.editor-option-style-editIcon {
  display: flex;
  margin-left: 11px;
}
.editor-option-style-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.editor-option-style-item-label {
  max-width: 100%;
  color: #414352;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-option-style-item-label-custom {
  display: flex;
  align-items: center;
}
.editor-option-style-item-label-custom .labelTips {
  display: flex;
  margin-left: 4px;
}
.editor-option-style-item-label-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.editor-option-style-item-otherDefault-label {
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-item-remark {
  width: 100%;
  margin-top: 2px;
  color: rgba(28, 36, 46, 0.45);
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-option-style-item-lightBackground,
.editor-option-style-item-otherLightBackground {
  padding: 0 8px;
  background-color: rgba(68, 119, 238, 0.1);
  border-radius: 2px;
}
.editor-option-style-item-otherLightBackground-label {
  padding: 0 6px;
  background-color: rgba(68, 119, 238, 0.1);
  border-radius: 2px;
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-item-darkBackground,
.editor-option-style-item-otherDarkBackground {
  padding: 0 8px;
  background-color: #4477EE;
  border-radius: 2px;
  color: #fff;
}
.editor-option-style-item-otherDarkBackground-label {
  padding: 0 6px;
  background-color: #4477EE;
  border-radius: 2px;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-item-icon {
  display: none;
  flex: 1;
  flex-shrink: 0;
  justify-content: flex-end;
}
.editor-option-style-item-active-icon {
  display: flex;
  flex-shrink: 0;
}
.editor-option-style-item-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 8px;
  border-radius: 2px;
}
.editor-option-style-item-content:hover .editor-option-style-item-icon {
  display: flex;
}
.editor-option-style-item-content-active {
  background-color: rgba(65, 127, 251, 0.08);
}
.editor-option-style-pop .editor-select-item {
  padding: 0 4px;
}
.editor-option-style-pop .editor-select-item:not(:last-child) .editor-option-style-item {
  border-bottom: 2px solid #F7F8FA;
}
.editor-option-style-pop .editor-select-item:not(:last-child) .editor-option-style-item-content {
  margin-bottom: 4px;
}
.editor-option-style-pop .editor-select-item-option-selected {
  font-weight: 400;
  background-color: #fff;
}
.editor-option-style-tip .editor-tooltip-arrow::before {
  background-color: #414352;
}
.editor-option-style-tip .editor-tooltip-inner {
  background-color: #414352;
}
