.cfw-suggested-products-wrap {
    background: #f4f4f4;
    padding: 1em 1em 2em;

    margin-top: 1em;
    border-radius: 5px;

    .cfw-suggested-products-heading {
        font-size: 1em;
        font-weight: 600;
        text-align: center;
        margin: 0 0 1em;
    }

    .cfw-suggested-product-description {
        padding-left: 1em;
    }

    .cfw-suggested-product-price {
        margin: 0.5em 0;
    }
}