.toctree-wrapper.toc-compact > ul {
  margin: 0;               /* kill the extra gap above/below the list */
}

/* Make the navbar logo a fixed height */
.navbar-brand img {
  max-height: 64px;
  width: auto;        /* keep aspect ratio */
}

.nowrap { white-space: nowrap; }

.syllabus-covered {
  margin: 1rem 0 1.5rem;
}

.syllabus-covered__heading {
  color: #648720;
  font-size: 1.15rem;
  font-weight: 700;
  border-bottom: 1px solid var(--pst-color-border);
  margin-bottom: 1rem;
  padding-bottom: 0.35rem;
}

.syllabus-covered__module {
  color: var(--pst-color-text-base);
  font-size: 1rem;
  font-weight: 700;
  margin: 0.8rem 0 0.25rem;
}

.syllabus-covered__section {
  color: var(--pst-color-text-muted);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0.75rem 0 0.25rem;
}
