.gst-language-switcher {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999999;
    background: #ffffff;
    color: #1f2933;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    border-radius: 999px;
    padding: 9px 13px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
}
.gst-language-switcher a {
    color: #1f2933;
    text-decoration: none;
    font-weight: 600;
}
.gst-language-switcher a.active {
    color: #0073aa;
}
.gst-language-switcher .gst-separator {
    color: #9aa5b1;
    margin: 0 6px;
}
@media (max-width: 480px) {
    .gst-language-switcher {
        right: 12px;
        bottom: 12px;
        font-size: 12px;
        padding: 8px 11px;
    }
}
