/* Coupon Code - Frontend element styles */

.quform-element-coupon-code {
    margin-bottom: 1em;
}

.quform-coupon-display-text {
    padding: 12px 16px;
    background: #f9f9f9;
    border-left: 3px solid #0073aa;
    border-radius: 0 4px 4px 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
}

.quform-coupon-display-text p:last-child {
    margin-bottom: 0;
}

.quform-coupon-linked-post {
    margin-top: 8px;
    font-size: 0.9em;
}

.quform-coupon-linked-post a {
    color: #0073aa;
    text-decoration: underline;
}

.quform-coupon-linked-post a:hover {
    color: #005a87;
}

.quform-coupon-config-error {
    margin-top: 12px;
    padding: 14px 16px;
    background: #fde8e8;
    border: 2px solid #d63638;
    border-radius: 4px;
    color: #8a1f1f;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}

.quform-coupon-config-error p {
    margin: 0 0 8px;
}

.quform-coupon-config-error-list {
    margin: 0;
    padding-left: 1.2em;
    font-weight: 400;
}

.quform-coupon-config-error-list li {
    margin: 0.25em 0;
}
