/*
 * Sidebar
 */

.sidebar-logo {
  height: 60px;
}

/* Hide third-level sections in sidebar outline */
.sidebar .sidebar-page-links .section-level-3 {
  display: none;
}

/*
 * Page-specific styles
 */

/* Force LTR for the English-only changelog page */
.changelog.content {
  direction: var(--ci-force-lt-to-rt);
}
