.star-rating-survey .stars {
    cursor: pointer;
    font-size: 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.star-rating-survey .star svg {
    fill: #ccc;
    transition: color 0.2s;
}
.star-rating-survey .star.hover svg,
.star-rating-survey .star.selected svg{
    fill: #ffc107;
}
.response-message {
    margin-top: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Afacad';
    color: black;
	font-weight: 700;
}
