#xreviews {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {


}

/*
STAR RATINGS
*/
.comments-done{margin-bottom:2rem}
.comment-title{font-weight:500;font-size:.875rem;line-height:1.3;margin-bottom:1.5rem}
.comment-item{display:flex;padding-bottom:1rem;border-bottom:1px solid #E9D9DB}
.comment-item .rating{margin:0 0 4px}
.comment-item .rating .icon-star{font-size:inherit}
.comment-item + .comment-item{margin-top:1.5rem}
.comment-item-right{width:100%}
.comment-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.comment-item-top .username{font-weight:400;font-size:.875rem;line-height:1.3}
.comment-item-top .wr-date-rating{display:flex;align-items:center}
.comment-item-top .rating i + i{margin-left:3px}
.comment-item-top .date{font-weight:300;font-size:.875rem;line-height:1.3;margin-right:.5rem}
.user-comment{font-weight:300;font-size:.875rem;line-height:1.3;margin:0}
.red-star{color:var(--main-red)}
.wt-comment-rating{display:flex;align-items:center}
.wt-comment-rating .rating{margin-left:6px}
.review-grade .star-rating{display:inline-block;direction:ltr;user-select:none}
.review-grade .star-rating span{font-size:1.5rem;color:#E9D9DB;cursor:pointer;transition:color .2s}
.review-grade .star-rating span.hover,.review-grade .star-rating span.selected{color:#ff9480}

@media screen and (min-width: 768px) {
    .comment-title{font-size:1.25rem;margin-bottom:2rem}
    .comment-item-top .username{font-size:1.25rem}
    .comment-item-top .date{font-size:.875rem;margin-right:1rem}
    .comment-item-top .rating i + i{margin-left:6px}
    .user-comment{font-size:.875rem}
}
@media only screen and (min-width: 992px) {
    .tabs-nav{display:flex;flex-wrap:wrap;gap:2rem}
    .tabs-nav-btn{margin:-2px}
    .tabs-nav-btn:last-child{margin-bottom:-2px}
}
@media screen and (min-width: 1400px) {
    .comment-item{padding-bottom:2rem}
    .comment-item-top .date{margin-right:2rem}
}