.lang-switcher-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    min-width: 120px;
    z-index: 1000;
}

.lang-switcher-menu.open {
    display: block;
}

.lang-switcher-item {
    display: block;
    padding: 8px 14px;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 13px;
    white-space: nowrap;
}

.lang-switcher-item:hover {
    background: #f5f5f5;
    color: #000 !important;
}
