



.recommend-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    margin: 15px 0px;
    position: relative;
}
.recommend-item a {
    align-items: center;
    justify-self: center;
    text-decoration: none;

}
.recommend-item img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.recommend-item-info{
    display: flex;
    flex-direction: column;
    padding: 10px;
    /* align-items:flex-start; */
    flex-wrap: wrap;
    position: relative;
}

.recommend-item-info h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0px 10px;
}
.recommend-item-info p {
    display: flex;
    color: #5A5A5A;
    font-size: 0.8rem;
    margin: 10px 10px;
}

.recommend-item-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.recommend-item-btn {
    display: flex;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, #4BACEC, #3B0DAA);
    border-radius: 5px;
    right: 0px;
    
}
.recommend-item-btn img {
    width: 28px;
    height: 16px;

}

.dsazyx-recommend-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Two columns layout */
    gap: 15px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px 0px 0px 0px;
    
}

.dsazyx-recommend-content img {
    width: 100%;
}

.dsazyx-recommend-content-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Two columns layout */
    gap: 20px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px 0px;
}

.dsazyx-recommend-content-4 img {
    width: 100%;
}

.dsazyx-nav-game-info {
    display: flex;
    justify-content: start;
    align-items: center;
    /* width: 100%; */

    /* bottom: 0px; */
    /* background: linear-gradient(180deg, rgba(255, 255, 255,0) 0%, #000 100%); */
    border-radius:0px 0px 10px 10px;
    padding: 0px 10px;
    /* margin: 10px 0px; */
}


.dsazyx-nav-game-info p {
    color: #000;
    margin: 10px 0px;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
   
}

.dsazyx-common-recommend-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: #b6e05d 5px 5px 5px; */
    border-radius: 10px;
    padding: 10px 0px;
}

.dsazyx-common-recommend-title p {
    
    font-size: 0.8rem;
    color: #000;
    padding:0px  10px;
    font-weight: bold;
    margin: 0px;
    text-align: center;

}

.dsazyx-common-recommend-title-left{
    display: flex;
    align-items: center;
}

.dsazyx-common-recommend-title-left p{
    color: #000;
    font-size: 1rem;
}

.dsazyx-common-recommend-title img {
    width: 20px;
    height: 20px;
}




