/* Review Wideget CSS */

.review.byuser {
	margin-left: 0;
}

.comment-list li .comment-text, .commentlist li .comment-text {
    padding-left: 0!important;
}

.comment-list li, .commentlist li {
	padding-left: 0!important;
	margin-left: 0!important;
}

.comment-header-content {
	display: flex;
    gap: 20px;
    margin-bottom: 12px;
	align-items: center;
}

/* END Review Wideget CSS */


#review_form_wrapper {
	padding-bottom: 0;
}

.review-author-initial  {
    height: 60px;
    width: 60px;
    background: var(--fs-color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFF;
	text-transform: uppercase;
}

.review-gallery {
    position: relative;
    display: inline-block;
	margin-bottom: 1.3em;
}

.review-gallery img {
    cursor: pointer;
	max-height: 150px;
}

.remaining-images-circle {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}