html,
body,
.md-main,
.md-main__inner,
.md-content,
.md-content__inner,
.md-sidebar,
.md-sidebar__scrollwrap {
  overscroll-behavior: none;
}

/* Emphasize top-level sidebar sections (e.g. Part One). */
.md-nav--primary > .md-nav__list > .md-nav__item--section > .md-nav__link {
  font-weight: 800;
  font-size: 0.95rem;
}

/* Keep breathing room at page bottom for reading comfort. */
.md-content__inner {
  padding-bottom: 3lh;
}

/* Match Material's selector specificity so the quote border override wins. */
[dir="ltr"] .md-typeset blockquote {
  border-left-color: #faad14;
}

[dir="rtl"] .md-typeset blockquote {
  border-right-color: #faad14;
}

.md-typeset blockquote {
  color: #c47d1a;
}

.md-typeset blockquote > :first-child {
  margin-top: 0;
}

@media print {
  /* PDF-specific styles are maintained in pdf-template/styles.scss. */
}
