.faq-toggle-wrapper-75989119 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.faq-item-75989119 {
	border: 1px solid #EAEAEA;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.03);
	background-color: #FFFFFF;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	overflow: hidden;
}

.faq-header-75989119 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #333333;
}

.faq-header-75989119:focus {
	outline: none;
}

.faq-title-75989119 {
	font-weight: 700;
	font-size: 1.1rem;
	margin-right: 20px;
	transition: color 0.3s ease;
}

.faq-icon-75989119 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F95C15;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	transition: color 0.3s ease;
}

.faq-icon-75989119 svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	transition: fill 0.3s ease;
}

.faq-icon-plus-75989119 {
	display: flex;
}

.faq-icon-minus-75989119 {
	display: none;
}

/* Active State */
.faq-item-75989119.is-active .faq-icon-plus-75989119 {
	display: none;
}

.faq-item-75989119.is-active .faq-icon-minus-75989119 {
	display: flex;
}

/* CSS Grid Transition for Content */
.faq-content-wrap-75989119 {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease-in-out;
}

.faq-item-75989119.is-active .faq-content-wrap-75989119 {
	grid-template-rows: 1fr;
}

.faq-content-75989119 {
	overflow: hidden;
}

.faq-content-inner-75989119 {
	padding: 0 24px 24px 24px;
	color: #555555;
	line-height: 1.6;
}
