/* English hub: geo-targeted partner cards in .games-grid */
.game-card.geo-promo-card {
  position: relative;
  border-style: dashed;
  border-color: #c4c4c4;
}

.game-card.geo-promo-card:hover {
  border-color: #999999;
}

.game-card-thumb.geo-promo-thumb {
  position: relative;
}

.geo-promo-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  max-width: calc(100% - 8px);
  padding: 2px 6px 3px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.game-card.geo-promo-card .game-card-body h2 {
  font-size: 1.05rem;
}

/* Geo partner card: hide on phones only — not desktop with a short window */
@media (max-width: 767.98px) {
  .game-card.geo-promo-card {
    display: none !important;
  }
}

/* Typical phone landscape (wide but short); avoid matching desktop width > ~932px */
@media (max-width: 932px) and (max-height: 500px) {
  .game-card.geo-promo-card {
    display: none !important;
  }
}
