.aps-search-wrapper {

    position: relative;

    max-width: 400px;

    margin: 20px auto;

}



.aps-search-input {

    width: 100%;

    padding: 10px;

    font-size: 16px;

}



.aps-suggestions {

    position: absolute;

    background: #ff5000;

    border: 1px solid #ddd;

    width: 100%;

    z-index: 999;

    display: none;

    max-height: 300px;

    overflow-y: auto;

}



.aps-suggestion-list {

    list-style: none;

    margin: 0;

    padding: 0;

}



.aps-suggestion-item {

    display: flex;

    align-items: center;

    padding: 8px;

    border-bottom: 1px solid #eee;

}



.aps-suggestion-item img {

    width: 40px;

    height: 40px;

    object-fit: contain;

    margin-right: 10px;

}

