.comments-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
}

.comments-title .section-title {
    margin: 0;
}

.comments-title .stars-block {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    gap: 10px;
}

.comments-title h2 {
    margin: 0 !important;
}

.stars-block .overall-raiting {
    font-size: 24px;
}

.stars-block .comments-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stars-block svg {
    color: #747474;
}

.stars {
    display: flex;
    cursor: pointer;
}

.rating-form-section .stars {
    padding-bottom: 15px;
}
  
.stars span svg {
    transition: color 0.3s;
}
.stars span:not(:last-child){
    padding-right: 4px;
}

.stars span.selected svg {
    color: #FFB800;
}

.stars span svg {
    color: #808080;
}

.comment-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-item-reply-btn {
    padding: 0 24px;
}

.comment_like_button.active {
    background-color: #DAEBFB;
    color: #0055AA;
}

.review-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    text-align: start;
}

.employee-answer-mark {
    white-space:nowrap
}

.base-leave-comment-button:hover,
.base-leave-comment-button:focus {
    color: #ffffff;
}

.more-comments-button {
    align-self: center;
    height: 42px;
    padding: 0 24px !important;
}

.reviews-item-product-link {
    margin-top: 8px;
}

.reviews-item-product-link a {
    color: #0055AA !important;
}

.reviews-item-product-link a.not-active-link {
    cursor: default;
}

@media (min-width: 1300px) {
    .comment-container {
        width: 66.6%;
        margin: 20px auto 0;
    }
}

@media (max-width: 530px) {
    .reviews-item-name {
        display: flex;
        flex-direction: column;
    }

    .employee-answer-mark {
        padding-top: 8px;
        padding-left: 0;
    }

    .comments-title .stars-block {
        flex-direction: column;
    }
}
.stars-top-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.stars-top-block .stars {
    display: flex;
    gap: 2px;
}
.stars-top-block .stars span {
    display: flex;
    line-height: 1;
}
.stars-top-block .comments-count {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
}
.stars-top-block .comments-count svg {
    display: block;
}
.stars-top-block .comments-count a {
    color: #747474;;
}