
.custom-live-search-results {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
}

.custom-live-search-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.custom-live-search-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.custom-live-search-item:hover {
    background: #f1f1f1;
}
