section.simple-faq-section {
	--item-padding: 1rem;
	--item-border-radius: 0;
	--item-padding-inline: 4rem;
	padding: 0;
	max-width: 50rem;
	width: 100%;
	margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
	section.simple-faq-section {
		--item-padding: 1.5rem;
		--item-border-radius: 1.5rem;
	}
}

body section.simple-faq-section ul.simple-faq-list {
	margin: 2rem auto 0;
	padding: 0;
	width: 100%;
}

body ul.simple-faq-list > li {
	padding: 0;
	margin: 0.5rem 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid rgba(18, 24, 31, 0.12);
}

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

body ul.simple-faq-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

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

body ul.simple-faq-list > li > p {
	font-weight: 500;
	font-size: var(--text-size-100);
	letter-spacing: 10%;
	padding: var(--item-padding) var(--item-padding-inline) var(--item-padding)
		0;
	margin: 0;
	position: relative;
	transition: padding-left 0.3s ease-in-out;
}

body ul.simple-faq-list > li > p:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(0, -50%);
	font-size: 2rem;
	font-weight: 400;
	width: 2rem;
	height: 2rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Dropdown-Arrow.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
}

body ul.simple-faq-list > li > div {
	padding: 1.5rem;
	display: none;
	color: var(--global-palette9);
}

body ul.simple-faq-list > li > div p a {
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}

body ul.simple-faq-list > li > div p a:hover {
	text-decoration: none;
	color: #ddd;
}

body ul.simple-faq-list > li > div p:last-child {
	margin-bottom: 0;
}

body ul.simple-faq-list > li.active > div {
	display: block;
	padding: 0 0 2rem;
	color: var(--global-palette3);
}

body ul.simple-faq-list > li.active > p {
	color: var(--global-palette1);
}

body ul.simple-faq-list > li.active > p:after {
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-DropUp-Arrow.svg");
}

body ul.simple-faq-list > li div.simple-faq-answer p {
	font-size: var(--text-size-100);
}

body ul.simple-faq-list > li div.simple-faq-answer p:first-child {
	margin-top: 0;
	padding-top: 0;
}

body ul.simple-faq-list > li:not(.active):hover > p {
	padding-left: 0.2rem;
}

@media screen and (max-width: 768px) {
	section.simple-faq-section {
		--item-padding-inline: 2.25rem;
	}

	body ul.simple-faq-list > li {
		line-height: 1.25;
	}

	body ul.simple-faq-list > li:not(.active):hover > p {
		padding-left: 1rem;
	}

	body ul.simple-faq-list > li > p {
		padding: 0.5rem 2rem 0.5rem 0;
		line-height: 1.5;
	}

	body ul.simple-faq-list > li > p:after {
		right: 0;
	}

	body ul.simple-faq-list > li > div {
		padding: 0 1rem 1rem;
	}

	body ul.simple-faq-list > li.active > div {
		padding: 0 0 var(--item-padding-inline);
		line-height: 1.5;
	}
}
