body { outline: 5px solid red !important; }

/* Compactar dropdowns del menú (sin desarmar el layout del tema) */
#_desktop_top_menu .dropdown-menu {
  /* reduce padding general del contenedor */
  --bs-dropdown-padding-y: .20rem;
  /* reduce padding vertical por item */
  --bs-dropdown-item-padding-y: .20rem;
}

/* Asegura que el UL interno no meta márgenes/padding raros */
#_desktop_top_menu .dropdown-menu .submenu {
  margin: 0 !important;
  padding: 0 !important;
}

/* Quita aire extra por LI */
#_desktop_top_menu .dropdown-menu .submenu > li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ajusta el link de cada opción (Compuertas/Tajaderas están aquí) */
#_desktop_top_menu .dropdown-menu .submenu[data-depth="3"] > li > a.dropdown-item {
  padding-top: .20rem !important;
  padding-bottom: .20rem !important;
  line-height: 1.15 !important;
}