body.has-admin-bar-in-editor {
  margin-top: 0;
  height: 100%;
}
body.has-admin-bar-in-editor:has(.editor-editor-interface.is-distraction-free) {
  --wp-admin--admin-bar--height: 0;
}
body.has-admin-bar-in-editor .edit-site-site-hub__title,
body.has-admin-bar-in-editor .edit-site-site-hub__actions {
  display: none;
}
body.has-admin-bar-in-editor .edit-site-editor__view-mode-toggle .edit-site-editor__back-icon {
  background: transparent;
}
body.has-admin-bar-in-editor .edit-site-editor__view-mode-toggle:hover .edit-site-editor__back-icon {
  color: var(--wp-admin-theme-color);
}
body.has-admin-bar-in-editor .edit-site-sidebar-navigation-screen__title-icon {
  padding-top: 16px;
}
body.has-admin-bar-in-editor .edit-site-layout__content,
body.has-admin-bar-in-editor .edit-site-layout__sidebar {
  min-height: 0;
}
body.has-admin-bar-in-editor .edit-site-sidebar__content {
  flex-basis: 0;
  min-height: 0;
}
body.has-admin-bar-in-editor .edit-site {
  box-sizing: border-box;
  padding-top: var(--wp-admin--admin-bar--height, 0);
  height: 100vh;
  min-height: 100vh;
}
@media (min-width: 600px) {
  body.has-admin-bar-in-editor .edit-site {
    padding-top: 0;
    top: var(--wp-admin--admin-bar--height, 0);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0));
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0));
  }
}
body.has-admin-bar-in-editor .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region {
  top: var(--wp-admin--admin-bar--height, 0);
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0));
}
body.has-admin-bar-in-editor.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,
body.has-admin-bar-in-editor.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
  top: var(--wp-admin--admin-bar--height, 0);
}
body.has-admin-bar-in-editor.is-fullscreen-mode #wpadminbar {
  display: block;
}
body.has-admin-bar-in-editor.is-fullscreen-mode:has(.editor-editor-interface.is-distraction-free) #wpadminbar {
  display: none;
}