.rating-star {
    font-size: 2rem;
    cursor: pointer;
    color: gray;
}

.rating-star.selected {
    color: gold;
}

.rating-star.selected-1 {
    color: #e57373; /* Saturated Pastel Red */
}

.rating-star.selected-2 {
    color: #ffb74d; /* Saturated Pastel Orange */
}

.rating-star.selected-3 {
    color: #ffd54f; /* Darker Pastel Yellow (Golden) */
}

.rating-star.selected-4 {
    color: #81c784; /* Saturated Pastel Green */
}

.rating-star.selected-5 {
    color: #7367f0; /* Saturated Pastel Purple */
}
