#commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; }
.ivole-meter {
	background: rgba(0, 0, 0, 0.04) !important;
	height: 10px !important;
	border-radius: 3px !important;
}
.ivole-meter .ivole-meter-bar {
	background: #7B7B7B !important;
}
.ivole-meter .ivole-meter-bar:before {
	display: none !important;
}
.cr-ajax-reviews-review-form .cr-review-form-buttons {
    padding-bottom: 0 !important;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search, .cr-all-reviews-shortcode .cr-ajax-search {
    display: none !important;
}
.cr-review-form-wrap.is-hidden {
  display: none !important;
}
.cr-all-reviews-shortcode .cr-review-form-item, .cr-ajax-reviews-review-form .cr-review-form-item, .cr-reviews-grid .cr-review-form-item, .cr-qna-block .cr-review-form-item {
    padding: 10px 0 !important;
}
.cr-all-reviews-shortcode .cr-review-form-buttons, .cr-ajax-reviews-review-form .cr-review-form-buttons, .cr-reviews-grid .cr-review-form-buttons, .cr-qna-block .cr-review-form-buttons {
    padding-bottom: 0 !important;
}
#custom-reviews-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#custom-reviews-popup .popup-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    overflow-y: auto;
}
.woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce-product-rating span {
    white-space: nowrap;
}

.cr-ajax-reviews-cus-images-title {
    color: transparent !important;
    position: relative;
}

.cr-ajax-reviews-cus-images-title::after {
    content: "Customer photos & videos";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; 
    color: #000;
    text-transform: none !important;
}
.cr-all-reviews-add-review {
    color: transparent !important;
    position: relative;
}

.cr-all-reviews-add-review::after {
    content: "Write a Review";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; 
    color: #FFF;
    text-transform: none !important;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int, .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
    display: none !important;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2, .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2 {
    display: flex;
    justify-content: center;
}
.cr-comment-image-top img, .cr-comment-image-top video {
    width: 100px !important;
    height: 100px !important;
    border-radius: 0;
}