/* ─── Google Reviews shortcode ────────────────────────────────────────────────
   [google_reviews]  — star + rating + count + "Bekijk beoordelingen" link
   ─────────────────────────────────────────────────────────────────────────── */

.gr-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.gr-score {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.gr-star {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: center;
}

.gr-rating {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #504d49;
    letter-spacing: -0.4px;
}

.gr-count {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #c6b69f;
    letter-spacing: -0.28px;
}

.gr-link {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #79a870;
    text-decoration: underline;
    text-decoration-style: solid;
}

.gr-link:hover {
    color: #5d8656;
}
