body.embedded-documentation-view .topbar,
body.embedded-documentation-view .page-header {
  display: none;
}

body.embedded-documentation-view .section {
  padding-top: 24px;
}

body.embedded-documentation-view .container {
  width: min(100%, 1440px);
}

body.embedded-documentation-view .tabs-shell .tabs-nav {
  display: none;
}

body.embedded-documentation-view .tabs-shell #tab-suppliers,
body.embedded-documentation-view .tabs-shell #tab-quality,
body.embedded-documentation-view .tabs-shell #tab-services,
body.embedded-documentation-view .tabs-shell #tab-contacts {
  display: none !important;
}

body.embedded-documentation-view .tabs-shell #tab-documents {
  display: block !important;
}

body.embedded-documentation-view .review-workbench-grid,
body.embedded-documentation-view .workflow-grid,
body.embedded-documentation-view .layout-grid {
  grid-template-columns: 1fr !important;
}

body.embedded-documentation-view .review-workbench-sidebar,
body.embedded-documentation-view .workflow-sidebar,
body.embedded-documentation-view .sticky-sidebar {
  position: static !important;
  top: auto !important;
}
