/* Play-page recommendations: desktop 15; preserve the original 12 mobile cards. */
@media (max-width: 700px) {
  .papabd-related-section > .net-grid > .net-card:nth-child(n + 13) { display: none; }
}
@media (min-width: 701px) {
  .papabd-related-section > .net-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
