/* Nav-links component (filled at runtime by assets/javascripts/nav-links.js).
   The lists themselves use the theme's typography; only the no-results error
   line needs styling — visible but calm, it reads as a support prompt. */

.md-typeset .mb-nav-links__error {
  font-style: italic;
  font-size: 0.85em;
  color: var(--md-default-fg-color--light);
  border-left: 2px solid var(--md-warning-fg-color, #e6a700);
  padding-left: 0.75em;
}
