/*
Theme Name: WP Coupon Mate Pro Child
Theme URI: https://demo.couponthemes.net/wp-coupon-mate/
Template: wp-coupon-mate-pro-main
Author: CouponThemes
Author URI: https://couponthemes.net/
Description: Best WordPress Coupon and Deal Theme
Tags: one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,sticky-post,threaded-comments,translation-ready
Version: 1.4.1779458934
Updated: 2026-05-22 14:08:54

*/

.injected-form-wrap {
    background: #fff5ee;
    border: 2px solid #ff6b35;
    border-radius: 8px;
    padding: 30px 25px;
    margin: 15px 0;
    text-align: center;
}

.injected-form-wrap .wpforms-container {
    max-width: 100%;
}

.injected-form-wrap .wpforms-submit-container {
    text-align: center;
}

.injected-form-wrap .wpforms-submit {
    background-color: #ff6b35 !important;
    border-color: #ff6b35 !important;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.injected-form-wrap input[type="text"],
.injected-form-wrap input[type="email"] {
    border: 1px solid #ffccaa !important;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
}