.merdr-game-details-content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 15px  15%;
    position: relative;
    padding: 10px;
    background-color: #fff;
}


.merdr-game-details-title {
    /* background-color: #f49419; */
    margin: 15px;
    /* width: 100%; */
    color: #fff;
}


.merdr-game-details-content-info h3{
   text-align: start;
   color: #000;
   font-size: 1rem;
   margin: 0px;
   font-weight: 300;
  
}

.merdr-game-details-content-info img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
   
}

.merdr-game-details-play-btn {
    display: flex;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.merdr-game-details-play-btn img{
    width: 200px;
    height: 60px;
    /* height: auto; */
    /* object-fit: cover; */
    display: block;
}

.game-introduce {
    color: #000;
    margin: 15px;
    /* background-color: #7E26DE; */
    border-radius: 10px;
    padding: 0px 20px;
}

.game-introduce h3 {
    margin: 0px;
}

.game-introduce p {
    color: #000;
}

.merdr-recommend-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}

.merdr-recommend-title h3{
    font-size: 1rem;
    margin: 0px;
    border-left: #fff 2px solid;
    padding-left: 10px;
}

.merdr-recommend-title p{
    font-size: 1rem;
    margin: 0px;
}

 
 .merdr-recommended-games {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 10px;
     margin: 15px;
 }

 .merdr-update-games {
    display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 10px;
     margin: 15px;
 }
 
 .recommend-game img {
     width: 100%;
     height: auto;
     aspect-ratio: 1 / 1;
     object-fit: cover;
     display: block;
     border-radius: 10px;
 }

 .game-big-2 {
    grid-column: span 2;
    grid-row: span 2;
}

.game-big-3 {
    grid-column: span 3;
    grid-row: span 3;
}

.game-big-4 {
    grid-column: span 4;
    grid-row: span 4;
}

.merdr-game-href {
    display: none;
    width: 100%;
    height: 100vh;
    position: relative;
}

.merdr-game-href img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6vh;
    left: 20px;
}
.merdr-game-details-description {
    margin: 15px;
    color: #fff;
}

