/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 20:17:20 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.redux-group-tab-link-li.hasSubSections.activeChild {
    & > .redux-group-tab-link-a {
        background-color: #777 !important;
		
		&:hover {
			background-color: #aaa !important;
		}
    }

    & .subsection {
        & .redux-group-tab-link-li {
			&.active {
				& .redux-group-tab-link-a {
					background-color: #aaa !important;
				}
			}
			
            & .redux-group-tab-link-a {
                background-color: #777 !important;
				
				&:hover {
					background-color: #aaa !important;
				}
            }
        }
    }
}