/* Navigation Enhancements for Janssen Documentation */

/* Header navigation tabs */
.md-tabs__link {
  font-weight: 500;
  white-space: nowrap;
}

.md-tabs__link--active {
  font-weight: 600;
}

/* Left sidebar - active item highlight */
.md-nav__link--active {
  font-weight: 600;
  color: var(--md-accent-fg-color);
}

/* Breadcrumbs styling */
.md-path {
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
}

/* Back to top button */
.md-top {
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Code copy button */
.md-clipboard:hover {
  opacity: 1;
}

/* Progress bar for instant loading */
.md-progress {
  height: 3px;
  background: var(--md-accent-fg-color);
}
