.reviews-list{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: visible;
}

.review-item__caption{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
}
.review-item{
    padding: 15px;
    margin-bottom: 20px;
    background: #fbf8f8;
}
.review-author{
    font-weight: 600;
}
.review-text{
    color: black;
    margin-bottom: 20px;
}
.answer-block{
    margin-top: 10px;
    padding-top: 3px;
    border-top: 1px solid #d7d6d6;
}
.answer-author{
    color: #6bb055;
}
.answer-block{
    margin-bottom: 10px;
}
.r-form{
    padding:20px;
    width: 100%;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}
.r-user{
    display: flex;
    align-items: center;
    gap: 10px;
}
