/* Keep Elementor's desktop submenu arrows synchronized with their menu links. */
@media (min-width: 1201px) {
  .elementor-location-header
  .elementor-nav-menu--main
  .menu-item-has-children > .elementor-item > .sub-arrow,
  .elementor-location-header
  .elementor-nav-menu--main
  .menu-item-has-children > .elementor-item > .sub-arrow i {
    color: inherit !important;
    transition: color 0.3s ease;
  }

  .elementor-location-header
  .elementor-nav-menu--main
  .menu-item-has-children > .elementor-item > .sub-arrow svg,
  .elementor-location-header
  .elementor-nav-menu--main
  .menu-item-has-children > .elementor-item > .sub-arrow svg path {
    fill: currentColor !important;
  }
}
