/* Keep top navigation dropdowns above page/hero content.
   This file is intentionally loaded last so it wins over page-level effects. */
.site-shell {
    overflow: visible !important;
}

.site-shell > header {
    position: relative !important;
    z-index: 10000 !important;
    isolation: isolate;
}

.site-shell > header .navbar,
.site-shell > header .container,
.site-shell > header .navbar-collapse,
.site-shell > header .navbar-nav,
.site-shell > header .nav-item,
.site-shell > header .dropdown {
    position: relative !important;
    z-index: 10001 !important;
}

.site-shell > header .dropdown-menu {
    z-index: 10002 !important;
}

.site-shell > main,
.site-shell > .container,
.site-shell > footer {
    position: relative;
    z-index: 1 !important;
}
