/**
 * Inhostify Languages Changer - Public CSS
 */
.inhostify-languages-container {
    margin: 10px 0;
}

.gt_float_switcher {
    z-index: 999;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    display: flex !important;
    align-items: center;
}

.gt_float_switcher .gt-selected img {
    margin-right: 5px;
}

.gt-lang-list {
    max-height: 300px;
    overflow-y: auto;
}

.gt-lang-list .gt-lang {
    display: flex !important;
    align-items: center;
    padding: 5px !important;
}

.gt-lang-list .gt-lang img {
    margin-right: 8px;
}

.gt-lang-list .gt-lang:hover {
    background-color: #f5f5f5;
}