/* Carosello review Google – stile Google My Business */

/* Contenitore centrato: max 1440px, 30px padding laterali */
.gmb-reviews-container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.gmb-reviews-wrapper {
	max-width: 100%;
}

/* 20px tra una scheda e l’altra (10px + 10px) */
.gmb-reviews-carousel .slick-list {
	margin: 0 -10px;
}

.gmb-reviews-carousel .slick-slide {
	padding: 0 10px;
}

.gmb-review-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	padding: 1.25rem 1.5rem;
	min-height: 140px;
	border: 1px solid #e8eaed;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gmb-review-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0.75rem;
}

.gmb-review-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.gmb-review-avatar-placeholder {
	background: #e8eaed;
}

.gmb-review-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.gmb-review-stars {
	display: inline-flex;
	gap: 1px;
}

.gmb-star {
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
}

.gmb-star-full {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f9ab00'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}

.gmb-star-empty {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8eaed'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}

.gmb-review-author {
	font-weight: 500;
	color: #202124;
	font-size: 0.9375rem;
}

.gmb-review-time {
	color: #5f6368;
	font-size: 0.8125rem;
}

.gmb-review-content {
	color: #3c4043;
	font-size: 0.875rem;
	line-height: 1.5;
}

.gmb-review-content p {
	margin: 0 0 0.5em;
}

.gmb-review-content p:last-child {
	margin-bottom: 0;
}

/* Frecce visibili, dots nascosti */
.gmb-reviews-container .slick-prev,
.gmb-reviews-container .slick-next {
	z-index: 2;
}

.gmb-reviews-container .slick-dots {
	display: none !important;
}

