ul.text-list-faq-list {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	width: 100%;
}

ul.text-list-faq-list > li {
	padding: 2.5rem 0;
	margin: 0.5rem 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #e3e3e4;
}

ul.text-list-faq-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

ul.text-list-faq-list > li:last-child {
	margin-bottom: 0;
}

ul.text-list-faq-list > li h3 {
	font-weight: 500;
	font-size: var(--text-size-200);
	margin: 0 0 1.5rem;
	position: relative;
}

ul.text-list-faq-list > li > div {
	position: relative;
	padding-left: 2rem;
}

ul.text-list-faq-list > li > div:before {
	content: "";
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Icon-Arrow-Chevron.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 48rem) {
	ul.text-list-faq-list > li {
		padding: 1.5rem 0;
	}

	ul.text-list-faq-list > li > div:before {
		width: 0.75rem;
		height: 0.75rem;
	}

	ul.text-list-faq-list > li h3 {
		margin-bottom: 1rem;
	}

	ul.text-list-faq-list > li > div {
		padding-left: 1.25rem;
	}
}
