/*
 * Mommy User Discounts
 * Plugin handles only functionality. All product sale design belongs to the theme.
 * This file styles only the "Your Discount" savings rows in cart/checkout/mini-cart.
 */

/* ── Cart page + Checkout: "Your Discount" table row ───────────────────── */
.mmd-your-discount-row th,
.mmd-your-discount-row td {
    color: #b92d5e;
    font-weight: 600;
}

.mmd-savings-amount {
    font-weight: 700;
}

/* ── Mini-cart widget: "Your Discount" block ────────────────────────────── */
.mmd-mini-cart-savings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 4px;
    border-top: none;
    font-size: 0.9em;
    color: #b92d5e;
    font-weight: 600;
}
