/* Elementor Pro renders the nav submenu chevron twice (PHP span + SmartMenus
   subIndicators). Keep the first, hide any extra. No-op once upstream fixes it. */
.elementor-nav-menu .sub-arrow ~ .sub-arrow { display: none !important; }
