.google-reviews {
    width: 152px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.container-cerejeiras-home-reviews .gmbrr.narrow, 
.container-cerejeiras-home-reviews .gmbrr.tiny {
    margin-inline: initial;
}

.google-reviews-col-rating {
    color: #234F8B;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    font-family: Roboto;
}

.google-business-reviews-rating .rating, .google-business-reviews-rating .rating .rating-stars, .google-business-reviews-rating .listing .rating {
    color: #DED3B5;
}

.google-reviews-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}
.gmbrr .star, .gmbrr.stars-yellow .star {
    width: 0.4em;
    height: 0.6em;
}

.gmbrr .rating .all-stars, 
.gmbrr .rating .rating-stars {
    height: 0.6em;
    top: 0;
}
.google-reviews-col-avaliacao {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.gmbrr > .rating {
    font-size: 32px;
    line-height: 20px;
    margin-block-end: 0.4em;
}