/* Navigation styles are included in the navigation.html component */
/* This file can be used for additional navigation-specific styles */

.stage-navigation {
    position: relative;
}

.nav-sections::-webkit-scrollbar {
    height: 6px;
}

.nav-sections::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.nav-sections::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.nav-sections::-webkit-scrollbar-thumb:hover {
    background: #555;
}