.elementor-452 .elementor-element.elementor-element-1047f16d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-452 .elementor-element.elementor-element-700be20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-bf96471 */<style>
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  direction: ltr; /* ✅ اضافه‌شده برای چپ‌چین شدن */
}

.faq-accordion details {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}

.faq-accordion summary {
  padding: 15px 20px;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  position: relative;
}

.faq-accordion summary::marker {
  display: none;
}

.faq-accordion summary::after {
  content: "›";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-accordion details[open] summary::after {
  transform: rotate(90deg);
}

.faq-accordion .answer {
  padding: 15px 20px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}
</style>/* End custom CSS */