.faq-accordion-wrapper-f49153c2 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.faq-item-f49153c2 {
	border: 1px solid #E0E4E8;
	border-radius: 12px;
	margin-bottom: 16px;
	background-color: #fff;
	overflow: hidden;
}

.faq-header-f49153c2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	color: inherit;
	transition: background-color 0.3s ease;
}

.faq-question-f49153c2 {
	font-weight: 600;
	font-size: 18px;
	color: #0A192F;
	margin-right: 16px;
}

.faq-icon-f49153c2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748B;
	transition: transform 0.3s ease;
}

.faq-icon-f49153c2 svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.faq-item-f49153c2.active .faq-icon-f49153c2 {
	transform: rotate(180deg);
}

.faq-answer-f49153c2 {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-answer-f49153c2:not([hidden]) {
	max-height: 1000px; /* Fallback for smooth height transition */
}

.faq-answer-inner-f49153c2 {
	padding: 0 24px 24px 24px;
	color: #64748B;
	font-size: 16px;
	line-height: 1.6;
}

.faq-answer-inner-f49153c2 p {
	margin-bottom: 0;
}
