/* Gravity Forms Smart Coupon Rules - Frontend Styles */
.gscr-coupon-notice {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
}

.gscr-coupon-notice-info {
    background-color: #e7f3fe;
    border-right: 4px solid #2196F3;
    color: #0c5460;
}

.gscr-coupon-notice-error {
    background-color: #f8d7da;
    border-right: 4px solid #dc3545;
    color: #721c24;
}
