.custom-product-list {
    list-style: none;
    padding: 0;
}

.custom-product-list li {
    background: #f5f5f5;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}
