/*
CTC Separate Stylesheet
Updated: 2025-05-09 13:33:38
*/





.msb-language-switcher-wrapper {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: absolute;
    background: #222;
    top: 109px;
    right: 13px;
}



@media only screen and (max-width:480px) {
    
html .msb-language-switcher-wrapper {
    top: 80px;
}
    
}



.msb-language-switcher-wrapper .wpm-language-switcher{
    display: flex;
    background: #222;
    padding: 0 10px;
}

.msb-language-switcher-wrapper .wpm-language-switcher li {
padding: 20px 10px;
    background: #222;
    height: 5px;
}


.msb-language-switcher-wrapper .wpm-language-switcher li img{
    width: 20px;
    height: auto;
}



.msb-language-switcher-wrapper .wpm-language-switcher li:not(.active) img{
    opacity: 0.7;
}


