/* stylelint-disable selector-id-pattern */

/* Hide the 'Instant Reload Enabled' notification injected by WP Engine Local if Instant Reload was enabled. */
#__bs_notify__ {
  display: none !important;
}

/* Undo an unnecessary margin that appears in WP Admin even if the PHP error is not shown. */
body.php-error #adminmenuwrap {
  margin-top: 0;
}

/* Hide the unwanted ads injected by the 'cf7-multi-step' plugin in WP Admin. */
#cf7mls-progress-bar-tab,
#cf7mls_PostBoxUpgradePro,
#njt-cf7mls-review,
.cf7mls-app-content:first-child,
.cf7mls-transition-effects-wrap,
.plugins [data-slug="cf7-multi-step"] .row-actions > :last-child {
  display: none !important;
}

/* Hide the unwanted ads injected by the 'simple-post-redirect' plugin in WP Admin. */
.plugins
  [data-slug="simple-post-redirect"]
  .plugin-version-author-uri
  > :last-child {
  display: none;
}

/* Hide the unwanted ads injected by the 'wp-mail-logging' plugin in WP Admin. */
#toplevel_page_wpml_plugin_log [href$="=wpml_plugin_log&tab=smtp"], .wp-mail-logging-page-title [href$="=wpml_plugin_log&tab=smtp"] {
    display: none !important;
  }

/* Hide the unwanted ads injected by the 'wp-mail-smtp' plugin in WP Admin. */
#wp-mail-smtp-flyout,
#wp-mail-smtp-notice-bar:has([href*="/lite-upgrade/"]),
#wp-mail-smtp-pro-banner,
#wp-mail-smtp-setting-row-license-heading,
#wp-mail-smtp-setting-row-license_key,
#wp-mail-smtp-setting-row-misc-rate_limit-lite,
#wp_mail_smtp_reports_widget_lite,
.plugins .wp-mail-smtp-pro,
.wp-mail-smtp-footer-promotion,
.wp-mail-smtp-sidebar-upgrade-pro,
body.network-admin #toplevel_page_wp-mail-smtp {
  display: none;
}
#toplevel_page_wp-mail-smtp [href$="=wp-mail-smtp-about"],
  #toplevel_page_wp-mail-smtp [href$="=wp-mail-smtp-logs"],
  #toplevel_page_wp-mail-smtp [href$="=wp-mail-smtp-reports"] {
    display: none;
  }
.wp-mail-smtp-page-title [href$="=alerts"],
  .wp-mail-smtp-page-title [href$="=connections"],
  .wp-mail-smtp-page-title [href$="=control"],
  .wp-mail-smtp-page-title [href$="=logs"],
  .wp-mail-smtp-page-title [href$="=routing"] {
    display: none !important;
  }

/* Block Editor content styles. */
.block-editor-iframe__body {
  margin: 0 1em;
}
/* Add gap between the Navigation Menu items in the WP Admin theme block editor. */
.block-editor-iframe__body .wp-block-navigation__container {
    gap: 0.75em;
  }
/* Keep showing the 'Add Slide' button on the `makeiteasy-slider` plugin block on wider widths. */
.block-editor-iframe__body .wp-block-makeiteasy-slider {
    display: flex;
    gap: 12px;
  }
.block-editor-iframe__body .wp-block-makeiteasy-slider .slider-external-appender {
      position: static;
    }

/* Under Appearance -> Editor, hide the preview area since it contains mostly plain HTML, which may confuse our customers. */
/* stylelint-disable-next-line selector-class-pattern */
.edit-site-layout:not(.is-full-canvas) .components-resizable-box__container {
  transform: none !important;
}
.edit-site-layout:not(.is-full-canvas) .components-resizable-box__container .editor-visual-editor {
    background: white;
  }
.edit-site-layout:not(.is-full-canvas) .components-resizable-box__container .editor-visual-editor > * {
      display: none;
    }

/*# sourceMappingURL=admin.css.map */