.mle-simulator {
	padding: 58px 0 62px;
	background: #ffffff;
	color: var(--uzeda-color-heading-black, #20232a);
	scroll-margin-top: 96px;
}

.mle-simulator__container {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(380px, 0.94fr);
	gap: 64px;
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--uzeda-container, 1280px);
	margin: 0 auto;
	padding: 0 24px;
}

.mle-simulator__copy {
	max-width: 560px;
}

.mle-simulator h2 {
	margin: 0 0 12px;
	color: var(--uzeda-color-heading-black, #20232a);
	font-size: var(--home-type-h2);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.mle-simulator__title-highlight {
	color: var(--uzeda-color-accent-readable, #078a50);
}

.mle-simulator__widget .csm-segment__label {
	color: #5f6673;
}

.mle-simulator__widget #csm-1-bill-display,
.mle-simulator__widget .csm-range__value {
	color: var(--uzeda-color-accent-readable, #078a50);
}

.mle-simulator__copy p {
	margin: 0;
	color: var(--uzeda-color-text, #4e5159);
	font-size: var(--home-type-body-lg);
	line-height: 1.58;
}

.mle-simulator__copy p + p {
	margin-top: 16px;
}

.mle-simulator__widget {
	min-width: 0;
}

.mle-simulator__widget .csm-widget {
	max-width: 620px;
	margin: 0;
}

@media (max-width: 1080px) {
	.mle-simulator__container {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.mle-simulator__copy {
		max-width: 760px;
	}
}

@media (max-width: 720px) {
	.mle-simulator {
		padding: 42px 0 46px;
		scroll-margin-top: 78px;
	}

	.mle-simulator__container {
		gap: 26px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.mle-simulator h2 {
		font-size: var(--home-type-h2-mobile);
	}

	.mle-simulator__copy p {
		font-size: var(--home-type-body-lg);
	}

	.mle-simulator__widget .csm-widget {
		max-width: 100%;
	}
}
