<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navigation .cntNav&gt;.menu-item-has-children .sub-menu li.current-menu-item a[href*="#"] {
    color: #000 !important;
}
#navigation .cntNav&gt;.menu-item-has-children .sub-menu li.current-menu-item:hover a[href*="#"] {
    color: #2fab53 !important;
}

@media (min-width: 1025px) {
    #navigation .cntNav&gt;.menu-item-has-children .sub-menu li.current-menu-item:hover a[href*="#"] {
        /* padding-left: 15px; */
        -webkit-transform: translateX(15px);
            transform: translateX(15px);
    }
}</pre></body></html>