/* Review section: use the shared graphite canvas and keep the review widget readable. */
:is(.ahk-editable-reviews, .ahk-reviews) {
	color: #fff;
	background: transparent !important;
	padding: 64px 24px !important;
}

:is(.ahk-editable-reviews, .ahk-reviews) :is(.ahk-editable-reviews__grid, .ahk-reviews-grid) {
	display: grid !important;
	grid-template-columns: minmax(0, .85fr) minmax(0, 2.15fr);
	align-items: center !important;
	gap: 32px !important;
	width: 100% !important;
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 0;
}

.ahk-editable-reviews .ahk-editable-reviews__grid > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
}

:is(.ahk-editable-reviews, .ahk-reviews) h2 {
	color: #fff;
	margin: 12px 0 0 !important;
	font-size: clamp(28px, 2.6vw, 46px);
	line-height: 1.12;
}

:is(.ahk-editable-reviews, .ahk-reviews) :is(.ahk-editable-eyebrow, .ahk-eyebrow) {
	color: #aebed0;
	margin: 0 !important;
	font-size: 13px;
	letter-spacing: .08em;
}

.ahk-editable-reviews .ahk-editable-rating {
	display: none !important;
}

:is(.ahk-editable-reviews, .ahk-reviews) .ti-widget :is(.ti-rating-text, .ti-rating-text strong, .ti-rating-text span, .ti-rating-large, .ti-large-rating, .ti-rating-name, .ti-rating-name span, .ti-header .ti-rating, .ti-header .ti-rating strong, .ti-header .ti-rating span, .ti-footer .ti-rating-text, .ti-footer .ti-rating-text a) {
	color: #f5f7fb !important;
}

:is(.ahk-editable-reviews, .ahk-reviews) .ti-widget {
	margin: 0 !important;
	max-width: 100% !important;
}

:is(.ahk-editable-reviews, .ahk-reviews) .ti-widget .ti-widget-container {
	margin: 0 !important;
}

@media (max-width: 1050px) {
	:is(.ahk-editable-reviews, .ahk-reviews) :is(.ahk-editable-reviews__grid, .ahk-reviews-grid) {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px !important;
	}

	.ahk-editable-reviews .ahk-editable-reviews__grid > .wp-block-column:first-child,
	.ahk-reviews .ahk-rating-summary {
		text-align: center;
	}
}

@media (max-width: 600px) {
	:is(.ahk-editable-reviews, .ahk-reviews) {
		padding: 44px 16px !important;
	}
}
