/* CF7 Razorpay Frontend v2.1 */

/* Remove stray <br> inside button (CF7 sometimes injects them) */
.cf7rzp-apply-coupon-btn br,
.wpcf7 button br { display: none; }

.cf7rzp-price-preview {
    display: none;
    margin-top: 6px;
    font-size: 15px;
    color: #1a5c2a;
    font-weight: 700;
}
.cf7rzp-price-preview.cf7rzp-price-visible { display: block; }

.cf7rzp-geo-hint {
    display: none;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

/* Quantity */
.cf7rzp-quantity-input { width: 80px !important; text-align: center; }
.cf7rzp-quantity-total {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    color: #1a5c2a;
}

/* Coupon */
.cf7rzp-coupon-row {
    display: flex;
    gap: 0;
    align-items: stretch;
}
.cf7rzp-coupon-row input {
    flex: 1;
    border-right: none !important;
    border-radius: 4px 0 0 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cf7rzp-apply-coupon-btn {
    padding: 0 18px;
    height: auto;
    min-height: 42px;
    background: #1a5c2a;
    color: #fff;
    border: 1px solid #1a5c2a;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cf7rzp-apply-coupon-btn:hover { background: #155020; }

.cf7rzp-coupon-msg {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
}
.cf7rzp-coupon-ok  { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.cf7rzp-coupon-err { background: #ffebee; color: #c62828; border: 1px solid #ef9a9a; }

/* Inline error */
.cf7rzp-inline-error {
    display: none;
    margin: 8px 0;
    padding: 10px 14px;
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
    border-radius: 3px;
    font-size: 14px;
}
