.game-card {
  background-color: hsl(222, 62%, 16%);
  border-radius: 10px;
  color: hsl(222, 62%, 95%);
  display: block;
  min-height: unset;
  margin: 4px !important;
}
.game-card .cover {
  overflow: hidden;
  aspect-ratio: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.game-card .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-card .truncate {
  color: hsl(222, 62%, 95%);
  font-size: 85%;
  padding: 8px 8px 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-card .provider {
  padding: 0 8px 8px 8px;
  width: 80%;
  height: 24px;
}
.game-card .provider img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1) contrast(0.5) brightness(2);
          filter: grayscale(1) contrast(0.5) brightness(2);
  opacity: 0.6;
}

.block-editor-block-list__block .game-card {
  pointer-events: none;
}
