.cch-review-content blockquote.cch-review-quote,
.cch-review-content blockquote.wp-block-quote.cch-review-quote {
	align-items: start;
	background: #eef2f0;
	border: 0;
	border-left: 4px solid #e4b84f;
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	color: #172033;
	display: grid;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 400;
	gap: 24px;
	grid-template-columns: 96px minmax(0, 1fr);
	line-height: 1.65 !important;
	margin: 34px 0;
	padding: 28px 30px;
	position: relative;
	text-align: left;
}

.cch-review-content blockquote.cch-review-quote::before,
.cch-review-content blockquote.wp-block-quote.cch-review-quote::before {
	content: none !important;
	display: none !important;
}

.cch-review-quote__portrait {
	align-items: center;
	background: #07172f;
	border: 3px solid #e4b84f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 32px;
	font-weight: 700;
	height: 90px;
	justify-content: center;
	overflow: hidden;
	width: 90px;
}

.cch-review-quote__portrait img {
	display: block;
	height: 100%;
	margin: 0;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.cch-review-quote__content {
	min-width: 0;
}

.cch-review-quote__label {
	color: #9a6b08;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .03em;
	line-height: 1.35;
	margin: 2px 0 10px;
	text-transform: uppercase;
}

.cch-review-content .cch-review-quote__text,
.cch-review-content .cch-review-quote__text p {
	color: #172033;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.65 !important;
	margin: 0;
	padding: 0 !important;
	text-align: left;
}

.cch-review-content .cch-review-quote__text p + p {
	margin-top: 10px;
}

.cch-review-quote__byline {
	align-items: center;
	color: #485468;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-style: normal;
	gap: 6px;
	line-height: 1.45;
	margin-top: 14px;
}

.cch-review-quote__byline a {
	color: #07172f;
	font-weight: 800;
	text-decoration: none;
}

.cch-review-quote__byline a:hover,
.cch-review-quote__byline a:focus-visible {
	color: #9a6b08;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 620px) {
	.cch-review-content blockquote.cch-review-quote,
	.cch-review-content blockquote.wp-block-quote.cch-review-quote {
		gap: 16px;
		grid-template-columns: 68px minmax(0, 1fr);
		margin: 28px 0;
		padding: 20px 18px;
	}

	.cch-review-quote__portrait {
		border-width: 2px;
		font-size: 24px;
		height: 64px;
		width: 64px;
	}

	.cch-review-content .cch-review-quote__text,
	.cch-review-content .cch-review-quote__text p {
		font-size: 15px;
	}

	.cch-review-quote__byline {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.cch-review-quote__byline > span[aria-hidden="true"] {
		display: none;
	}
}

