.grs-review-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    max-width: 300px;
    margin: 0 auto;
}

.grs-left {
    display: flex;
    align-items: center;
    gap: 8px
}

.grs-rating-number {
    font-weight: 700;
    font-size: 16px;
    color: #202124
}

.grs-rating-label {
    font-size: 13px;
    color: #5f6368;
    margin-left: 2px
}

.grs-stars-wrap {
    display: flex;
    align-items: center;
    gap: 4px
}

.grs-star {
    font-size: 14px;
    color: #dcdcdc;
    line-height: 1
}

.grs-star.full {
    color: #FBBC04
}

.grs-review-on {
    font-size: 13px;
    color: #5f6368;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto
}

.grs-google-icon img,
.grs-google-icon svg {
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width:420px) {
    .grs-review-badge {
        flex-wrap: wrap
    }
}