.gri-restaurant-rate-review-view {}



.gri-restaurant-rate-review-view
.head-wrapper {
    margin: 12px 0 0 0;
}



.gri-restaurant-rate-review-view
.head-wrapper
img {
    display: block;
    width: auto;
    height: 40px;
}



.gri-restaurant-rate-review-view
.head-wrapper
h1 {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}



.gri-restaurant-rate-review-view
.head-wrapper
h2 {
    margin: 2px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #888;
}



.gri-restaurant-rate-review-view
.content-wrapper {
    margin: 35px 0 0 0;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper {
    margin: 20px 0 0 0;
    padding: 15px;
    border-radius: 14px;
    background: #f7f8f9;
}

.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper:first-child {
    margin-top: 0;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
h1 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: center;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 10px auto 0 auto;
    width: 240px;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper
.star {
    display: block;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper
.star
img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: auto;
}



.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper
.star
img.on {
    display: none;
}

.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper
.star.on
img.off {
    display: none;
}

.gri-restaurant-rate-review-view
.content-wrapper
.rating-item-wrapper
.stars-wrapper
.star.on
img.on {
    display: block;
}





.gri-restaurant-rate-review-view
.cc-fc-input-wrapper {
    margin-top: 25px;
}



















