
/* --- SUBMENU COLOR OVERRIDE --- */
/* Specific targeting for Astra Submenu Links */
.ast-builder-menu-1 .main-navigation .sub-menu .menu-item .menu-link {
    color: #cc0000 !important;
}

/* Specific targeting for Submenu Hover state */
.ast-builder-menu-1 .main-navigation .sub-menu .menu-item:hover > .menu-link {
    color: #000000 !important;
}

/* Targets the SVG arrows inside the submenu if they are also invisible */
.ast-builder-menu-1 .main-navigation .sub-menu .menu-item .ast-arrow-svg {
    fill: #cc0000 !important;
}