/* Start custom CSS for wl-single-product-reviews, class: .elementor-element-988c3b2 *//* WooCommerce Review Section */
.woocommerce #reviews #comments h2 {
    clear: none;
    color: black;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: black;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
}

/* Star Rating Color */
.woocommerce .star-rating {
    color: #d71921;
}

/* Reply Title */
#reply-title {
    color: black;
    font-weight: 700;
    font-size: 22px;
}

/* Elementor Kit Link Styling */
.elementor-kit-1083 #reviews a {
    color: #d71921;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

/* WooCommerce Button Styling (excluding block theme styles) */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) 
    #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) 
    a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) 
    button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) 
    input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) 
    .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) 
    .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) 
    .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) 
    .woocommerce input.button {
    color: white;
    background-color: #d71921;
}/* End custom CSS */