/* 1. Import Font Awesome to fix missing icons globally on inner pages */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* 2. Force the sub-submenu indicator to render the chevron icon */
.sp-megamenu-parent .sp-has-child > a::after, 
.sp-megamenu-parent .sp-has-child > span::after {
    font-family: "FontAwesome" !important;
    content: "\f105" !important; /* Unicode for right arrow (>) icon */
    display: inline-block;
    padding-left: 5px;
}
