﻿
.goog-te-gadget {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.goog-te-combo {
    width: auto !important;
    min-width: 140px !important;
    max-width: 180px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    color: #eee !important;
    background: #1f1f1f !important;
    border: 1px solid #444 !important;
    border-radius: 6px;
    padding: 0 6px !important;
    text-overflow: ellipsis;
    scrollbar-color: #555 #1f1f1f;
    scrollbar-width: thin;
}

    .goog-te-combo option {
        color: #eee !important;
        background: #1f1f1f !important;
    }

    .goog-te-combo:hover {
        border-color: #666 !important;
    }

    .goog-te-combo::-webkit-scrollbar {
        width: 8px;
    }

    .goog-te-combo::-webkit-scrollbar-track {
        background: #1f1f1f;
    }

    .goog-te-combo::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: 6px;
    }

        .goog-te-combo::-webkit-scrollbar-thumb:hover {
            background: #777;
        }
