Regular price on BOGO discount not crossed out on Cart page

On my Cart page, I added 2 items with a BOGO discount applied automatically to the discounted item. The regular price is crossed out on the discounted item in the item info block as expected. I also want to cross out the regular price on the right side underneath the “Total” column of the corresponding discounted item. I added the following CSS style to the Item section of my Cart page, but the regular price is still not crossed out on the right side. I’m using the Sense theme.

.cart-item__old-price {
text-decoration: line-through;
}

How can I apply the style to the regular price? See screenshot below.