/* ==========================================================================
   [lc_review_proof] — social-proof reviewbalk (avatars + Google-sterren + cijfer)
   ========================================================================== */

.lc-rvp {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	vertical-align: middle;
}
.lc-rvp:hover .lc-rvp__txt { text-decoration: underline; }
.lc-rvp:focus-visible { outline: 2px solid var(--main, #8BBA3F); outline-offset: 3px; border-radius: 6px; }

/* ── Avatar-"bolletjes" (overlappende cirkels) ───────────────────────────── */
.lc-rvp__avatars { display: inline-flex; }
.lc-rvp__av {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	box-shadow: 0 1px 3px rgba(10, 63, 23, .18);
	margin-left: -12px;
	flex-shrink: 0;
}
.lc-rvp__av:first-child { margin-left: 0; }
.lc-rvp__av--0 { background: #0a3f17; }
.lc-rvp__av--1 { background: #6FA832; }
.lc-rvp__av--2 { background: #E39F2F; }
.lc-rvp__av--3 { background: #8BBA3F; }
.lc-rvp__more {
	background: #EDF3E4;
	color: #4E7A1E;
	font-size: 14px;
	font-weight: 800;
}

/* ── Sterren + tekst ─────────────────────────────────────────────────────── */
.lc-rvp__body { display: inline-flex; flex-direction: column; gap: 2px; }
.lc-rvp__stars { display: inline-flex; gap: 1px; line-height: 0; }
.lc-rvp__stars svg { width: 20px; height: 20px; }
.lc-rvp__txt { font-size: 16px; color: #4a5550; line-height: 1.2; white-space: nowrap; }
.lc-rvp__txt strong { color: #0a3f17; font-weight: 800; }

@media (max-width: 600px) {
	.lc-rvp { gap: 10px; }
	.lc-rvp__av { width: 36px; height: 36px; font-size: 14px; margin-left: -11px; }
	.lc-rvp__txt { font-size: 15px; }
}
/* (De lc-rvp--compact-variant van 02-07 is dezelfde dag teruggedraaid:
   Bas wil de pill op normale grootte onder de USP-lijst. De shortcode
   houdt wel z'n class-attribuut voor eventueel later gebruik.) */
