.language-switcher {
    margin-right: 20px;
    position: relative;
    z-index: 20;
}

.language-switcher summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #ffffff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d9d9d9;
}

.language-switcher summary::-webkit-details-marker {
    display: none;
}

.language-switcher ul {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 120px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.language-switcher a {
    display: block;
    padding: 7px 10px;
    border-radius: 6px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.language-switcher a:hover,
.language-switcher a.active {
    background: #f2f5ff;
}

@media (max-width: 991px) {
    #myForm {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .language-switcher {
        margin-right: 0;
        order: 2;
    }

    .menu__nav {
        order: 3;
        width: 100%;
    }
}
