/* Keep the desktop article navigation sticky, but let the mobile disclosure
   remain in the document flow instead of following the reader while scrolling. */
.insight-toc-desktop.enriched-toc {
  position: sticky;
  top: 110px;
}

@media (max-width: 900px) {
  .insight-toc-mobile.enriched-toc {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    max-height: none !important;
  }
}
