.aps-search-container {
    position: relative;
    max-width: 400px;
}

#aps-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}

.aps-result-item {
    padding: 8px 10px;
    cursor: pointer;
}

.aps-result-item:hover {
    background-color: #f0f0f0;
}

.aps-no-result {
    padding: 8px 10px;
    color: #888;
}
