.aera-lp-section-faq__heading {
	margin: 0 0 1rem;
}

.aera-lp-section-faq__items {
	display: grid;
	gap: 0.65rem;
}

.aera-lp-section-faq__item {
	border: 1px solid var(--aera-lp-line);
	border-radius: var(--aera-lp-radius-inner);
	background: var(--aera-lp-tile-bg, rgba(255, 255, 255, 0.04));
	overflow: hidden;
}

.aera-lp-section-faq__item summary {
	padding: 0.85rem 1rem;
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.aera-lp-section-faq__item summary::-webkit-details-marker {
	display: none;
}

.aera-lp-section-faq__answer {
	padding: 0 1rem 0.85rem;
	color: var(--aera-lp-muted);
}

.aera-lp-section-faq__answer p {
	margin: 0.45rem 0 0;
}