/* hide activities pages from TOC */
.chapter-item:has(> span > a[href="activities.html"]),
.chapter-item:has(> span > a[href="activities-overview.html"]) {
  display: none;
}

/* preserve aspect ratio of images with fixed width/height on narrow screens */
.content img {
  max-width: 100%;
  height: auto;
}
