/* =========================================================
   YCM Reviews widget — structural layout only.
   Colors/typography/spacing driven by Elementor Style controls.
   ========================================================= */

.ycm-reviews {
	background-color: #eff3ff;
	padding: 80px 0 90px;
}

.ycm-reviews__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* --- Header (left aligned) --- */
.ycm-reviews__head {
	text-align: left;
	margin-bottom: 56px;
}

.ycm-reviews__badge {
	display: inline-block;
	background-color: #ffe5a4;
	color: #3a2e0a;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.ycm-reviews__heading {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 800;
	color: #070707;
	margin: 0 0 16px;
}

.ycm-reviews__subtitle {
	font-size: 16px;
	line-height: 1.5;
	color: #5a5b60;
	margin: 0;
	max-width: 760px;
}

/* --- Placeholder (centered) --- */
.ycm-reviews__placeholder {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
}

.ycm-reviews__avatars {
	display: flex;
	justify-content: center;
	margin-bottom: 34px;
}

.ycm-reviews__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #eaeeee;
	color: #afb2bb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #eff3ff;
	margin-left: -12px;
}

.ycm-reviews__avatar:first-child {
	margin-left: 0;
}

.ycm-reviews__avatar svg {
	fill: #afb2bb;
}

.ycm-reviews__message {
	font-size: 34px;
	line-height: 1.25;
	font-weight: 500;
	color: #111;
	margin: 0 auto;
	max-width: 900px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
	.ycm-reviews__heading {
		font-size: 40px;
	}
	.ycm-reviews__message {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.ycm-reviews {
		padding: 48px 0 56px;
	}
	.ycm-reviews__heading {
		font-size: 30px;
	}
	.ycm-reviews__message {
		font-size: 22px;
	}
}

/* ---- Typography: title + content use Roboto ---- */
.ycm-reviews__badge,
.ycm-reviews__heading,
.ycm-reviews__subtitle,
.ycm-reviews__message {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
