.review-item {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    font-family: sans-serif;
}
.review-card-header{
    margin-top: 10px;
}
.review-meta {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}
.review-meta strong,.review-card-header strong{
    font-size: 14px;
    font-weight: bold;
     color: #333;
}
.review-meta span{
    font-weight: 500;
    font-size: 14x;
    color:#50575e
}
.review-date {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}

.review-rating {
    color: #f59e0b;
    margin-bottom: 8px;
}
.dwtm-load-more{
        color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
.review-content,.review-card-content q {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    font-weight: 500;
}
.template-2 .review-card{
    padding: 18px;
    border: 1px solid #e3dede;
    border-radius: 15px;
    box-shadow: 2px 9px 10px 1px #e8e4e4;
}
.template-2 {
    display: grid;
    gap: 15px;
}
.review-image{
    text-align: end;
}
.review-slide{
    text-align: center;
    padding-bottom: 50px;

}
.template-4 .review-slide{
   
text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f6f6f6cc;
}
.review-rating .star {
    font-size: 18px; /* Smaller star size */
    margin-right: 2px;
}

.review-rating .star.filled {
    color: #ffc107; /* Yellow for filled stars */
}
.review-avatar-img img{
    border-radius: 50%;
}
.review-rating .star.empty {
    color: #ddd; /* Light gray for empty stars */
}
.review-slide .review-meta img{
    border-radius: 50%;
}
.review-slide .review-meta{
    margin-top: 10px;
    justify-content: center;
    gap:10px;
    display: flex;
    align-items: center;
}
 .template-4 .review-content{
    padding-left: 15%;
    padding-right: 15%;
} 