/* OfficePro Discount Engine — Frontend Cart Styles */

/* ── Breakdown rows in cart/checkout totals table ─ */
.opde-discount-breakdown th,
.opde-discount-breakdown td {
    padding-top: 6px !important;
    padding-bottom: 2px !important;
    font-weight: 700;
    font-size: 0.9em;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-top: 1px solid #e5e5e5;
}

.opde-discount-row th,
.opde-discount-row td {
    font-size: 0.9em;
    color: #444;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.opde-discount-amount {
    color: #28a745;
}

.opde-total-savings th,
.opde-total-savings td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-top: 1px dashed #ccc;
}

.opde-savings-amount {
    color: #28a745;
    font-size: 1.05em;
}

/* ── Product page price badge ─────────────────────── */
.opde-price-badge {
    display: block;
    width: fit-content;
    margin-bottom: 5px;
    padding: 3px 9px;
    background: #5AC24F;
    color: #fff;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    line-height: 1.4;
}
