.ts-fad78ea0-wrapper {
	padding: 60px 0;
	max-width: 1000px;
	margin: 0 auto;
}
.ts-fad78ea0-header {
	text-align: center;
	margin-bottom: 50px;
}
.ts-fad78ea0-eyebrow {
	color: #1D9E75;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ts-fad78ea0-title {
	/* Inherits global DM Serif Display and #000000 */
	margin: 0;
}
.ts-fad78ea0-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.ts-fad78ea0-card {
	background: #fff;
	padding: 40px;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	border-left: 3px solid #1D9E75;
	border-top: 3px solid #1D9E75;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.ts-fad78ea0-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
}
.ts-fad78ea0-stars {
	color: #FFB800;
	font-size: 18px;
	letter-spacing: 2px;
}
.ts-fad78ea0-rating-text {
	/* Inherits global DM Sans and #000000 */
	font-weight: 600;
}
.ts-fad78ea0-content {
	margin-bottom: 30px;
	/* Inherits global DM Sans and #000000 */
}
.ts-fad78ea0-author {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ts-fad78ea0-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #1D9E75;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
}
.ts-fad78ea0-author-info {
	display: flex;
	flex-direction: column;
}
.ts-fad78ea0-author-name {
	font-weight: 600;
	/* Inherits global DM Sans and #000000 */
}
.ts-fad78ea0-author-role {
	/* Inherits global DM Sans and #000000 */
	opacity: 0.8;
}

@media (max-width: 768px) {
	.ts-fad78ea0-grid {
		grid-template-columns: 1fr;
	}
}