.gr-widget {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: inherit;
}

.gr-title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 24px;
}

.gr-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f5f6f8;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 12px;
}

.gr-google-logo {
	font-weight: 700;
	font-size: 18px;
	color: #4285F4;
}

.gr-summary-label {
	font-weight: 700;
	color: #202124;
}

.gr-rating-line {
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
}

.gr-stars .gr-star {
	color: #dcdfe3;
	font-size: 16px;
}

.gr-stars .gr-star.filled,
.gr-card-stars .gr-star.filled {
	color: #fbbc04;
}

.gr-card-stars .gr-star {
	color: #dcdfe3;
	font-size: 14px;
}

.gr-total {
	color: #5f6368;
	font-size: 14px;
}

.gr-cta-btn {
	background: #1a73e8;
	color: #fff;
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.gr-cta-btn:hover {
	background: #1558b3;
	color: #fff;
	text-decoration: none;
}

.gr-carousel {
	position: relative;
	display: flex;
	align-items: stretch;
}

.gr-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 4px;
}

.gr-track::-webkit-scrollbar {
	display: none;
}

.gr-card {
	background: #f5f6f8;
	border-radius: 12px;
	padding: 20px;
	min-width: 260px;
	max-width: 260px;
	flex: 0 0 auto;
}

.gr-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.gr-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.gr-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a73e8;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.gr-author {
	font-weight: 600;
	font-size: 14px;
	color: #202124;
}

.gr-time {
	font-size: 12px;
	color: #5f6368;
}

.gr-card-text {
	font-size: 14px;
	color: #3c4043;
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gr-nav {
	background: #fff;
	border: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 22px;
	cursor: pointer;
	align-self: center;
	flex: 0 0 auto;
	z-index: 2;
}

.gr-nav-prev {
	margin-right: -20px;
}

.gr-nav-next {
	margin-left: -20px;
}

.gr-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 16px;
}

.gr-dots .gr-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #dcdfe3;
	cursor: pointer;
}

.gr-dots .gr-dot.active {
	background: #202124;
}

@media (max-width: 768px) {
	.gr-card {
		min-width: 220px;
		max-width: 220px;
	}
}
