/* =====================================================
   GTranslate — switcher de idioma (site inteiro)
   O plugin nativo não tem opção de mostrar só a sigla
   (PT/EN) em vez do nome completo, então ajustamos aqui.
   ===================================================== */

.gt_switcher img {
    border-radius: 50%;
    object-fit: cover;
}

.gt_switcher a {
    font-family: 'Outfit', sans-serif !important;
}

.gt_switcher .gt_selected a::after {
    width: 15px !important;
    background-size: 15px !important;
}

/* Encolhe a largura fixa do widget pra caber só a bandeira + sigla,
   sem sobrar espaço vazio antes da setinha */
.gt_switcher,
.gt_switcher .gt_selected,
.gt_switcher .gt_selected a {
    width: fit-content !important;
}

.gt_switcher .gt_selected a {
    padding-right: 28px !important;
}
