/*game cards */


.product-game-card{
cursor: pointer;
    width: 290px;
    max-width: 100%;
    position: relative;
    min-height: 439px;
    height: 100%;
    margin-top: -14px;
    box-shadow: 0px 3px 35px -22px rgb(229 229 229);
    background: #fff;
    padding: 6px;
    border-radius: 20px;
}

.product-game-card .more-link{
  font-size: 12px;
  color: var(--black-text-color);
}
.product-game-card a.small-btn.btn-game-reserve{
      padding: 7px 7px !important;
      font-size: 10px !important;
}
.product-game-card .more-link i,
.product-game-card .more-link:hover{
  color: var(--blue-color);
}
.product-game-card .details{
justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 13px;
    padding-top: 7px;
    margin-top: auto;
    min-height: 45px;
    margin-bottom: 5px;
  
}
.product-game-card .game-img-wrapper{
  height: 240px;
}

.product-game-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: relative;
  border-radius: 20px 20px 0 0;
  
}

.product-game-card .game-info {
 height: calc(100% - 227px);
    display: flex;
    flex-direction: column;
    /* height: max-content; */
    text-align: left;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    padding: 15px;
    width: 100%;
    font-size: 14px;
    color: var(--black-text-color) !important;
}
.product-game-card .game-info .game-info-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 84px;
}

.product-game-card .game-info h5 {
  font-weight: bold;
  margin-bottom: 6px;

}

.product-game-card img.game-logo-overlay{
    position: absolute;
    object-fit: contain;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 86%;
    height: 90px;
    z-index: 2;
    pointer-events: none;
     bottom: 5%;
}
.product-game-card .game-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.product-game-card .game-img-wrapper {
    height: 240px;
}

.product-game-cards-wrap {
    --bs-gutter-y: 2.5rem;
}

.product-game-cards-wrap .pgc-wrap{
  min-width: 290px;
}
.oe-games-shortcode {
  padding: 30px 0;
}
@media (min-width: 768px) {
 .oe-games-shortcode .pgc-wrap{
     width: fit-content;
     
}
}