/**
 * FAQ component – list and content styling inside FAQ answers
 */

.bcn-faq-content-body ul,
.bcn-faq-content-body ol {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	color: var(--bcn-gray-text, #747474);
}

.bcn-faq-content-body ul {
	list-style-type: disc;
}

.bcn-faq-content-body ol {
	list-style-type: decimal;
}

.bcn-faq-content-body ul li,
.bcn-faq-content-body ol li {
	margin-bottom: 0.125rem;
}

.bcn-faq-content-body ul li::marker,
.bcn-faq-content-body ol li::marker {
	color: var(--bcn-secondary, #3F70C3);
}

.bcn-faq-content-body ul ul,
.bcn-faq-content-body ol ol,
.bcn-faq-content-body ul ol,
.bcn-faq-content-body ol ul {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.bcn-faq-content-body ul ul {
	list-style-type: circle;
}

.bcn-faq-content-body ul ul ul {
	list-style-type: square;
}

.bcn-faq-content-body ol ol {
	list-style-type: lower-alpha;
}

.bcn-faq-content-body a {
	color: var(--bcn-secondary, #3F70C3);
	text-decoration: underline;
}

.bcn-faq-content-body a:hover {
	text-decoration: none;
}
