/* Ensure WooCommerce rating elements match professional styling after move */
.single-product .woocommerce-product-rating {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.single-product .woocommerce-product-rating .star-rating {
    margin: 0 !important;
    float: none !important;
    display: inline-block !important;
}

/* Hide reviews tab button and panel if they're grouped inside the generic WooCommerce tabs widget */
.single-product .tabs li.reviews_tab,
.single-product .tabs li[class*="reviews"],
.single-product #tab-reviews {
    display: none !important;
}
