.editor-EditorModal-editor-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.editor-EditorModal-editor-footer .doc span {
  color: #47e;
}
.editor-EditorModal-editor-footer-btns {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
