/* Increase the sidebar (TOC) width */

main.content {
  max-width: 1200px; /* or whatever width you want */
  margin: 0 auto;
}

.table-scroll-container {
  overflow-x: auto; /* Enable horizontal scrolling */
  /* You might want to add padding if the scrollbar looks too close to the content */
  padding-bottom: 10px; /* Give space for the scrollbar on some browsers */
}
