/* KC Avis Google — styles front */

.kcgr-stars {
	display: inline-flex;
	gap: 2px;
	line-height: 1;
	white-space: nowrap;
}

.kcgr-star {
	font-size: 1em;
	color: #d9d9d9;
}

.kcgr-star.is-on {
	color: #f4b400; /* doré Google */
}

/* ---------- Bloc complet [kcgr_reviews] ---------- */

.kcgr-reviews {
	margin: 0 auto;
	/* max-width: 1200px; */
}

.kcgr-reviews__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.kcgr-reviews__rating {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	color: #2b2b2b;
}

.kcgr-reviews__header-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.kcgr-reviews__header-meta .kcgr-stars {
	font-size: 1.25rem;
}

.kcgr-reviews__count {
	font-size: 0.95rem;
	color: #6b6b6b;
}

.kcgr-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.kcgr-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #fff;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.kcgr-card .kcgr-stars {
	font-size: 1.05rem;
}

.kcgr-card__text {
	margin: 0;
	font-style: italic;
	font-weight: 600;
	color: #3a3a3a;
	line-height: 1.5;
}

.kcgr-card__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}

.kcgr-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 40px;
}

.kcgr-card__avatar--initial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e9e7e1;
	color: #2f5d50;
	font-weight: 700;
	font-size: 1rem;
}

.kcgr-card__meta {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.kcgr-card__name {
	font-weight: 700;
	color: #2b2b2b;
}

.kcgr-card__date {
	font-size: 0.85rem;
	color: #8a8a8a;
}

.kcgr-reviews__footer {
	margin-top: 24px;
	text-align: center;
}

.kcgr-reviews__all {
	color: #4a4a4a;
	text-decoration: underline;
	font-size: 0.95rem;
}

/* ---------- Badge compact [kcgr_badge] ---------- */

.kcgr-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	color: #4a4a4a;
	flex-wrap: wrap;
}

.kcgr-badge .kcgr-stars {
	font-size: 1rem;
}

.kcgr-badge__rating {
	font-weight: 700;
	color: #2b2b2b;
}

.kcgr-badge__count {
	color: #6b6b6b;
}

.kcgr-badge__link {
	color: #4a4a4a;
	text-decoration: underline;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
	.kcgr-reviews__grid {
		grid-template-columns: 1fr;
	}
}
