/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* ===== FOOTER STAR RATING COLOR ===== */

/* Override awb-color4 with custom color */
footer .star-rating:before,
footer .star-rating span:before,
footer .content-box-percentage.star-rating:before {
    color: #d2b91f !important;
}

/* Ensure span inside star-rating also changes */
footer .star-rating > span:before {
    color: #d2b91f !important;
}

/* Widget wrapper */
footer .widget .star-rating:before,
footer .widget .star-rating span:before {
    color: #d2b91f !important;
}

/* Last resort - all before pseudo elements in footer ratings */
footer [class*="rating"] span:before {
    color: #d2b91f !important;
}
