/*
Theme Name: Avada Child
Theme URI: https://verticalrootsedmonton.ca
Description: Avada Child Theme for Vertical Roots Edmonton
Author: Steeltoe Digital
Author URI: https://steeltoedigital.com
Template: Avada
Version: 1.0.0
Text Domain: avada-child
*/

/* =============================================
   CUSTOM CSS — Add your styles below
   ============================================= */

/* WooCommerce Product Rating */
.woocommerce div.product .woocommerce-product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 5px 0 12px 0 !important;
    clear: both !important;
}

.woocommerce div.product .star-rating {
    display: inline-block !important;
    overflow: hidden !important;
    position: relative !important;
    height: 1em !important;
    line-height: 1 !important;
    font-size: 1em !important;
    width: 5.4em !important;
}

.woocommerce-review-link {
    font-size: 13px !important;
    color: #666 !important;
}
