.faq-accordion-1a0d0d9c {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.faq-item-1a0d0d9c {
	border-bottom: 1px solid #E5E7EB;
}

.faq-item-1a0d0d9c:first-child {
	border-top: 1px solid #E5E7EB;
}

.faq-question-1a0d0d9c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
	user-select: none;
}

.faq-title-1a0d0d9c {
	padding-right: 20px;
}

.faq-icon-1a0d0d9c {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.faq-icon-1a0d0d9c svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.faq-icon-1a0d0d9c .hidden {
	display: none;
}

.faq-answer-1a0d0d9c {
	display: none;
	overflow: hidden;
}

.faq-answer-inner-1a0d0d9c {
	padding-bottom: 24px;
	font-size: 16px;
	line-height: 1.6;
}
