.star-rating {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.star {
    font-size: 1.25rem;
}

.star.filled {
    color: #facc15;
}

.star.empty {
    color: #e5e7eb;
}