
.wpjt-lang-block > * {
    vertical-align: middle;
}

.wpjt-lang-block > span {
    margin-right: 6px;
}

img.wpjt-lang-flag {
    margin-right: 4px;    
    width: 1.4rem;
    /* height: 1em; */
    border-radius: 2px;    
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);    
}

.wpjt-language.wpjt-current img.wpjt-lang-flag{
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.wpjt-language {
    font-size: 1rem;
}

.wpjt-language.wpjt-current{
    font-weight: 600;
}

.wpjt-language-switcher a {
    color: inherit;
    text-decoration: none;       
}

.wpjt-language-switcher {
    display: flex;
    gap: 4px;
}