.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 );}/* Start custom CSS for text-editor, class: .elementor-element-40822a8 *//* מספור רב-רמות רק ברשימה הזו */
.legal-list ol{
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* כל סעיף: המספר ימוקם מוחלט בצד ההתחלה (ימין ב-RTL), הטקסט מקבל רווח */
.legal-list ol li{
  counter-increment: item;
  position: relative;
  padding-inline-start: 2.2em;   /* רווח לפני הטקסט כדי שלא יעלה על המספר */
  margin: .6em 0;
  line-height: 1.6;
}

/* המספר עצמו */
.legal-list ol li::before{
  content: counters(item,".") ".";
  position: absolute;
  inset-inline-start: 0;         /* ב-RTL זה ימין; ב-LTR זה שמאל */
  top: 0;
  font-weight: 700;              /* התאימי לפי העיצוב שלך */
  font-size: 1.1em;              /* הגדלה קלה; אפשר לשנות */
}

/* תתי סעיפים (1.1, 1.2...) */
.legal-list ol ol{
  counter-reset: item;
  padding: 0;
  margin: .4em 0 0 0;
}

/* מבטל רווחי ברירת מחדל של בלוקים בתוך ה-li (כותרות/פסקאות) */
.legal-list ol li > h1,
.legal-list ol li > h2,
.legal-list ol li > h3,
.legal-list ol li > p{
  margin: 0;
}/* End custom CSS */