.language-switcher {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
    gap: 8px;
}

.language-switcher__form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-switcher__control {
    position: relative;
}

.language-switcher__select {
    border: 1px solid #c5c9d6;
    border-radius: 24px;
    padding: 6px 32px 6px 14px;
    font-size: 14px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3e%3cpath fill='%2328261b' d='M1.41 0 6 4.58 10.59 0 12 1.41 6 7.41 0 1.41z'/%3e%3c/svg%3e") no-repeat right 12px center;
    background-size: 12px;
    color: #28261b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    min-width: 140px;
}

.language-switcher__select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(22, 63, 146, 0.15);
}

.language-switcher__select option {
    background-color: #fff;
    color: #28261b;
    font-size: 14px;
    padding: 4px 8px;
}

.language-switcher__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.language-switcher--login {
    padding: 16px 24px 0;
}
