.gtranslate_wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    background-color: #fff;
    border-radius: 5000px;
    border: 1px solid var(--accent);
    padding: .5rem 1rem;
    justify-content: center;
    align-items: center;
    position: relative
}

.gt-current-lang {
    z-index: 10;
    color: #fff
}

.gt-current-lang::before {
    background-color: var(--accent);
    color: #fff;
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: 50%;
    height: 83%;
    content: "";
    z-index: -1;
    border-radius: 5000px
}

[data-gt-lang=es].gt-current-lang::before {
    left: 46%;
    border-radius: 5000px
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important
}