[data-component="game_card"] {
  height: 100%;
  overflow: hidden;

  &::part(media) {
    height: 300px;
  }

  img {
    object-fit: cover;
  }
}
