.core-faqs {
	position: relative;
	padding: 0 15px;
	max-width: 1190px;
	margin: 0 auto var(--margin-bottom-default);
}

.core-faqs .group-heading,
.core-faqs .faq-jump-links h2 {
	margin-bottom: 15px;
}

.core-faqs .group-heading {
	font-size: 21px;
	line-height: 24px;
}

.core-faqs .faq-jump-links ol,
.core-faqs .faq-jump-links ul {
	margin: 0 0 35px 25px;
}

.core-faqs .back-to-top {
	display: inline-block;
	margin: 0 0 25px 0;
}

.core-faqs .back-to-top > a {
	font-size: 16px;
}

.core-faqs .faq-item .question {
	position: relative;
	margin-bottom: -2px;
	cursor: pointer;
	font-size: 21px;
	line-height: 24px;
}

.core-faqs .faq-item .question * {
	display: inline;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.core-faqs .faq-item .question h3 .registered .symbol {
	top: -0.2rem;
	font-size: 50%;
}

.core-faqs.expandable .faq-item .question .toggle-answer {
	margin-left: 15px;
	cursor: pointer;
}

.core-faqs .faq-item .answer {
	padding-bottom: 20px;
}

.core-faqs .faq-item .answer p {
	margin-bottom: 15px;
}

.core-faqs.expandable details summary {
	padding: 6px 3px 6px 20px;
}

.core-faqs details summary::-webkit-details-marker {
	display: none;
}

.core-faqs.expandable details summary::before {
	content: "\002b";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	font-size: 24px;
}

.core-faqs.expandable details[open] summary::before {
	content: "\002d";
}

@media (min-width: 640px) {
	.core-faqs .faq-item .question h3 .registered .symbol {
		top: 0;
	}
}

@media (min-width: 64em) {
	.core-faqs.expandable details summary {
		padding: 8px 4px 16px 20px;
	}

	.core-faqs .group-heading {
		font-size: 27px;
		line-height: 30px;
	}
	.core-faqs.expandable details summary::before {
		top: 40%;
	}
}