/* 2CarPros: fix “extra” empty Bootstrap panel dropdown containers
   Scope: header top nav only (#myTopnav) */

/* Hide the empty placeholder panels that render as extra boxes */
#myTopnav li > .panel.menu-panel:empty {
  display: none !important;
}

/* Only neutralize the Bootstrap “panel” chrome.
   Do NOT remove background/padding/positioning; the dropdown needs those. */
#myTopnav .panel.menu-panel {
  border: 0 !important;
  box-shadow: none !important;
}
