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

body ul.simple-faq-list > li {
	padding: 0;
	margin: 1rem 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	background-color: var(--global-palette9);
	border-radius: 0.75rem;
	box-shadow: 0 22px 55px 0 rgba(61, 37, 26, 0.06);
}

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

body ul.simple-faq-list > li:last-child {
	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-200);
	font-family: var(--font-head);
	letter-spacing: -0.0375rem;
	padding: 1.5rem;
	margin: 0;
	position: relative;
	transition: padding-left 0.3s ease-in-out;
}

body ul.simple-faq-list > li > div {
	padding: 1.5rem;
	display: none;
}

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

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: 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-left: var(--item-padding-inline);
		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 {
		padding: 0 1rem 1rem;
	}

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