.mce-content-body .page-tree-macros .loader {
  display: flex;
  gap: 20px;
  align-items: baseline;
  color: var(--color-gray-888, #888);
}

.mce-content-body .page-tree-nodes li {
  list-style: none;
}

.mce-content-body .page-tree-nodes li .tree-icon {
  width: 16px;
  height: 16px;
  color: var(--color-gray-888);
  vertical-align: text-bottom;
}

.mce-content-body .page-tree-nodes li.node-leaf {
  padding-left: 16px;
}

.mce-content-body .page-tree-nodes.tree-nodes-hidden {
  display: none;
}

.mce-content-body ul.page-tree-nodes {
  margin: 0 0 0 16px;
}

.mce-content-body .page-tree-nodes li svg * {
  pointer-events: none;
}

.mce-content-body .plugin_pagetree_expandcollapse {
  margin: 4px 0;
}

.mce-content-body .plugin_pagetree_expandcollapse a {
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.mce-content-body .page-tree-macros .page-tree-input {
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 287px;
  height: 36px;
  margin-right: 8px;

  border: 1px solid var(--color-gray-eee);
  border-radius: 3px;
  outline: none;
}

.mce-content-body .page-tree-macros .page-tree-submit {
  cursor: pointer;

  align-items: center;

  height: 36px;
  padding: 0 8px;

  font-size: var(--default-font-size);
  line-height: 32px;
  color: #fff !important;
  text-align: center;

  background-color: var(--accent-color-bg);
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0;
  border-radius: 3px;
  outline: none;
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.2),
    0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
