/* Games hub page accents */

.games-hub .page-hero {
  border-bottom: 0;
}

.games-showcase .tile:nth-child(odd) .tile__art {
  background: var(--blue-soft);
  color: var(--blue);
}

.games-showcase .tile:nth-child(even) .tile__art {
  background: var(--magenta-soft);
  color: var(--magenta);
}

.games-showcase .tile__art img {
  width: min(100%, 220px);
  height: auto;
  margin: 0 auto;
}

.games-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: center;
  margin-bottom: var(--space-2);
}
