/**
 * Dino Discounts — Mini-Cart Discount Display Styles
 *
 * Uses class-based CSS with no colour declarations so that discount lines
 * inherit the active theme's text colour (Astra, Elementor, etc.).
 */
.dd-mini-cart-discounts {
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    font-size: 13px;
    color: inherit;
}

.dd-discount-line {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    color: inherit;
}

.dd-discount-line span {
    color: inherit;
}