.faq-accordion-container-9f872a42 {
	max-width: 800px;
	margin: 0 auto;
	font-family: inherit;
}

.faq-item-9f872a42 {
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 16px;
}

.faq-item-9f872a42:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.faq-question-9f872a42 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	background: transparent;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
}

.faq-question-title-9f872a42 {
	font-size: 18px;
	font-weight: 600;
	color: #0b1a2e; /* Target Avenue Dark Navy */
	transition: color 0.3s ease;
}

.faq-icon-9f872a42 {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	color: #0b1a2e;
}

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

.faq-answer-9f872a42 {
	display: none;
}

.faq-answer-9f872a42:not([hidden]) {
	display: block;
}

.faq-answer-inner-9f872a42 {
	padding: 0 24px 24px 24px;
	color: #4a5568;
	font-size: 16px;
	line-height: 1.6;
}

.faq-answer-inner-9f872a42 p {
	margin-bottom: 16px;
}

.faq-answer-inner-9f872a42 p:last-child {
	margin-bottom: 0;
}

/* Hover & Active effect matching the refined soft style */
.faq-question-9f872a42:hover,
.faq-item-9f872a42.active .faq-question-9f872a42 {
	background-color: #f0f9ff;
}

.faq-question-9f872a42:hover .faq-question-title-9f872a42,
.faq-item-9f872a42.active .faq-question-title-9f872a42 {
	color: #63b3ed; /* Target Avenue Soft Light Blue */
}

.faq-question-9f872a42:hover .faq-icon-9f872a42,
.faq-item-9f872a42.active .faq-icon-9f872a42 {
	color: #63b3ed;
}
