.editor-tipsPanel {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  min-width: 600px;
  width: 100%;
  border-top: 2px solid #faaf0c;
  background-color: #fffbe6;
  flex-direction: column;
  z-index: 11;
}
.editor-tipsPanel > .editor-alert {
  padding: 8px 16px;
}
.editor-tipsPanel .editor-alert-message {
  font-size: 12px !important;
  color: rgba(28, 36, 46, 0.85) !important;
  line-height: 20px !important;
}
.editor-tipsPanel .editor-checkbox-wrapper {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.55);
}
.editor-tipsPanel .editor-checkbox-wrapper > span:nth-child(2) {
  padding: 0 4px;
}
.editor-tipsPanel-icon {
  font-size: 16px !important;
  color: #faaf0c !important;
  margin-right: 8px !important;
  margin-top: 2px;
}
.editor-tipsPanel .editor-btn {
  padding: 0;
  height: 16px;
  transform: translateY(-2px);
}
.editor-tipsPanel .editor-btn::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ebebf0;
  transform: translate(-4px, 6px);
}
.editor-tipsPanel-closeIcon {
  color: rgba(28, 36, 46, 0.55) !important;
  font-size: 14px !important;
}
.editor-tipsPanel .editor-checkbox-inner {
  width: 14px;
  height: 14px;
}
.editor-tipsPanel-tips {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 12px;
}
.editor-tipsPanel-tips > span {
  font-size: 12px;
  display: inline-block;
  color: #47e;
}
.editor-tipsPanel-tips > span:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ebebf0;
  margin: 0 12px;
}
.editor-tipsPanel-show {
  display: flex;
}
