.nit-clusterforge-faq-accordion {
	margin: 2rem 0;
}

.nit-clusterforge-faq-accordion__title {
	margin: 0 0 1rem;
}

.nit-clusterforge-faq-accordion__item {
	border-top: 1px solid currentColor;
	padding: 0.9rem 0;
}

.nit-clusterforge-faq-accordion__item:last-child {
	border-bottom: 1px solid currentColor;
}

.nit-clusterforge-faq-accordion__question {
	cursor: pointer;
	font-weight: 700;
	line-height: 1.4;
}

.nit-clusterforge-faq-accordion__answer {
	padding-top: 0.75rem;
}

.nit-clusterforge-faq-accordion__answer p:last-child {
	margin-bottom: 0;
}
