.wpf-heading {
	margin: 0 0 24px;
}

.wpf-faq-item {
	margin: 0 0 12px;
	border: 1px solid #d8d8d8;
	background: #fff;
	overflow: hidden;
}

.wpf-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 20px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.wpf-faq-question::-webkit-details-marker {
	display: none;
}

.wpf-faq-question::after {
	content: "+";
	flex: 0 0 auto;
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1;
}

.wpf-faq-item[open] > .wpf-faq-question::after {
	content: "\2212";
}

.wpf-faq-answer {
	padding: 0 20px 18px;
}

.wpf-faq-answer > :first-child {
	margin-top: 0;
}

.wpf-faq-answer > :last-child {
	margin-bottom: 0;
}

.wpf-empty-message {
	padding: 16px;
	border: 1px dashed #b7b7b7;
	color: #666;
}

