/* =========================================
   LANGUAGE SWITCHER POLYLANG
   ========================================= */

.hp-lang-switcher {
    display: flex;
    align-items: center;
}

.hp-lang-switcher ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hp-lang-switcher li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hp-lang-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

.hp-lang-switcher img {
    display: block;
    width: 18px;
    height: auto;
    border-radius: 2px;
}