.ls-wrapper-c8d00583 {
    position: relative;
    width: 100%;
}
.ls-input-wrapper-c8d00583 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.ls-input-c8d00583 {
    width: 100%;
    padding: 10px 40px 10px 15px; /* Added right padding for icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.ls-icon-c8d00583 {
    position: absolute;
    right: 15px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-icon-c8d00583 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.ls-results-container-c8d00583 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}
.ls-results-list-c8d00583 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ls-results-list-c8d00583 li {
    border-bottom: 1px solid #f0f0f0;
}
.ls-results-list-c8d00583 li:last-child {
    border-bottom: none;
}
.ls-results-list-c8d00583 a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}
.ls-results-list-c8d00583 a:hover {
    background: #f9f9f9;
    color: #000;
}
.ls-no-results-c8d00583 {
    padding: 10px 15px;
    color: #777;
}