.pd-faqs__inner {
	background: #fff;
	border-radius: 24px;
	font-family: Nunito;
}

.pd-faqs__header {
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 8px;
}

.pd-faqs__header::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #0f1419;
}

.pd-faqs__header h2 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	font-weight: 600;
	color: #0f1419;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pd-faqs .wpcpf-faq {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 14px 0;
	margin: 0;
}

.pd-faqs .wpcpf-faq-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 600;
	color: #0f1419;
	margin: 0 !important;
	background-color: #ffffff !important;
	padding: 0 !important;
	cursor: pointer;
}

.pd-faqs .wpcpf-faq-title::before {
	content: '+';
	font-size: 22px;
	font-weight: 600;
	width: 24px;
	text-align: center;
	color: #111;
}

.pd-faqs .wpcpf-faq.is-open .wpcpf-faq-title::before {
	content: '-';
}

.pd-faqs .wpcpf-faq-content {
	margin: 6px 0 2px 36px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(15, 20, 25, 0.7);
}

@media (min-width: 1024px) {
	.pd-faqs__header {
		display: flex;
		justify-content: center;
	}
	.pd-faqs__header::after {
		left: unset;
	}
}