.ls-wrapper-e83a4a71 {
    position: relative;
    display: inline-block;
}

.ls-button-e83a4a71 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    color: inherit;
    transition: background 0.2s ease;
}

.ls-button-e83a4a71:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ls-dropdown-menu-e83a4a71 {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    z-index: 1000;
}

.ls-wrapper-e83a4a71.is-active .ls-dropdown-menu-e83a4a71 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ls-dropdown-item-e83a4a71 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

.ls-dropdown-item-e83a4a71:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ls-flag-icon, .ls-flag-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ls-caret {
    display: inline-flex;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ls-wrapper-e83a4a71.is-active .ls-caret {
    transform: rotate(180deg);
}
