.editor-display {
  position: relative;
}
.editor-display .editor-marginIcon {
  position: absolute;
  top: 9px;
  left: -73px;
  color: #1c242e;
  font-size: 9px;
}
.editor-display .editor-tooltips .editor-tooltip-arrow {
  bottom: -4px !important;
}
.editor-display .editor-radio-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-display .editor-radio-group .editor-radio-button-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.editor-display .editor-radio-group .editor-radio-button-wrapper:not(:first-child) {
  margin-left: -1px;
}
.editor-display .editor-radio-group .editor-radio-button-wrapper span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-display .editor-childBox {
  margin-top: 6px;
  margin-left: -67px;
  padding: 8px;
  background: rgba(31, 56, 88, 0.04);
  border-radius: 2px;
}
.editor-display .editor-childBox .editor-title {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  line-height: 18px;
}
.editor-display .editor-childBox .editor-item {
  margin-top: 6px;
}
