.elementor-244 .elementor-element.elementor-element-8903c15{--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;--padding-top:6px;--padding-bottom:6px;--padding-left:3px;--padding-right:3px;}.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 );}:root{--page-title-display:none;}/* Start custom CSS *//* ===============================
   Privacy Policy – Master CSS
   =============================== */

#privacy-master {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 20px;
  font-size: 17px;
  line-height: 1.85;
  color: #222;
  direction: rtl;
}

/* כותרת ראשית */
#privacy-master h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 22px;
}

/* פסקת פרטים עליונה */
#privacy-master > p:first-of-type {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

/* -------------------------------
   תוכן עניינים
-------------------------------- */

#privacy-master ol {
  list-style-position: inside;     /* המספרים בתוך המסגרת */
  padding: 20px 24px;              /* רווח פנימי */
  margin: 0 0 40px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

#privacy-master ol li {
  margin-bottom: 10px;
}

/* -------------------------------
   כרטיסי סעיפים
-------------------------------- */

/* כותרת סעיף */
#privacy-master h2 {
  font-size: 20px;
  margin: 48px 0 0;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;   /* פינות מעוגלות מלאות */
}

/* תוכן הסעיף – כל מה שאחרי h2 */
#privacy-master h2 + p,
#privacy-master h2 + ul {
  margin: 0;
  padding: 16px 20px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;      /* ❌ הסרת הפס בין כותרת לתוכן */
  border-radius: 0 0 10px 10px;
}

/* אם יש גם פסקה וגם רשימה */
#privacy-master h2 + p + ul {
  margin-top: -8px;
  border-top: none;
}

/* רשימות בתוך סעיף */
#privacy-master ul {
  padding-inline-start: 20px;
}

#privacy-master li {
  margin-bottom: 8px;
}

/* -------------------------------
   קווים מפרידים (אם יש)
-------------------------------- */

#privacy-master hr {
  display: none; /* לא צריך – הכרטיסים מחליפים */
}

/* -------------------------------
   קישורים
-------------------------------- */

#privacy-master a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}

#privacy-master a:hover {
  text-decoration: underline;
}/* End custom CSS */