.editor-action-merge {
  padding-top: 0 !important;
}
.editor-action-merge .editor-popover-arrow-content {
  display: none;
}
.editor-action-merge .editor-popover-content {
  background-color: white;
  border-radius: 6px;
}
.editor-action-merge .editor-popover-inner .editor-popover-inner-content {
  padding: 10px 8px 12px 8px;
  border-top: 2px solid #FDAF4F;
}
.editor-action-merge .content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-action-merge .content .head .title {
  color: #1c242e;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.editor-action-merge .content .head .btn {
  font-size: 12px;
}
.editor-action-merge .content .head .btn .cancelBtn {
  color: rgba(28, 36, 46, 0.35);
}
.editor-action-merge .content .head .btn .mergeBtn {
  color: #47e;
}
.editor-action-merge .content .tips {
  padding-top: 4px;
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
  line-height: 18px;
}
