.ps-autosuggest-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 99999;
    display: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ps-autosuggest-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ps-autosuggest-box li {
    padding: 8px;
    border-bottom: 1px solid #f3f3f3;
}

.ps-autosuggest-box li:last-child {
    border-bottom: none;
}

.ps-autosuggest-box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.ps-autosuggest-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}
