.faq-acc-section-1540 {
	width: 100%;
}

.faq-acc-container-1540 {
	max-width: 900px;
	margin: 0 auto;
}

.faq-acc-header-1540 {
	max-width: 700px;
	margin: 0 auto 50px auto;
}

.faq-acc-eyebrow-1540 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 500;
}

.faq-acc-heading-1540 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 600;
}

.faq-acc-intro-1540 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.faq-acc-list-1540 {
	display: flex;
	flex-direction: column;
}

.faq-acc-item-1540 {
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid transparent; /* Fallback */
}

.faq-acc-title-wrap-1540 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s ease;
}

.faq-acc-title-1540 {
	font-size: 18px;
	font-weight: 600;
	padding-right: 20px;
	transition: color 0.3s ease;
}

.faq-acc-icon-1540 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: color 0.3s ease;
}

.faq-acc-icon-1540 svg {
	transition: fill 0.3s ease;
}

.faq-acc-icon-opened-1540 {
	display: none;
}

.faq-acc-content-1540 {
	display: none;
}

.faq-acc-content-inner-1540 {
	font-size: 15px;
	line-height: 1.6;
	padding-top: 10px;
}

.faq-acc-content-inner-1540 p:last-child {
	margin-bottom: 0;
}

/* Active State */
.faq-acc-item-1540.active .faq-acc-icon-closed-1540 {
	display: none;
}

.faq-acc-item-1540.active .faq-acc-icon-opened-1540 {
	display: block;
}

.faq-acc-item-1540.active .faq-acc-content-1540 {
	display: block;
}

/* Mobile Layout Behavior */
@media (max-width: 768px) {
	.faq-acc-heading-1540 {
		font-size: 28px;
	}
	
	.faq-acc-header-1540 {
		margin-bottom: 30px;
	}
	
	.faq-acc-title-1540 {
		font-size: 16px;
	}
}