#custom-star-rating .stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

#custom-star-rating .stars span {
    font-size: 4rem;
    transition: color 0.3s;
}


