/* Studio customization: hide viewer breadcrumb/sitemap nav.
   Interactions dropdown and Inspect(code) button are hidden via custom.js
   because they share a generic class with the Comments button that we
   want to keep visible. */

.main_ui_viewer_header__breadcrumb,
.main_ui_viewer_header__sitemap-zone {
  display: none !important;
}
