/* "Дополнительные товары" upsell-box on the product page.
   Bug: two inline-styled <span>s for old/new price flow inline in a narrow
   <td>, so the text wraps mid-amount ("1 999 грн. 1" / "700 грн.").
   Fix: keep each price unbreakable, stack them vertically. */

.upsell-box .text-right              { white-space: nowrap; }
.upsell-box .text-right label > span { display: block; }
