.language-selector {
    position: relative;
    display: inline-block;
}

.lang-toggle {
    background-color: #f1f1f1;
    border: none;
    padding: 11px;
    cursor: pointer;
    font-weight: 300;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.lang-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 6px 0;
    list-style: none;
    margin: 4px 0 0;
    width: 115px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.lang-dropdown li {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 100;
    color: #000;
}

.lang-dropdown li:hover {
    background-color: #e1e1e1;
}

.lang-dropdown img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
}
body .skiptranslate {
    display: none !important;
}
