.review-item--auth {
    padding-bottom: 8px;
}

.review-item--auth .review-item__header {
    margin-bottom: 28px;
}

.review-item--auth .review-item__author {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.review-item--auth .review-item__author-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-top: 4px;
}

.review-item--auth .review-item__author-name {
    margin: 0 0 2px;
    color: #000;
    font-family: "MTS Compact";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.review-item--auth .review-item__author-location,
.review-item--auth .review-item__author-meta,
.review-item--auth .review-item__date {
    margin: 0;

}

.review-item--auth .review-item__author-location,
.review-item--auth .review-item__author-meta {
    color:  #ADAFAF;
    font-family: "MTS Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-item--auth .review-item__avatar {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 26px;
}

.review-item--auth .review-item__avatar-image,
.review-item--auth .review-item__avatar-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.review-item--auth .review-item__avatar-image {
    object-fit: cover;
}

.review-item--auth .review-item__avatar-placeholder {
    background-color: #efefef;
    background-image: url("data:image/svg+xml,%3Csvg width='82' height='110' viewBox='0 0 82 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='82' height='110' rx='26' fill='%23EFEFEF'/%3E%3Cpath d='M42.6132 55.917C47.1529 55.917 50.8368 51.8534 50.8368 46.8413C50.8368 41.8291 47.1529 37.7656 42.6132 37.7656C38.0734 37.7656 34.3895 41.8291 34.3895 46.8413C34.3895 51.8534 38.0734 55.917 42.6132 55.917Z' fill='%23CDCDCD'/%3E%3Cpath d='M27.4079 86.7341C28.9438 72.6686 34.437 65.6357 43.8877 65.6357C53.3384 65.6357 58.8317 72.6686 60.3675 86.7341H27.4079Z' fill='%23CDCDCD'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-item--auth .review-item__rating {
    margin-top: 0;
    margin-bottom: 30px;
}

.review-item--auth .review-item__text {
    line-height: 1.45;
}

.review-item--auth .review-item__footer {
    margin-top: 26px;
}

.review-item--auth .review-item__date {
    color: #ADAFAF;
    font-family: "MTS Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





@media screen and (max-width: 767px) {
    .review-item--auth .review-item__header {
        margin-bottom: 20px;
    }

    .review-item--auth .review-item__author {
        gap: 14px;
    }

    .review-item--auth .review-item__author-name {
        font-size: 18px;
    }

    .review-item--auth .review-item__author-location,
    .review-item--auth .review-item__author-meta,
    .review-item--auth .review-item__date {
        font-size: 16px;
        line-height: 1.35;
    }

    .review-item--auth .review-item__avatar {
        width: 92px;
        height: 92px;
        border-radius: 20px;
    }

    .review-item--auth .review-item__rating {
        margin-bottom: 20px;
    }

    .review-item--auth .review-item__footer {
        margin-top: 18px;
    }
}
