﻿.star-rating .fa-star {
    cursor: pointer;
    color: #ddd;
    font-size: 3rem;
}

    .star-rating .fa-star.checked {
        color: #8F1A1D;
    }
