/* Ocultar toggle solo para ítems sin hijos */
.rd-navbar-nav > li:not(:has(ul)) > .rd-navbar-submenu-toggle {
  display: none !important;
}
