#TOC > .sidebar-title {
  visibility: hidden;
  position: relative;
}

#TOC > .sidebar-title::after {
  content: "Outline";
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Hide the webR history button */
#qwebrRHistoryButton,
button[aria-label="History"],
.qwebr-btn--history {
  display: none !important;
}

/* Hide the webR Code Links section in the margin */
.quarto-code-links { display: none !important; }