/* Change the background color of a product pricing table */
.pricing-table .plan.featured {
    background-color: #f5f5f5;
    border-color: #cccccc;
}

/* Change the color of a "Buy Now" button */
.order-form .btn-order {
    background-color: #007bff;
    color: #ffffff;
}
