.schema-faq:not(:last-child) {
    margin-bottom: 1rem;
}

.schema-faq-section:not(:last-of-type) {
	border-bottom: 1px solid var(--wp--custom--color--subtle-border);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.schema-faq-question {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.schema-faq-question strong {
   font-weight: 600;
}

.schema-faq-answer {
	font-weight: 300;
}
	