@media (max-width: 921px) {
  .ast-mobile-popup-inner .menu-item-has-children {
    position: relative;
  }
  .ast-mobile-popup-inner .menu-item-has-children > a {
    padding-right: 40px !important;
  }
  .ast-mobile-popup-inner .ast-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px; /* Match typical Astra mobile link height */
    width: 48px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 5;
  }
  .ast-mobile-popup-inner .ast-menu-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
  }
  .ast-mobile-popup-inner .ast-submenu-expanded > .ast-menu-toggle svg {
    transform: rotate(180deg);
  }
  /* Submenu visibility handled by Astra's default classes */
}
