
/* MIRROR SYMMETRY FIX (v2.6.2) - 7px SHIFT & 16px WIDTH */
#page .ast-builder-language-switcher .sub-menu {
    left: 50% !important;
    transform: translateX(calc(-50% + 7px)) !important;
}
#page .ast-builder-language-switcher .sub-menu li a img {
    width: 16px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}
