.star-rating {
    display: flex;
    color: #ffd700;
    font-size: 18px;
}

.star {
    color: #ddd;
}

.star.filled {
    color: #ffd700;
}
