.editor-custom-rendering-actions button {
  margin-right: 4px;
}
.editor-custom-rendering-actions button:last-child {
  margin-right: 0;
}
.editor-custom-rendering-actions .customBtn {
  margin-left: 3px;
  padding: 0 7px;
  font-size: 12px;
}
.editor-custom-rendering-actions .staticCascader {
  width: 100px;
  font-size: 12px;
}
.editor-custom-rendering-actions .staticCascader .editor-select-arrow {
  right: 8px;
  transform: rotate(-90deg);
}
.editor-custom-rendering-modal .wrap {
  padding: 12px;
}
.editor-custom-rendering-modal .wrap span {
  display: block;
  font-size: 12px;
}
.editor-custom-rendering-modal .wrap .tips {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.editor-custom-rendering-modal .wrap .tips .templateCodeWrap {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.editor-custom-rendering-modal .wrap .tips .templateCodeWrap .editor-dropdown-trigger {
  display: flex;
  align-items: center;
  color: #47e;
}
.editor-custom-rendering-modal .wrap .tips .templateCodeWrap .editor-dropdown-trigger .anticon-down {
  margin-left: 4px;
  font-size: 8px;
  vertical-align: baseline;
}
.editor-custom-rendering-modal .editor-modal-footer .editor-btn {
  padding: 0px 15px;
}
.editor-custom-rendering-modal .renderCodeEditor {
  font-size: 12px;
}
.editor-custom-rendering-generateTempDropdown .editor-dropdown-menu-item {
  display: flex;
  padding: 6px 12px;
}
.editor-custom-rendering-generateTempDropdown .editor-dropdown-menu-item:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-custom-rendering-generateTempDropdown .pointTag {
  height: 20px;
  line-height: 20px;
}
.editor-custom-rendering-generateTempDropdown .pointTag .point {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #41e19b;
  border-radius: 50%;
}
.editor-custom-rendering-generateTempDropdown .pointTag .pointText {
  color: #1c242e;
  font-size: 12px;
}
.editor-custom-rendering-generateTempDropdown .ghostTag,
.editor-custom-rendering-generateTempDropdown .fadeOutTag,
.editor-custom-rendering-generateTempDropdown .pureColourTag {
  display: inline-block;
  width: 64px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.editor-custom-rendering-generateTempDropdown .ghostTag {
  color: #41e19b;
  line-height: 18px;
  background: rgba(65, 225, 155, 0.1);
  border: 1px solid rgba(65, 225, 155, 0.8);
  border-radius: 14px;
}
.editor-custom-rendering-generateTempDropdown .fadeOutTag {
  color: #41e19b;
  background: rgba(65, 225, 155, 0.1);
  border-radius: 2px;
}
.editor-custom-rendering-generateTempDropdown .pureColourTag {
  color: #ffffff;
  background: #41e19b;
  border-radius: 2px;
}
.editor-custom-rendering-generateTempDropdown .badge::after {
  position: absolute;
  right: 16px;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: #ff7474;
  border-radius: 50%;
  content: '1';
}
.editor-custom-rendering-generateTempDropdown .badge,
.editor-custom-rendering-generateTempDropdown .urlRedirect {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  line-height: 20px;
}
