.lhdb-reviews-section {
	background: #f7f1e5;
	color: #173b2c;
	margin: 0;
	padding: clamp(64px, 9vw, 112px) 22px;
}

.lhdb-reviews-inner {
	margin: 0 auto;
	max-width: 1180px;
}

.lhdb-reviews-kicker {
	color: #ae8228;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.lhdb-reviews-section h2 {
	color: #173b2c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 clamp(30px, 5vw, 56px);
	max-width: 800px;
}

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

.lhdb-review-card {
	background: #fffdf8;
	border: 1px solid #d9c18e;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(22px, 3vw, 32px);
	box-shadow: 0 18px 42px rgba(23, 59, 44, 0.06);
}

.lhdb-review-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 18px;
}

.lhdb-review-stars span {
	color: #d8d4ca;
	font-size: 1.35rem;
	line-height: 1;
}

.lhdb-review-stars span.is-filled {
	color: #b78a2c;
}

.lhdb-review-card blockquote {
	border: 0;
	color: #2e463a;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.65;
	margin: 0 0 24px;
	padding: 0;
}

.lhdb-review-card blockquote p {
	margin: 0 0 0.8em;
}

.lhdb-review-card blockquote p:last-child {
	margin-bottom: 0;
}

.lhdb-review-author {
	color: #173b2c;
	margin: auto 0 3px;
}

.lhdb-review-service {
	color: #8d6820;
	font-size: 0.88rem;
	font-weight: 700;
	margin: 0 0 14px;
}

.lhdb-review-dates {
	color: #6d7871;
	font-size: 0.76rem;
	line-height: 1.45;
	margin: 0;
}

.lhdb-reviews-transparency {
	border-top: 1px solid #d9c18e;
	color: #59685f;
	font-size: 0.88rem;
	line-height: 1.65;
	margin-top: 34px;
	padding-top: 18px;
}

.lhdb-reviews-transparency summary {
	color: #173b2c;
	cursor: pointer;
	font-weight: 700;
}

.lhdb-reviews-transparency p {
	max-width: 880px;
}

.lhdb-reviews-transparency a {
	color: #174f37;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.lhdb-reviews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.lhdb-reviews-section {
		padding-inline: 16px;
	}

	.lhdb-reviews-grid {
		grid-template-columns: 1fr;
	}
}
