.elementor-795 .elementor-element.elementor-element-ce921f9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for charifund-theme-accordion-widget, class: .elementor-element-da73cc0 *//* النصوص الرئيسية */
.accordion-button,
.accordion-body {
  text-align: right;
  direction: rtl;
}

/* ترتيب السهم لليسار */
.accordion-button {
  justify-content: space-between;
}

/* السهم نفسه يروح شمال ويلف */
.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* لما يتفتح العنصر يرجع السهم لفوق */
.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

/* تنعيم شكل الإجابة */
.accordion-body p {
  margin-bottom: 0;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}/* End custom CSS */