.google-reviews-top-section {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    text-align: left;
}

.google-reviews-top-section-left {
    margin-right: 12px;
}

.google-reviews-top-section-profile-photo>img {
    display: block;
    width: 40px;
    height: 40px;
}

.google-reviews-top-section-right {}

.google-reviews-top-section-author {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}

.google-reviews-top-section-attributes {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.google-reviews-top-section-time {
    font-size: 12px;
    line-height: 14px;
    color: rgb(0, 10, 18);
}

.google-reviews-top-section-rating {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.google-reviews-top-section-rating>img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.google-reviews-bottom-section {
    text-align: left;
}

.google-reviews-top-section-content {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .google-reviews-top-section-content {
        height: auto;
        -webkit-line-clamp: inherit;
    }
}

.google-reviews-top-section-posted-on {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.google-reviews-top-section-posted-on>img {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.google-reviews-top-section-posted-on-text {
    display: flex;
    flex-direction: column;
}

.google-reviews-top-section-posted-on-text-p {
    font-size: 12px;
    color: rgba(0, 10, 18, 0.5);
}

.google-reviews-top-section-posted-on-text-g {
    font-size: 14px;
    color: rgb(66, 133, 244);
}