.editor-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #f4a015;
  font-size: 12px;
  line-height: 20px;
  background-color: #f5ede1;
}
.editor-tip-icon {
  margin-right: 4px;
  fill: #f4a015;
}
