/**
 * 5 estrellas en cards de servicios.
 */

.zp-place-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	line-height: 1;
	vertical-align: middle;
	flex-shrink: 0;
}

.zp-place-stars .fa {
	font-size: 14px;
	line-height: 1;
}

.zp-place-stars__icon--on {
	color: #f59e0b;
}

.zp-place-stars__icon--off {
	color: #d1d5db;
}

.zp-place-stars__score {
	margin-left: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}

/* Perfil — servicios */
body.zp-profile-2026 #user_place .zp-place-stars .fa,
body.zp-profile-2026 #tab-place .zp-place-stars .fa {
	font-size: 13px;
}

body.zp-profile-2026 #user_place .place-detail-wrapper .zp-place-stars-row,
body.zp-profile-2026 #tab-place .rate-it.zp-place-stars-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

/* Search-location — cards lista */
body.zp-sl-category-mode .zp-sl-card__rating-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 2px 0 0;
	min-height: 18px;
}

body.zp-sl-category-mode .zp-sl-card__rating-row .zp-place-stars .fa {
	font-size: 13px;
}

body.zp-sl-category-mode .zp-sl-card .zp-sl-card__score {
	font-size: 12px;
	font-weight: 700;
	color: #0f172a;
}

body.zp-sl-category-mode .zp-sl-card .zp-sl-card__revcount {
	font-size: 12px;
	color: #64748b;
	font-weight: 400;
}

/* Compat: carrusel / mapa OSM */
.zp-sl-carousel__stars.zp-place-stars .fa,
.zp-sl-card__stars.zp-place-stars .fa {
	font-size: 13px;
}
