.comments-rating-numbers .items-wrapper {
    display: flex;
    gap: 10px;
}

.comments-rating-numbers .items-wrapper .item {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border: 1px solid #E5E5E5;
    text-align: center;
    cursor: pointer;
}

.comments-rating-numbers .items-wrapper .item.active,
.comments-rating-numbers .items-wrapper .item:hover {
    border-color: #000;
}

.comments-rating-numbers .rating-info {
    margin-bottom: 15px;
}