.wd-dynamic-discounts td.wd-dd-discount span,
.quantity-discount-badge {
    background: rgb(213, 44, 44);
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.85em;
}

.wd-dynamic-discounts {
    .discount-table-heading {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 700;
    }
    td {
        padding: 10px 15px;
    }
    tr:first-child td.wd-dd-discount span {
        background: #f4f4f4;
        color: var(--wd-text-color);
    }
    .prices {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    table tr:last-child td {
        border: 0;
    }
    .price-per-kg {
        margin: 0;
    }
    span.amount {
        font-size: 16px;
    }
}

.quantity-discount {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline;
    gap: 3px;
    line-height: 1.3;
    ins {
        text-decoration: none;
    }
    del {
        opacity: 0.6;
        font-weight: 400;
        .amount,
        .amount bdi {
            font-weight: 400;
        }
    }
}

.woocommerce-mini-cart-item .quantity .quantity-discount {
    vertical-align: baseline;
    flex-direction: row;
}

.wd-checkout-prod-total,
.product-subtotal,
.woocommerce-checkout-review-order-table {
    .quantity-discount {
        justify-content: flex-end;
        text-align: right;
    }
}
