/* v59: mobile styles are in index.html */


/* v70: Aplikacja dropdown opens downward under the navigation item. */
.nav-item.dropdown,
.dropdown,
.nav-dropdown,
.app-dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu,
.dropdown .dropdown-menu,
.nav-dropdown .dropdown-menu,
.app-dropdown .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}

/* Keep the existing hover bridge so the menu remains open while moving down. */
.nav-item.dropdown:hover::after,
.dropdown:hover::after,
.nav-dropdown:hover::after,
.app-dropdown:hover::after {
  top: 100%;
  bottom: auto;
  height: 12px;
}

