.location-selector-1222-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: inherit;
}
.ls-1222-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ls-1222-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.ls-1222-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.ls-1222-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    min-width: 150px;
}
.ls-1222-message {
    font-size: 13px;
    font-weight: 500;
}
.ls-1222-message.msg-error {
    color: #d9534f;
}
.ls-1222-message.msg-success {
    color: #5cb85c;
}