/* Hide Chirpy right-side Contents (TOC) panel, but keep in-article {:toc} */

/* Desktop: right-side TOC bar and popup */
.toc-bar,
.toc-popup,
.toc-popup-content {
  display: none !important;
}

/* Mobile: bar and button that open the Contents popup (Chirpy uses #toc-bar, .toc-trigger, #toc-solo-trigger) */
#toc-bar,
#toc-solo-trigger,
.toc-trigger,
#toc-popup,
#toc-popup-content {
  display: none !important;
}

/* Generic tocbot containers on the side (do NOT affect kramdown {:toc}, which uses #markdown-toc) */
#toc,
#toc-wrapper,
#toc-sidebar {
  display: none !important;
}
