.ct-reviews-page {
	padding: 76px 0 90px;
}

.ct-reviews-intro {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.ct-reviews-intro__eyebrow {
	margin: 0 0 10px;
	color: #c83e1a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ct-reviews-intro h1 {
	margin: 0;
	color: #1b1a1a;
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1.18;
}

.ct-reviews-intro__copy {
	max-width: 650px;
	margin: 17px auto 0;
	color: #5d6269;
	font-size: 17px;
	line-height: 1.75;
}

.ct-reviews-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.ct-reviews-grid--single {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
}

.ct-review-card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	padding: 30px;
	flex-direction: column;
	border: 1px solid #e7e8eb;
	border-top: 3px solid #fb6239;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgb(27 26 26 / 7%);
}

.ct-review-card__topline {
	display: flex;
	margin-bottom: 22px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.ct-reviews-stars {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 3px;
	font-size: 19px;
	line-height: 1;
}

.ct-reviews-stars__star {
	color: #d4d7dc;
}

.ct-reviews-stars__star.is-filled {
	color: #e8a500;
}

.ct-review-card__source {
	max-width: 55%;
	padding: 5px 10px;
	overflow-wrap: anywhere;
	border-radius: 999px;
	background: #f1f3f5;
	color: #41464d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-align: right;
}

.ct-review-card__quote {
	margin: 0 0 26px;
	padding: 0;
	flex: 1 1 auto;
	border: 0;
	color: #3f444a;
	font-size: 16px;
	font-style: normal;
	line-height: 1.75;
}

.ct-review-card__quote::before,
.ct-review-card__quote::after {
	content: none;
}

.ct-review-card__quote > :last-child {
	margin-bottom: 0;
}

.ct-review-card__footer {
	display: flex;
	padding-top: 18px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid #eceef0;
}

.ct-review-card__name {
	min-width: 0;
	overflow-wrap: anywhere;
	color: #1b1a1a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
}

.ct-review-card__date {
	flex: 0 0 auto;
	color: #696e74;
	font-size: 13px;
	line-height: 1.5;
}

.ct-reviews-page .navigation.pagination {
	margin: 46px 0 0;
}

.ct-reviews-page .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.ct-reviews-page .page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dedfe2;
	border-radius: 5px;
	background: #fff;
	color: #2d3035;
	font-weight: 600;
	line-height: 1;
}

.ct-reviews-page .page-numbers:hover,
.ct-reviews-page .page-numbers:focus-visible,
.ct-reviews-page .page-numbers.current {
	border-color: #fb6239;
	background: #fb6239;
	color: #fff;
}

.ct-reviews-page .page-numbers:focus-visible {
	outline: 3px solid rgb(251 98 57 / 28%);
	outline-offset: 2px;
}

.ct-reviews-empty {
	max-width: 700px;
	margin: 0 auto;
	padding: 42px 28px;
	border: 1px solid #e7e8eb;
	border-radius: 8px;
	background: #f7f7f7;
	text-align: center;
}

.ct-reviews-empty h2 {
	margin: 0 0 10px;
	color: #1b1a1a;
	font-size: 25px;
}

.ct-reviews-empty p {
	margin: 0;
	color: #5d6269;
}

@media (max-width: 767px) {
	.ct-reviews-page {
		padding: 52px 0 64px;
	}

	.ct-reviews-intro {
		margin-bottom: 32px;
	}

	.ct-reviews-intro h1 {
		font-size: 32px;
		line-height: 1.25;
	}

	.ct-reviews-intro__copy {
		font-size: 16px;
		line-height: 1.65;
	}

	.ct-reviews-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.ct-review-card {
		padding: 22px;
	}

	.ct-review-card__topline,
	.ct-review-card__footer {
		align-items: flex-start;
	}

	.ct-review-card__source {
		max-width: 50%;
	}
}

@media (max-width: 420px) {
	.ct-review-card__topline,
	.ct-review-card__footer {
		flex-direction: column;
	}

	.ct-review-card__source {
		max-width: 100%;
		text-align: left;
	}
}
