section.simple-faq-section {
	--item-padding: 1rem;
	--item-border-radius: 3rem;
	--item-padding-inline: 4rem;
	padding: 0;
	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: auto;
	padding: 0;
	width: 100%;
}

body ul.simple-faq-list > li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-top: 1px solid var(--global-palette5);
}

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:hover > p {
}

body ul.simple-faq-list > li:hover > p,
body ul.simple-faq-list > li.active > p,
body ul.simple-faq-list > li:hover > p::after,
body ul.simple-faq-list > li.active > p::after {
}

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

body ul.simple-faq-list > li > p {
	font-weight: 600;
	font-size: var(--text-size-200);
	padding: 1.5rem 0;

	margin: 0;
	position: relative;
	transition: padding-left 0.3s ease-in-out;
}

body ul.simple-faq-list > li.active > p {
	padding-bottom: 1rem;
}

body ul.simple-faq-list > li > p:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.25rem;
	transform: translate(0, -50%) rotate(180deg);
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/LnR-Icon-Chevron-Up.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

body ul.simple-faq-list > li.active > p:after {
	transform: translate(0, -30%) rotate(0deg);
}

body ul.simple-faq-list > li > div.simple-faq-answer {
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: height 0.4s ease;
}

body ul.simple-faq-list > li.active > div.simple-faq-answer {
	height: auto;
}

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;
}

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

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

body ul.simple-faq-list > li.active div.simple-faq-answer__inner {
	padding: 0 10rem 1.5rem 0;
}

body ul.simple-faq-list > li.active > div.simple-faq-answer:not(:has(.simple-faq-answer__inner)) {
	padding: 0 10rem 1.5rem 0;
}

@media (prefers-reduced-motion: reduce) {
	body ul.simple-faq-list > li > div.simple-faq-answer {
		transition: none;
	}
}

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;
}

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

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

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

	body ul.simple-faq-list > li > p {
		font-size: var(--text-size-200);
		padding-left: 0;
		padding-right: var(--item-padding-inline);
		line-height: 1.5;
	}

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

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

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

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