.hb-reviews-title {
    margin-bottom: 1.3em;
    font-weight: bold;
}

.hb-commentlist {
    list-style: none;
    margin: 0;
}

.hb-commentlist .hb-comment-container {
    position: relative;
    margin-bottom: 1.3em;
    border: 1px solid gainsboro;
    padding: 1.3em;
    border-radius: 1em;
}

.hb-commentlist .hb-comment-container .hb-comment-wrapper {
    display: flex;
    align-items: start;
}

.hb-commentlist .hb-comment-container .hb-comment-wrapper img {
    margin-right: 20px;
    border-radius: 50%;
}

.hb-commentlist .hb-comment-container.rtl .hb-comment-wrapper img {
    margin-right: 0;
    margin-left: 20px;
    border-radius: 50%;
}

.hb-comment-text .hb-star-rating {
    font-weight: bold;
    color: goldenrod;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.rtl .hb-comment-text .hb-star-rating {
    right: auto;
    left: 15px;
}

.hb-comment-text .hb-comment-meta {
    display: flex;
    flex-direction: column;
}

.hb-review-author {
    font-weight: bold;
    color: #6d6d6d;
}

.hb-review-published-date {
    font-size: 14px;
    color: #6d6d6d;
    opacity: 0.6;
}