.header-lang-switch{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:2rem;
    height:2rem;
    margin-right:0.75rem;
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    cursor:pointer;
}

.header-lang-switch img{
    display:block;
    width:1.35rem;
    height:1.35rem;
    object-fit:contain;
}

.header-lang-switch:hover{
    opacity:0.72;
}

.header-lang-switch:focus-visible{
    outline:2px solid #EB6100;
    outline-offset:2px;
}
