/* Keep the cleaned launch offer readable on narrow cart totals. */
.woocommerce-cart .cart_totals .coupon,
.woocommerce-cart .cart_totals tr.cart-discount th,
.woocommerce-cart .cart_totals tr.cart-discount td,
.wc-block-components-totals-discount {
    overflow-wrap: anywhere;
    word-break: normal;
}
