.google-reviews-container {
	max-width: 800px;
	margin: 20px 0;
	padding: 20px;
	border-radius: 4px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.google-reviews-container h3 {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 1.3em;
}

/* ========== LOGO + STARS HEADER ========== */
.ti-logo-stars-flex {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.ti-logo {
	flex-shrink: 0;
}

.ti-logo .ti-logo-fb {
	width: 80px;
	height: auto;
	display: block;
}

.ti-header-right {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ti-logo-stars-flex .ti-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.ti-header-meta {
	font-size: 12px;
	color: #9aa0a6;
}

.ti-header-count {
	color: #9aa0a6;
}

.gr-maps-link {
	color: #4285f4;
	text-decoration: none;
}

.gr-maps-link:hover {
	text-decoration: underline;
}

.ti-name a {
	color: inherit;
	text-decoration: none;
}

.ti-name a:hover {
	text-decoration: underline;
}

.google-reviews-rating {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}

.google-reviews-rating .rating {
	font-size: 1.8em;
	font-weight: bold;
	color: #ffc107;
}

.google-reviews-rating .count {
	color: #666;
	font-size: 0.9em;
}

.google-reviews-list {
	display: grid;
	gap: 15px;
}

/* ========== MODERN STYLE ========== */
.google-reviews-modern {
	border: none;
	background-color: transparent;
	padding: 0;
}

.google-reviews-modern .ti-inner {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.google-reviews-modern .ti-inner:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	border-color: #d0d0d0;
}

/* Review Header - Profile section */
.ti-review-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.ti-profile-img {
	flex-shrink: 0;
}

.ti-profile-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ti-profile-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ti-name {
	font-weight: 600;
	color: #202124;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.ti-date {
	color: #9aa0a6;
	font-size: 12px;
	line-height: 1.4;
	margin: 2px 0 0 0;
}

.ti-with-tooltip {
	position: relative;
	cursor: help;
}

.ti-tooltip {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: #202124;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	margin-bottom: 8px;
	z-index: 1000;
}

.ti-with-tooltip:hover .ti-tooltip {
	display: block;
}

/* Review Content */
.ti-review-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ti-review-content .ti-inner {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.ti-review-content .ti-inner:hover {
	box-shadow: none;
	border-color: #e0e0e0;
}

/* Stars */
.ti-stars {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	line-height: 1;
}

.ti-star {
	color: #ffc400;
	font-size: 16px;
}

.ti-star-empty {
	color: #e8e8e8;
	font-size: 16px;
}

.ti-verified-review {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
}

.ti-verified-platform {
	font-size: 11px;
	color: #9aa0a6;
	padding: 2px 6px;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
}

.ti-verified-tooltip {
	display: none;
}

/* Review Text */
.ti-review-text-container {
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-word;
	white-space: normal;
	overflow-wrap: break-word;
	margin: 8px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.ti-review-text {
	line-height: 1.6;
}

.ti-read-more {
	display: inline-block;
	color: #4285f4;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 0;
	cursor: pointer;
	border: none;
	background: none;
	margin-top: 4px;
}

.ti-read-more:hover {
	text-decoration: underline;
}

.ti-read-more-active {
	display: inline;
	cursor: pointer;
}

/* Platform Icon */
.ti-platform-icon {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	opacity: 0.6;
}

.ti-platform-icon img {
	width: 16px;
	height: 16px;
}

/* ========== MINIMAL STYLE (List-based) ========== */
.google-reviews-minimal {
	border: none;
	background-color: transparent;
	padding: 0;
}

.google-reviews-minimal .google-reviews-rating {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 20px;
}

.google-reviews-minimal .google-review-item {
	padding: 15px 0;
	background-color: transparent;
	border-left: none;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0;
	box-shadow: none;
}

.google-reviews-minimal .google-review-item:last-child {
	border-bottom: none;
}

.google-reviews-minimal .review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
	flex-direction: column;
	gap: 5px;
}

.google-reviews-minimal .review-text {
	color: #555;
	font-size: 0.95em;
	line-height: 1.6;
	margin: 8px 0;
}

/* ========== COMMON STYLES ========== */
.google-review-item strong {
	color: #333;
	font-size: 0.95em;
}

.google-review-item .review-rating {
	color: #ffc107;
	font-size: 0.9em;
	letter-spacing: 2px;
	white-space: nowrap;
}

.google-review-item .review-date {
	display: block;
	color: #999;
	font-size: 0.8em;
	margin-top: 8px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
	.google-reviews-container {
		padding: 15px;
	}

	.google-reviews-modern .google-review-item {
		padding: 12px;
	}

	.google-review-item .review-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.google-reviews-rating {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ========== SLIDER ========== */
.gr-slider {
	position: relative;
}

.gr-slider-track {
	overflow: hidden;
}

.gr-slide {
	display: none;
}

.gr-slide.gr-slide-active {
	display: block;
	animation: grFadeIn 0.35s ease;
}

@keyframes grFadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Nav row: prev-arrow | dots | next-arrow */
.gr-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 14px;
}

/* Arrows */
.gr-arrow {
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding: 0;
}

.gr-arrow:hover {
	background: #4285f4;
	color: #fff;
	border-color: #4285f4;
	box-shadow: 0 2px 6px rgba(66,133,244,0.35);
}

/* Dots */
.gr-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.gr-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: #d0d0d0;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s, transform 0.2s;
}

.gr-dot.gr-dot-active {
	background: #4285f4;
	transform: scale(1.3);
}

.gr-dot:hover {
	background: #888;
}

/* Read more */
.gr-read-more {
	display: inline;
	color: #4285f4;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
	margin-left: 4px;
	text-decoration: underline;
	vertical-align: baseline;
}

@media (max-width: 480px) {
	.gr-arrow {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}
