.gtranslate_wrapper {
    position: relative;
}

.gtranslate_wrapper .gt_switcher {
    font-family: var(--wp--preset--font-family--inter)!important;   
    width: 100px!important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a {
    border: 0!important;
    color: var(--wp--preset--color--custom-text-secondary)!important;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 120px!important;
    font-size: var(--wp--preset--font-size--custom-8)!important;
}

.gtranslate_wrapper .gt_switcher .gt_selected {
    background:none!important;
    z-index: 9!important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background: none!important;
}

.gtranslate_wrapper .gt_switcher a img {
    border-radius: 24px!important;
    outline: 2px solid #fff!important;
    object-fit: cover!important;
}

.gtranslate_wrapper .gt_switcher .gt_option {
    position: absolute!important;
    z-index: 9998;
    border: none !important;
    margin-top: 12px;
    background-color: var(--wp--preset--color--custom-bg-white)!important;
    border-radius: 16px!important;
    padding: 0 8px!important;
    display: none;
    right: 0;
    width: 120px!important;
    height: auto!important;
    overflow-y: auto!important;
    transition: none!important;
}

.gtranslate_wrapper .gt_switcher .gt_option a {
    color: var(--wp--preset--color--custom-text-secondary)!important;
    font-size: var(--wp--preset--font-size--custom-8)!important;
}

@media (max-width: 992px) {
    .gtranslate_wrapper .gt_switcher .gt_selected a {
        font-size: 0!important;
    }

    .gtranslate_wrapper .gt_switcher {
        width: 48px!important;
    }
}

.gtranslate_wrapper ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.gtranslate_wrapper ::-webkit-scrollbar-track {
    background: var(--wp--preset--color--custom-bg-secondary)!important;
    border-radius: 4px;
}
.gtranslate_wrapper ::-webkit-scrollbar-thumb {
    background-color: var(--wp--preset--color--custom-action-primary)!important;
    border-radius: 4px;
}
.gtranslate_wrapper ::-webkit-scrollbar-thumb:hover {
    background-color: var(--wp--preset--color--custom-action-hover)!important;
}