.autofaq {
	margin-top: 2rem;
	padding: 1.25rem;
	border: 1px solid #d3d7df;
	border-radius: 0.5rem;
	background: #f8fafc;
}

.autofaq h2 {
	margin-top: 0;
	margin-bottom: 0.85rem;
}

.autofaq__item {
	margin-bottom: 0.6rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.4rem;
	background: #ffffff;
	border: 1px solid #e6eaf0;
}

.autofaq__question {
	cursor: pointer;
	font-weight: 600;
}

.autofaq__answer {
	margin-top: 0.5rem;
	line-height: 1.55;
}
