/* English labels for the card-style comparison tables on small screens. */
@media (max-width: 640px) {
  .comparison-wrap tbody td:nth-child(2)::before { content: "Product basis"; }
  .comparison-wrap tbody td:nth-child(3)::before { content: "20-disc equivalent"; }
  .comparison-wrap .comparison-k16 tbody td:nth-child(3)::before { content: "5-disc comparison"; }
  .comparison-wrap tbody td:nth-child(4)::before { content: "Per disc"; }
  .comparison-wrap tbody td:nth-child(5)::before { content: "Price checked"; }
}
