.rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating input {
    display: none; /* Hide the radio buttons */
}

.rating label {
    font-size: 2rem;
    color: #ccc; /* Default star color */
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}





