.cd-google-reviews-preview-page {
	margin: 0;
	background: #f4f6f8;
	color: #18212b;
	font-family: Arial, Helvetica, sans-serif;
}

.cd-google-reviews-preview {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
}

.cd-google-reviews-preview__header {
	margin-bottom: 28px;
}

.cd-google-reviews-preview__header p {
	margin: 0 0 10px;
	color: #2e6f9e;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.cd-google-reviews-preview__header h1 {
	margin: 0 0 12px;
	color: #111827;
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.05;
	letter-spacing: 0;
}

.cd-google-reviews-preview__header span {
	color: #526071;
	font-size: 17px;
}

.cd-google-reviews {
	margin: 28px 0;
}

.cd-google-reviews__inner {
	display: grid;
	gap: 20px;
}

.cd-google-reviews-summary,
.cd-google-review-card,
.cd-google-reviews-empty,
.cd-google-reviews-preview__examples {
	border: 1px solid #d9e1e8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.cd-google-reviews-summary {
	padding: 26px;
}

.cd-google-reviews-summary__eyebrow {
	margin: 0 0 8px;
	color: #2e6f9e;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.cd-google-reviews-summary h2 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: 0;
}

.cd-google-reviews-summary p {
	margin: 0;
	color: #526071;
	font-size: 16px;
}

.cd-google-reviews-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.cd-google-reviews-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 16px;
	border: 1px solid #1d4f7a;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.cd-google-reviews-button--primary {
	background: #1d4f7a;
	color: #ffffff;
}

.cd-google-reviews-button--secondary {
	background: #ffffff;
	color: #1d4f7a;
}

.cd-google-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cd-google-review-card {
	padding: 20px;
}

.cd-google-review-card__header {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 14px;
}

.cd-google-review-avatar {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #edf3f7;
	color: #1d4f7a;
	font-weight: 800;
}

.cd-google-review-card h3 {
	margin: 0 0 4px;
	color: #111827;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0;
}

.cd-google-reviews-stars {
	display: inline-flex;
	gap: 1px;
	color: #f4a51c;
	font-size: 17px;
	line-height: 1;
}

.cd-google-review-card__text {
	margin: 0 0 16px;
	color: #334155;
	font-size: 15px;
	line-height: 1.55;
}

.cd-google-review-card__source {
	color: #2e6f9e;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.cd-google-reviews-empty {
	margin: 0;
	padding: 18px 20px;
	color: #526071;
	font-size: 15px;
	line-height: 1.5;
}

.cd-google-reviews-preview__examples {
	margin-top: 32px;
	padding: 24px;
}

.cd-google-reviews-preview__examples > h2 {
	margin: 0 0 18px;
	color: #111827;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.cd-google-reviews-preview__example-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.cd-google-reviews-preview__example-grid h3 {
	margin: 0 0 12px;
	color: #111827;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0;
}

@media (max-width: 820px) {
	.cd-google-reviews-preview {
		width: min(100% - 20px, 1180px);
		padding: 28px 0;
	}

	.cd-google-reviews-grid,
	.cd-google-reviews-preview__example-grid {
		grid-template-columns: 1fr;
	}

	.cd-google-reviews-summary,
	.cd-google-reviews-preview__examples {
		padding: 20px;
	}
}
