.ls-0b7e847d-container {
    position: relative;
    width: 100%;
}
.ls-0b7e847d-form {
    display: flex;
    width: 100%;
}
.ls-0b7e847d-input {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}
.ls-0b7e847d-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-left: none;
    background: #0073aa;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.ls-0b7e847d-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
    border-radius: 0 0 4px 4px;
}
.ls-0b7e847d-item, .ls-0b7e847d-no-results {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.ls-0b7e847d-item:last-child {
    border-bottom: none;
}
.ls-0b7e847d-item:hover {
    background: #f5f5f5;
}
