/* Star rating styles */
.stars-container {
    /* margin: 0px 0; */
}

.star {
    color: #FFD700; /* Gold/Yellow color */
    font-size: 24px;
    margin: 0 2px;
    display: inline-block;
    text-shadow: 0 0 3px rgba(255, 215, 0, 0.5);
}