.mhfa-footer-menu{
    @media screen and (max-width:768px){
        #menu-footer-menu-right{
            li:first-of-type{
                border-top:1px solid #cccccc;
            }
        }
    }
    li{
        position:relative;
        border-bottom:1px solid #cccccc;

        .gb-menu-link{
            padding:0;
            font-size:18px;
            font-weight:500;
            font-family: HCo Ideal Sans SSm;
            display:block;
            padding-right:20px;
        }
        &::after{
            content: "";
            position: absolute;
            display:block;
            right: 0;   /* adjust horizontal position */
            top: 50%;
            transform: translateY(-50%); /* vertically center */
            width: 17px;   /* match the SVG width */
            height: 12px;  /* match the SVG height */
            background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6963 0.696232C10.9892 0.403339 11.4649 0.403339 11.7578 0.696232L16.5303 5.46967C16.8232 5.76256 16.8232 6.23732 16.5303 6.53022L11.7578 11.3037C11.4649 11.5965 10.9892 11.5965 10.6963 11.3037C10.4034 11.0108 10.4034 10.535 10.6963 10.2421L14.1895 6.74994H0V5.24994H14.1895L10.6963 1.75776C10.4034 1.46486 10.4034 0.989126 10.6963 0.696232Z' fill='%23EA5E29'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
        }
        &:last-of-type{
            border:none;
        }
        &:hover{
            .gb-menu-link{
                font-weight:600;
            }
        }

    }
}