/**
 * Related FAQs section — [relatedfaqs]
 * Header full width; FAQ accordion 33% centered
 */

html body .kti-related-faqs-wrap {
	width: 100%;
	max-width: 100%;
	margin: 32px 0;
}

html body .kti-related-faqs__header {
	margin: 0 auto 28px;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

html body .kti-related-faqs__heading {
	margin: 0 0 12px !important;
	text-align: center;
}

html body .kti-related-faqs__intro {
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #3a4653;
	max-width: 820px;
	text-align: center;
}

html body .kti-related-faqs__list.product-faqs-container {
	width: 33.333%;
	max-width: 33.333%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

html body .kti-related-faqs-wrap .product-faqs-list {
	width: 100%;
}

html body .kti-related-faqs-wrap .product-faq-item {
	width: 100%;
}

html body .kti-related-faqs-wrap .product-faq-question {
	padding: 24px 20px;
	min-height: auto;
}

html body .kti-related-faqs-wrap .product-faq-question-text {
	font-size: 18px !important;
	padding-right: 12px;
}

html body .kti-related-faqs-wrap .product-faq-answer-content {
	padding: 20px;
}

html body .kti-related-faqs-wrap .product-faq-question-text {
	font-family: "DM Sans", sans-serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #3a4653 !important;
	background: none !important;
	-webkit-text-fill-color: #3a4653 !important;
}

html body .kti-related-faqs-wrap .product-faq-answer-content {
	font-family: "Inter", sans-serif !important;
}

html body .kti-related-faqs-wrap .product-faq-answer-content p,
html body .kti-related-faqs-wrap .product-faq-answer-content li {
	font-family: "Inter", sans-serif !important;
}

@media (max-width: 1024px) {
	html body .kti-related-faqs__list.product-faqs-container {
		width: 50%;
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	html body .kti-related-faqs__intro {
		font-size: 16px;
	}

	html body .kti-related-faqs__list.product-faqs-container {
		width: 100%;
		max-width: 100%;
	}
}
