/**
 * PPA Coupons – Frontend Styles
 */

/* ============================================================
   Widget-Container
   ============================================================ */
.ppac-coupon-widget {
    margin: 1.5em 0;
    padding: 1.25em 1.5em;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95em;
}

.ppac-coupon-label {
    margin: 0 0 0.75em;
    font-weight: 600;
    color: #333;
}

/* ============================================================
   Eingabezeile
   ============================================================ */
.ppac-coupon-row {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.75em;
}

.ppac-code-input,
#ppac_coupon_code_checkout {
    flex: 1 1 160px;
    min-width: 120px;
    padding: 0.45em 0.75em;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ppac-code-input:focus,
#ppac_coupon_code_checkout:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

/* ============================================================
   Button
   ============================================================ */
.ppac-btn {
    padding: 0.45em 1.1em;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    white-space: nowrap;
    transition: background 0.2s;
}

.ppac-btn:hover {
    background: #111;
}

.ppac-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================================
   Nachrichten
   ============================================================ */
.ppac-coupon-message {
    min-height: 1.4em;
    font-size: 0.92em;
    line-height: 1.4;
}

.ppac-success {
    color: #2d6a2d;
}

.ppac-error {
    color: #c0392b;
}

.ppac-info {
    color: #555;
}

/* ============================================================
   Checkout-Link nach Coupon-Aktivierung
   ============================================================ */
.ppac-checkout-link {
    margin-top: 0.75em;
    display: flex;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
}

.ppac-checkout-btn,
.ppac-free-link {
    display: inline-block;
}

.ppac-remove-coupon {
    font-size: 0.85em;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

.ppac-remove-coupon:hover {
    color: #c0392b;
}

/* ============================================================
   Checkout-Seite (PMPro)
   ============================================================ */
.ppac-checkout-coupon {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.ppac-checkout-coupon label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
}

/* ============================================================
   Durchgestrichener Originalpreis
   ============================================================ */
.ppac-coupon-message del {
    color: #888;
    font-size: 0.9em;
    margin-left: 0.3em;
}
