/* Keep nowrap prices inside narrow roundup cards without freezing Kronika's app.css. */
@media (max-width: 640px) {
  .kr-roundup__toprow,
  .kr-roundup__prices {
    min-width: 0;
    flex-wrap: wrap;
  }
}
