.cfb-faq {
	margin-top: 2.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e2e2e2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}

.cfb-faq__lang h2 {
	margin-top: 0;
}

.cfb-faq__item {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 0.75em 1em;
	margin-bottom: 0.75em;
}

.cfb-faq__item summary {
	cursor: pointer;
	font-weight: 600;
}

.cfb-faq__item summary:focus-visible {
	outline: 2px solid #1a73e8;
	outline-offset: 2px;
}

.cfb-faq__answer {
	margin-top: 0.5em;
}

.cfb-faq__answer p:last-child {
	margin-bottom: 0;
}

@media ( max-width: 720px ) {
	.cfb-faq {
		grid-template-columns: 1fr;
	}
}
