/* Custom styles for better menu visibility */

/* Hide the language dropdown since we have manual menu items */
.book-menu .book-languages {
  display: none !important;
}

/* Add a separator line after the top-level menu section */
.book-languages + ul {
  border-bottom: 3px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* Dark mode support */
:root.dark .book-languages + ul {
  border-bottom-color: #666;
}
