/* Start custom CSS */.sfm-navicon-button .sfm-navicon,
.sfm-navicon-button .sfm-navicon:before,
.sfm-navicon-button .sfm-navicon:after {
    background-color: #4CAF50 !important;   /* Change to green */
    box-shadow: none !important;            /* Remove existing shadow */
    
/* Safari/Old Browser Safety Nets */
    content: "" !important;   /* Ensures Safari renders the pseudo-element */
    display: block !important; /* Ensures the element has dimensions */
    opacity: 1 !important;
}/* End custom CSS */