.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
	--wnypress-reviews-gap: 18px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, .8fr) minmax(0, 2.2fr);
	column-gap: clamp(32px, 5vw, 72px);
	align-items: start;
	box-sizing: border-box;
	width: 100%;
}

.wnypress-google-reviews__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	align-self: stretch;
	gap: 24px;
	margin-bottom: 0;
}

.wnypress-google-reviews__intro {
	min-width: 0;
}


.wnypress-google-reviews__heading {
	margin: 0 0 9px;
	font-family: var(--wp--preset--font-family--system);
	font-size: 52px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.wnypress-google-reviews__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	color: #4b5563;
}

.wnypress-google-reviews__summary strong {
	color: #111827;
}

.wnypress-google-reviews__stars,
.wnypress-google-reviews__card-stars {
	letter-spacing: .08em;
	color: #f5a300;
}

.wnypress-google-reviews__all-link {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	text-decoration: none;
	color: #111827;
}

.wnypress-google-reviews__all-link:hover,
.wnypress-google-reviews__all-link:focus-visible {
	text-decoration: underline;
}

.wnypress-google-reviews__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.wnypress-google-reviews__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #cbd2d9;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

button.wnypress-google-reviews__control:hover,
button.wnypress-google-reviews__control:focus-visible {
	transform: translateY(-1px);
	border-color: #d97706;
	background: #fffaf3;
	outline: none;
}

.wnypress-google-reviews__viewport {
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}

.wnypress-google-reviews__viewport::-webkit-scrollbar {
	display: none;
}

.wnypress-google-reviews__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(380px, 62%, 520px);
	gap: var(--wnypress-reviews-gap);
}

.wnypress-google-reviews__card {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	min-height: 240px;
	padding: 22px;
	border: 1px solid #dce1e6;
	background: #fff;
	scroll-snap-align: start;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wnypress-google-reviews__card--linked {
	cursor: pointer;
}

.wnypress-google-reviews__card--linked:hover,
.wnypress-google-reviews__card--linked:focus-within {
	border-color: #c1c8d0;
	box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
	transform: translateY(-2px);
}

.wnypress-google-reviews__card-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.wnypress-google-reviews__card-link:focus-visible {
	outline: 2px solid #d97706;
	outline-offset: 3px;
}

.wnypress-google-reviews__author {
	position: relative;
	z-index: 2;
}

.wnypress-google-reviews__card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.wnypress-google-reviews__author-wrap {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 11px;
}

.wnypress-google-reviews__avatar {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.wnypress-google-reviews__avatar--initial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef1f4;
	font-size: 14px;
	color: #344054;
}

.wnypress-google-reviews__author {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: #111827;
}

.wnypress-google-reviews__date {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.3;
	color: #7a838d;
}

.wnypress-google-reviews__google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 26px;
	height: 26px;
	padding: 0 8px;
	border-radius: 999px;
	background: #f4f6f8;
	font-size: 11px;
	color: #4b5563;
}

.wnypress-google-reviews__card-stars {
	margin-top: 18px;
	font-size: 14px;
}

.wnypress-google-reviews__text {
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: #2f3741;
}

.wnypress-google-reviews__notice {
	box-sizing: border-box;
	padding: 22px;
	border: 1px dashed #aab2bb;
	background: #f8fafc;
	color: #4b5563;
}

.wnypress-google-reviews--editor .components-notice {
	margin: 0 0 22px;
}

.wnypress-google-reviews--editor .wnypress-google-reviews__viewport {
	pointer-events: none;
}

/* Review element typography: follow the theme's default system font. */
.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
	font-family: var(--wp--preset--font-family--system);
}

.wnypress-google-reviews__summary,
.wnypress-google-reviews__all-link,
.wnypress-google-reviews__control,
.wnypress-google-reviews__author,
.wnypress-google-reviews__date,
.wnypress-google-reviews__google,
.wnypress-google-reviews__card-stars,
.wnypress-google-reviews__text,
.wnypress-google-reviews__notice {
	font-family: inherit;
	font-size: 22px;
	font-weight: 400;
}

@media (max-width: 900px) {
	.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
		grid-template-columns: minmax(200px, .75fr) minmax(0, 1.65fr);
		column-gap: 28px;
	}

	.wnypress-google-reviews__track {
		grid-auto-columns: clamp(340px, 72%, 480px);
	}
}

@media (max-width: 620px) {
	.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
		display: block;
	}

	.wnypress-google-reviews__header {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.wnypress-google-reviews__track {
		grid-auto-columns: 88%;
	}

	.wnypress-google-reviews__card {
		min-height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wnypress-google-reviews__viewport {
		scroll-behavior: auto;
	}

	.wnypress-google-reviews__control {
		transition: none;
	}
}

/* 0.1.18 — About reviews split layout: mirror the 40/60 editorial sections. */
.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	column-gap: clamp(3rem, 6vw, 6rem);
	align-items: center;
	width: min(1180px, calc(100% - 3rem));
	max-width: 1180px;
	margin-inline: auto;
}

.wnypress-google-reviews__header {
	justify-content: center;
}

.wnypress-google-reviews__track {
	grid-auto-columns: 100%;
}

.wnypress-google-reviews__card {
	width: 100%;
}

@media (max-width: 781px) {
	.wp-block-wnypress-google-reviews-carousel.wnypress-google-reviews {
		display: block;
		width: min(100% - 2rem, 1180px);
	}

	.wnypress-google-reviews__header {
		margin-bottom: 2rem;
	}

	.wnypress-google-reviews__track {
		grid-auto-columns: 100%;
	}
}
