.faq-list-b80b19e2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.faq-item-b80b19e2 {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}
.faq-item-question-b80b19e2 {
	padding: 15px 20px;
	background: #f9f9f9;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.3s;
}
.faq-item-question-b80b19e2:hover,
.faq-item-question-b80b19e2:focus {
	background: #f1f1f1;
	outline: none;
}
.faq-item-answer-inner-b80b19e2 {
	padding: 15px 20px;
	border-top: 1px solid #e5e5e5;
}