.recent-steam-games {
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.recent-steam-games li {
  color: black;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: clamp(120px, 20% - 10px, 400px);
  text-align: center;
}
.recent-steam-games li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recent-steam-games li .game_timeplayed {
  font-size: 0.875rem;
  font-weight: bold;
}/*# sourceMappingURL=recent-steam-games.css.map */