.cfa-container-9132 { font-family: 'Rubik', sans-serif; direction: rtl; text-align: center; }
.cfa-header-9132 { margin-bottom: 2.5rem; }
.cfa-title-9132 { font-size: 2.5rem; color: var(--e-global-color-text); margin-bottom: 0.5rem; font-weight: 800; letter-spacing: -0.5px; }
.cfa-subtitle-9132 { font-size: 1.25rem; color: var(--e-global-color-53924360); font-weight: 400; margin:0; }

.cfa-accordion-wrapper-9132 { margin: 0 auto; text-align: right; width: 100%; } /* Max-width controlled by Elementor */

/* Item Layout: The row itself */
.cfa-item-9132 { 
    border: none; 
    background-color: #ffffff; 
    border-radius: 12px; 
    margin-bottom: 16px; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.cfa-item-9132:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.cfa-item-9132.active { 
    background-color: #f8fafc;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Question Button */
.cfa-question-9132 { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background: transparent; 
    border: none; 
    cursor: pointer; 
    text-align: right; 
    font-family: inherit; 
    transition: background-color 0.2s ease;
    padding: 24px 28px;
}

/* Typography Hierarchy */
.cfa-question-content-9132 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cfa-question-text-9132 { 
    font-size: 1.25rem; 
    font-weight: 700; 
    color: var(--e-global-color-text);
    margin: 0; 
    line-height: 1.4; 
    transition: color 0.3s;
}

/* Optional Badge */
.cfa-badge-9132 { 
    background: var(--e-global-color-accent); 
    color: #fff; 
    font-size: 0.8rem; 
    padding: 4px 10px; 
    border-radius: 20px; 
    font-weight: 600; 
    white-space: nowrap;
}

/* Icons */
.cfa-icon-9132 { position: relative; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; color: var(--e-global-color-53924360); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s; flex-shrink: 0; margin-right: 15px; }

/* Plus/Minus */
.cfa-icon-plus .cfa-plus-h, .cfa-icon-plus .cfa-plus-v { position: absolute; background: currentColor; border-radius: 2px; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.cfa-icon-plus .cfa-plus-h { width: 20px; height: 3px; }
.cfa-icon-plus .cfa-plus-v { width: 3px; height: 20px; }
.cfa-item-9132.active .cfa-icon-plus .cfa-plus-v { transform: rotate(90deg); opacity: 0; }

/* Chevron */
.cfa-icon-chevron svg { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); width: 24px; height: 24px;}
.cfa-item-9132.active .cfa-icon-chevron svg { transform: rotate(180deg); }

/* Answer Box */
.cfa-answer-9132 { display: none; }
.cfa-answer-inner-9132 { 
    color: #475569; 
    line-height: 1.7; 
    padding: 0 28px 28px 28px;
    font-size: 1.1rem;
}
.cfa-answer-inner-9132 p:last-child { margin-bottom: 0; }

/* CTA Section */
.cfa-cta-wrapper-9132 {
	margin-top: 3rem;
	text-align: center;
}

.cfa-cta-btn-9132 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: var(--e-global-color-primary);
	color: #fff;
	font-family: inherit;
	font-size: 1.15rem;
	font-weight: 600;
	padding: 16px 36px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: none;
	cursor: pointer;
}

.cfa-cta-btn-9132:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	opacity: 0.95;
}

.cfa-cta-btn-9132 svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* Density Modes */
.cfa-density-compact .cfa-question-9132 { padding: 16px 20px; }
.cfa-density-compact .cfa-answer-inner-9132 { padding: 0 20px 20px 20px; font-size: 1rem; }
.cfa-density-compact .cfa-question-text-9132 { font-size: 1.15rem; }

.cfa-density-spacious .cfa-question-9132 { padding: 32px 36px; }
.cfa-density-spacious .cfa-answer-inner-9132 { padding: 0 36px 36px 36px; font-size: 1.2rem; }
.cfa-density-spacious .cfa-question-text-9132 { font-size: 1.35rem; }