body.c-aws-has-trustindex .ti-widget.ti-goog,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container * {
	font-family: inherit !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog {
	overflow: visible;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container {
	display: flex !important;
	flex-direction: column;
	flex-wrap: nowrap !important;
	margin-bottom: 0;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container > .ti-footer.c-aws-trustindex-native-summary {
	order: 1;
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	text-align: center !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container > .ti-reviews-container {
	order: 2;
	flex: 0 0 auto !important;
	align-self: stretch;
	width: 100% !important;
	max-width: 100% !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-row {
	justify-content: center !important;
	text-align: center !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-profile-img {
	display: none !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-profile-details {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	text-align: center !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-name {
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: var(--aws-reviews-card-text) !important;
	text-align: center !important;
	white-space: normal;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-stars {
	margin: 0 0 7px !important;
	text-align: center !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-rating-text,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-footer.c-aws-trustindex-native-summary .ti-rating-text * {
	color: var(--aws-reviews-card-text) !important;
	text-align: center !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action {
	order: 3;
	align-self: center;
	margin: 22px auto 0 !important;
	text-align: center;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action a.ti-header-write-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid var(--aws-reviews-active-border);
	border-radius: 999px;
	background: var(--aws-reviews-active-bg);
	color: var(--aws-reviews-active-text) !important;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition:
		background-color var(--aws-reviews-transition) ease,
		border-color var(--aws-reviews-transition) ease,
		color var(--aws-reviews-transition) ease;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action a.ti-header-write-btn:is(:hover, :focus-visible) {
	border-color: var(--aws-color-accent, #b89a68) !important;
	background: var(--aws-color-accent, #b89a68) !important;
	color: var(--aws-color-primary, #171513) !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action a.ti-header-write-btn:focus-visible {
	outline: 2px solid currentColor !important;
	outline-offset: 3px;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	order: 1;
	margin: 0 0 24px;
	padding: 20px 24px;
	border: var(--aws-reviews-card-border-width) solid var(--aws-reviews-card-border);
	border-radius: var(--aws-reviews-card-radius);
	background: var(--aws-reviews-card-bg);
	color: var(--aws-reviews-card-text);
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__label {
	color: var(--aws-reviews-card-text);
	font-size: var(--aws-reviews-name-size) !important;
	font-weight: 600;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__metrics {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__score {
	color: var(--aws-reviews-card-text);
	font-size: 26px !important;
	line-height: 1 !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__stars {
	position: relative;
	display: inline-block;
	color: #d6d6d6;
	font-size: 19px !important;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__stars-fill {
	position: absolute;
	inset: 0 auto 0 0;
	overflow: hidden;
	color: #f6bb06;
	font-size: inherit !important;
	white-space: nowrap;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__count {
	color: var(--aws-reviews-card-muted);
	font-size: 14px !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog a.c-aws-trustindex-summary__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid var(--aws-reviews-active-border);
	border-radius: 999px;
	background: var(--aws-reviews-active-bg);
	color: var(--aws-reviews-active-text);
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition:
		background-color var(--aws-reviews-transition) ease,
		border-color var(--aws-reviews-transition) ease,
		color var(--aws-reviews-transition) ease;
}

body.c-aws-has-trustindex .ti-widget.ti-goog a.c-aws-trustindex-summary__button:is(:hover, :focus-visible) {
	border-color: var(--aws-color-accent, #b89a68);
	background: var(--aws-color-accent, #b89a68);
	color: var(--aws-color-primary, #171513);
}

body.c-aws-has-trustindex .ti-widget.ti-goog a.c-aws-trustindex-summary__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

/*
 * The native ti-col-* class includes the footer in its column count. The footer
 * is promoted above the slider here, so the same class must describe review
 * columns only. Keeping both values equal preserves Trustindex's native step.
 */
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container.ti-col-2 .ti-review-item {
	flex: 0 0 50%;
	max-width: 50%;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container.ti-col-3 .ti-review-item {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container.ti-col-4 .ti-review-item {
	flex: 0 0 25%;
	max-width: 25%;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item {
	opacity: var(--aws-reviews-inactive-opacity);
	transition: opacity var(--aws-reviews-transition) ease;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item > .ti-inner {
	display: flex !important;
	flex-direction: column;
	min-height: var(--aws-reviews-card-min-height);
	padding: var(--aws-reviews-card-padding) !important;
	border: var(--aws-reviews-card-border-width) solid var(--aws-reviews-card-border) !important;
	border-radius: var(--aws-reviews-card-radius) !important;
	background: var(--aws-reviews-card-bg) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--aws-reviews-card-text) !important;
	transition:
		background-color var(--aws-reviews-transition) ease,
		border-color var(--aws-reviews-transition) ease,
		box-shadow var(--aws-reviews-transition) ease,
		color var(--aws-reviews-transition) ease;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-review-header {
	order: 3;
	margin-top: auto;
	padding-top: 22px;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item > .ti-inner > .ti-stars {
	order: 1;
	margin: 0 0 22px !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-review-text-container {
	order: 2;
	height: auto !important;
	min-height: 0;
	color: var(--aws-reviews-card-text) !important;
	font-size: var(--aws-reviews-text-size) !important;
	line-height: 1.55 !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-read-more {
	order: 2;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-name {
	color: var(--aws-reviews-card-text) !important;
	font-size: var(--aws-reviews-name-size) !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-date,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-read-more span {
	color: var(--aws-reviews-card-muted) !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-profile-img,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-profile-img img,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item .ti-profile-img .ti-profile-img-sprite {
	width: var(--aws-reviews-image-size) !important;
	height: var(--aws-reviews-image-size) !important;
	border-radius: 50% !important;
}

body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) {
	opacity: 1;
}

body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) > .ti-inner {
	border-color: var(--aws-reviews-active-border) !important;
	background: var(--aws-reviews-active-bg) !important;
	box-shadow: 0 var(--aws-reviews-shadow-y) var(--aws-reviews-shadow-blur) var(--aws-reviews-active-shadow-color) !important;
	color: var(--aws-reviews-active-text) !important;
}

body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) .ti-review-text-container,
body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) .ti-name {
	color: var(--aws-reviews-active-text) !important;
}

body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) .ti-date,
body.c-aws-has-trustindex.c-aws-trustindex-highlight-interaction .ti-widget.ti-goog .ti-review-item:is(:hover, :focus-within) .ti-read-more span {
	color: var(--aws-reviews-active-muted) !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls {
	display: var(--aws-reviews-arrows-display) !important;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls .ti-next,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls .ti-prev {
	width: 38px;
	height: 38px;
	border: 1px solid var(--aws-reviews-card-border);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 20px rgba(23, 21, 19, 0.08);
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls .ti-next:focus-visible,
body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls .ti-prev:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

body.c-aws-has-trustindex .ti-widget.ti-goog .ti-controls-line {
	display: var(--aws-reviews-progress-display) !important;
}

@media (max-width: 767px) {
	body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary {
		align-items: stretch;
		flex-direction: column;
		margin-bottom: 18px;
		padding: 18px;
	}

	body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-summary__content {
		align-items: flex-start;
		flex-direction: column;
	}

	body.c-aws-has-trustindex .ti-widget.ti-goog a.c-aws-trustindex-summary__button,
	body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action a.ti-header-write-btn {
		width: 100%;
	}

	body.c-aws-has-trustindex .ti-widget.ti-goog .ti-widget-container > .ti-footer.c-aws-trustindex-native-summary {
		margin-bottom: 18px !important;
	}

	body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action {
		align-self: stretch;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item,
	body.c-aws-has-trustindex .ti-widget.ti-goog .ti-review-item > .ti-inner,
	body.c-aws-has-trustindex .ti-widget.ti-goog a.c-aws-trustindex-summary__button,
	body.c-aws-has-trustindex .ti-widget.ti-goog .c-aws-trustindex-native-review-action a.ti-header-write-btn {
		transition: none;
	}
}
