.wrr-reviews-wrapper{
    margin-top:40px;
}

.wrr-review-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding:20px;
    border:1px solid #eee;
    border-radius:8px;
}

.wrr-avatar img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.wrr-stars{
    color:#f7b500;
    margin-bottom:5px;
}

.wrr-name{
    font-weight:700;
    margin-bottom:5px;
}

.wrr-text{
    line-height:1.7;
}

.wrr-reviews-wrapper{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}

.wrr-reviews-wrapper h2{
    margin-bottom:20px;
    font-size:24px;
}

.wrr-review-item{
    display:flex;
    gap:15px;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
}

.wrr-avatar img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.wrr-stars{
    color:#f7b500;
    font-size:18px;
    margin-bottom:5px;
}

.wrr-name{
    font-weight:700;
    margin-bottom:5px;
}

.wrr-text{
    line-height:1.6;
}