



.rueegy-common-recommend-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

.rueegy-common-recommend-title p {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
}

.rueegy-recomed-div {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.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: #e74c3c;
    font-size: 1rem;
    margin: 0px 10px;
}
.recommend-item-info p {
    display: flex;
    color: #7f8c8d;
    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, #e74c3c, #c0392b);
    border-radius: 5px;
    right: 0px;
    
}
.recommend-item-btn img {
    width: 28px;
    height: 16px;

}

.rueegy-recommend-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Two columns layout */
    gap: 15px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px;
}

.rueegy-recommend-content img {
    width: 100%;
}

.rueegy-recommend-content-hot{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Two columns layout */
    gap: 12px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px 20px;
}

.rueegy-recommend-content-hot img {
    width: 100%;
}




