.bofw-gtea {
    width: 100%;
}

.bofw-gtea-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.bofw-gtea.layout-vertical .bofw-gtea-list,
.bofw-gtea-list.list-vertical {
    flex-direction: column;
    align-items: flex-start;
}

.bofw-gtea-item {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.bofw-gtea-item a,
.bofw-gtea .gt_switcher a,
.bofw-gtea .gt-current-lang,
.bofw-gtea-select {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease;
}

.bofw-gtea-item.is-current a,
.bofw-gtea-item.is-current {
    font-weight: 700;
}

.bofw-gtea-select {
    width: 100%;
    min-height: 44px;
    cursor: pointer;
}

.bofw-gtea-empty {
    opacity: .75;
}

.bofw-gtea-item img,
.bofw-gtea .gt-current-lang img {
    display: inline-block;
    vertical-align: middle;
}

.bofw-gtea-item a,
.bofw-gtea .gt-current-lang {
    gap: 8px;
}
