/* Course directories only; lesson and slide styles remain independent. */
.teaching-page .teaching-lead {
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--bs-primary);
  max-width: 48rem;
  margin: .5rem 0 1.5rem;
}
.teaching-page .course-entry {
  border-top: 2px solid var(--bs-primary);
  padding-top: 1rem;
  margin: 1.5rem 0 2rem;
}
.teaching-page .course-entry h3 { margin-top: 0; }
.teaching-page .course-meta { font-size: .9rem; }
.teaching-page h2 { margin-top: 2.25rem; }
.teaching-page .course-entry p:last-child { margin-bottom: 0; }
.teaching-page .lesson-list li { margin-bottom: .5rem; }
.teaching-page .course-back { font-size: .9rem; margin-bottom: 1rem; }
@media (max-width: 575.98px) {
  .teaching-page .teaching-lead { font-size: 1.1rem; }
  .teaching-page .course-entry { margin-bottom: 1.5rem; }
}
