/**
 * SaaSora FAQs - minimal structural spacing only.
 *
 * Deliberately no typography or colour: questions and answers inherit
 * whatever the active theme defines for headings and body text.
 * If you don't want even this spacing, dequeue the 'saasora-faqs' handle.
 */
.saasora-faqs__item + .saasora-faqs__item {
	margin-top: 1.5rem;
}

.saasora-faqs__answer > :last-child {
	margin-bottom: 0;
}
