.editor-PageDragBox-box {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.editor-PageDragBox-box input,
.editor-PageDragBox-box textarea {
  pointer-events: none;
}
.editor-PageDragBox-selected {
  border: 2px solid #47e !important;
}
.editor-PageDragBox-dragOver {
  border: 1px dashed #47e !important;
}
.editor-PageDragBox-changeOver {
  border: 1px solid #47e !important;
}
.editor-PageDragBox-inlineBlock {
  line-height: normal;
  display: inline-block;
}
.editor-PageDragBox-spaceBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.editor-PageDragBox-dropTarget {
  overflow: auto;
  transition: all 0.3s;
}
.editor-PageDragBox-children-disable * {
  pointer-events: none;
}
.editor-PageDragBox-children-disable [readonly="readonly"] {
  user-select: none;
}
.editor-PageDragBox-children-disable input:focus,
input.editor-PageDragBox-children-disable:focus,
.editor-PageDragBox-children-disable input:focus-visible,
input.editor-PageDragBox-children-disable:focus-visible,
.editor-PageDragBox-children-disable input:hover,
input.editor-PageDragBox-children-disable:hover {
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
}
