/* Style the gold stars */
.star-rating {
    color: gold; /* Gold color for stars */
    font-size: 1.5em; /* Increase size for better visibility */
}
.star-rating.empty {
    color: gray; /* Empty stars in gray */
}
