/* Hide the entire theme-navigator wrapper */
.theme-navigator {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
}

/* Hide navigator */
.navigator {
  display: none !important;
}

/* Hide search bar */
.header-content {
  display: none !important;
}

/* Remove any grid/flex layout that reserves space for sidebar */
section.article-page {
  display: block !important;
}

/* Make main content full width */
main.main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

/* Center the article container */
.fb-layout-container {
  margin: 0 auto !important;
  max-width: 1200px !important;
  padding: 20px !important;
}