<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tpt-faq-four .tpt-faq-four_group-title {
	margin-bottom: 1.5rem;
}

.tpt-faq-four .tpt-accordion_border tpt-accordion-item {
	background-color: var(--item-background-color);
	color: var(--item-text-color);
	border: 1px solid rgba(var(--item-text-color), 0.6);
	border-radius: var(--item-border-radius);
}

.tpt-faq-four .tpt-accordion_title {
	color: rgb(var(--item-text-color));
}

.tpt-faq-four .tpt-accordion_description {
	color: rgba(var(--item-text-color), 0.7);
}
</pre></body></html>