.game-details-content-info-going {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 15px  10%;
    position: relative;
}


.game-details-title {
    /* background-color: #f49419; */
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}


.game-details-content-info-going h3{
   text-align: start;
   color: #000;
   font-size: 1rem;
   margin: 0px;
   text-align: center;
  
}

.game-details-content-info-going img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
   
}

.game-details-info {
    width: 80%;
    display: flex;
    flex-direction: row;
    color: #000;
    justify-content: space-between;
    align-items: center;
    
}

.game-details-info p {
    margin: 0px;
}


.game-details-info img {
    width: 20px;
    height: 20px;
}

.game-details-info-left {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.game-details-info-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.game-details-play-btn-going {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    bottom: 10px;
    position: absolute;
}

.game-details-play-btn-going img{
    width: 182px;
    height: 70px;
    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;
}

.iafisa-recommend-vips-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
}

.iafisa-recommend-vips-title h3{
    font-size: 1.2rem;
    margin: 0px;
}
 
 .recommended-iafisa-games {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap: 10px;
     margin: 15px;
 }
 
 .iafisa-recommend-game img {
     width: 100%;
     height: auto;
     aspect-ratio: 1 / 1;
     object-fit: cover;
     display: block;
     border-radius: 10px;
 }

 .iafisa-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;
}

.iafisa-game-href {
    display: none;
    width: 100%;
    height: 100vh;
    position: relative;
}

.iafisa-game-href img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6vh;
    left: 10px;
}