/* css styles */

/* Truncate long TOC entries with ellipsis */
#TOC .nav-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Center figure captions */
.centered-caption figcaption {
  text-align: center;
}
