.menu-item-16720 > a.elementor-sub-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 8px;
  flex: 0 0 8px;
  vertical-align: 1px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: armanati-silver-fund-pulse 1.8s ease-out infinite;
}

@keyframes armanati-silver-fund-pulse {
  0%, 100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-item-16720 > a.elementor-sub-item::before {
    animation: none;
  }
}

/* Keep the desktop funds submenu styling while arranging 11 items as 6 + 5. */
@media (min-width: 1025px) {
  .elementor-nav-menu--main .menu-item-40 > .sub-menu[aria-hidden="false"] {
    display: grid !important;
    grid-template-columns: repeat(2, 278px);
    grid-template-rows: repeat(6, 46px);
    grid-auto-flow: column;
    width: 556px !important;
    min-width: 556px !important;
  }

  .elementor-nav-menu--main .menu-item-40 > .sub-menu > li,
  .elementor-nav-menu--main .menu-item-40 > .sub-menu > li > a {
    width: 278px !important;
  }
}
