.lps-search-wrapper {
    max-width: 500px;
    margin: 20px 0;
    position: relative;
}

#lps-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.lps-results {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.lps-results li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.lps-results li:hover {
    background: #f5f5f5;
}

.lps-results a {
    text-decoration: none;
    color: #333;
}

.lps-no-results {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}