.angie-fr-container {
	width: 100%;
	max-width: 800px; /* Constrain width for readability as per design */
	margin: 0 auto; /* Center alignment if container is wider */
}

/* Header */
.angie-fr-header {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
}

/* FAQ List */
.angie-fr-faq-list {
	border-top: 1px solid transparent; /* Placeholder */
}

.angie-faq-item {
	border-bottom: 1px solid #E5E7EB;
	padding: 24px 0;
}

/* Remove first border top if needed, but design shows clear separation */
.angie-faq-item:first-child {
	padding-top: 0;
}

.angie-faq-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	gap: 20px;
}

.angie-faq-question {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.angie-faq-icon {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.angie-faq-item.active .angie-faq-icon {
	transform: rotate(180deg);
}

.angie-faq-body {
	padding-top: 16px;
}

.angie-faq-answer {
	font-size: 16px;
	line-height: 1.6;
}

/* CTA Bottom */
.angie-cta-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}

.angie-cta-desc {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	max-width: 90%;
}

.angie-cta-btn {
	display: inline-block;
	padding: 12px 24px;
	border: 2px solid;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}
