/*
 Theme Name:  Coupon Lite Child
 Description: Child theme for Coupon Lite
 Author:      Couponerds
 Template:    coupon-lite
 Version:     1.0.0
 Text Domain: coupon-lite-child
*/

/* Your custom CSS goes below */

/* 🌿 Coupon Lite Child – Background Gradient Override */
body,
.site,
#page {
  background: linear-gradient(180deg, #f0f5f5 0%, #c7d6d7 100%) !important;
}

/* Optional: Make footer blend seamlessly */
.site-footer,
footer {
  background: transparent !important;
}
