.mle-faq {
	padding: 62px 0 76px;
	background: #ffffff;
	color: var(--uzeda-color-heading-black, #20232a);
	text-align: left;
	scroll-margin-top: 88px;
}

.mle-faq__container {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--uzeda-container, 1280px);
	margin: 0 auto;
	padding: 0 24px;
}

.mle-faq__header {
	margin: 0 0 22px;
}

.mle-faq__header 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;
	text-align: left;
}

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

.mle-faq__header p {
	max-width: 1120px;
	margin: 0;
	color: var(--uzeda-color-text, #4e5159);
	font-size: var(--home-type-body-lg);
	line-height: 1.58;
	text-align: left;
}

.mle-faq .mle-faq__component .lc-faq {
	--hardcoded-faq-bg: transparent;
	--hardcoded-faq-line: rgba(15, 23, 42, 0.1);
	--hardcoded-faq-green: var(--uzeda-color-secondary, #00bf6a);
	--hardcoded-faq-ink: var(--uzeda-color-heading-black, #20232a);
	--hardcoded-faq-muted: var(--uzeda-color-text, #4e5159);
	background: transparent;
	text-align: left;
}

.mle-faq .mle-faq__component .lc-faq-title {
	display: none;
}

.mle-faq .mle-faq__component .lc-faq-items {
	gap: 12px;
}

.mle-faq .mle-faq__component .lc-faq-item {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 4px;
	background: #ffffff;
}

.mle-faq .mle-faq__component .lc-faq-item:first-child {
	border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.mle-faq .mle-faq__component .lc-faq-item::before {
	display: none;
}

.mle-faq .mle-faq__component .lc-faq-question-wrapper {
	min-height: 58px;
	padding: 18px 22px;
	justify-content: flex-start !important;
	gap: 16px;
	background: linear-gradient(90deg, #005c2d 0%, #202321 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	text-align: left !important;
}

.mle-faq .mle-faq__component .lc-faq-question-wrapper::before {
	content: '';
	flex: 0 0 13px;
	width: 13px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
}

.mle-faq .mle-faq__component .lc-faq-question-wrapper:hover,
.mle-faq .mle-faq__component .lc-faq-item.expanded .lc-faq-question-wrapper:hover,
.mle-faq .mle-faq__component .lc-faq-item.expanded .lc-faq-question-wrapper {
	background: linear-gradient(90deg, #005c2d 0%, #202321 100%);
	color: #ffffff;
}

.mle-faq .mle-faq__component .lc-faq-answer {
	padding: 0 34px;
	color: var(--uzeda-color-text, #4e5159);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.48;
	text-align: left !important;
}

.mle-faq .mle-faq__component .lc-faq-item.expanded .lc-faq-answer {
	max-height: 520px;
	padding-top: 38px;
	padding-bottom: 46px;
}

.mle-faq .mle-faq__component .lc-faq-answer p {
	margin: 0;
	text-align: left;
}

body .uzeda-mle .mle-faq .mle-faq__header h2 {
	font-size: var(--home-type-h2);
	text-align: left;
}

body .uzeda-mle .mle-faq .mle-faq__component .lc-faq .lc-faq-question-wrapper {
	justify-content: flex-start;
	text-align: left;
}

body .uzeda-mle .mle-faq .mle-faq__component .lc-faq .lc-faq-answer,
body .uzeda-mle .mle-faq .mle-faq__component .lc-faq .lc-faq-answer * {
	text-align: left;
}

@media (max-width: 900px) {
	.mle-faq {
		padding: 48px 0 58px;
	}

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

	body .uzeda-mle .mle-faq .mle-faq__header h2 {
		font-size: var(--home-type-h2-mobile);
	}

	.mle-faq .mle-faq__component .lc-faq-question-wrapper {
		padding: 15px 16px;
		font-size: 14.5px;
	}

	.mle-faq .mle-faq__component .lc-faq-answer {
		padding-right: 22px;
		padding-left: 22px;
		font-size: 15px;
	}

	.mle-faq .mle-faq__component .lc-faq-item.expanded .lc-faq-answer {
		padding-top: 24px;
		padding-bottom: 30px;
	}
}

@media (max-width: 640px) {
	.mle-faq__container {
		padding-right: 18px;
		padding-left: 18px;
	}

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

	body .uzeda-mle .mle-faq .mle-faq__header h2 {
		font-size: var(--home-type-h2-mobile);
	}

	body.page-template-mle-modern .uzeda-footer__back-to-top {
		right: 12px;
		bottom: 12px;
		width: 42px;
		height: 42px;
	}
}
