/* Bootstrap 5 Layout Structure */
.layout-sidebar-left,
.layout-sidebar-right {
  padding: 20px;
}

/* Sticky sidebars on desktop */
@media (min-width: 992px) {
  .layout-sidebar-left,
  .layout-sidebar-right {
    position: sticky;
    top: 90px;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}

/* TOC Module Integration */
.ag-toc-container {
  display: none !important;
}

.layout-sidebar-left .ag-toc-left,
.layout-sidebar-left .inline-toc {
  position: static !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.layout-sidebar-left .ag-toc-header {
  display: none;
}

body.has-toc-sidebar .ag-toc-container,
body.has-toc-sidebar .ag-mobile-toc-trigger {
  display: none !important;
}