.elementor-70 .elementor-element.elementor-element-ccd6235{--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-70 .elementor-element.elementor-element-7455d5da{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS *//* כללי */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  direction: rtl; /* שינוי לכיוון מימין לשמאל */
}

.responsive-table th, .responsive-table td {
  padding: 15px;
  text-align: right; /* טקסט מימין לשמאל */
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

/* עיצוב כותרות */
.responsive-table th {
  background-color: #4CAF50;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* שורות ריחוף */
.responsive-table tr:hover {
  background-color: #f1f1f1;
}

/* עיצוב כפתורים עם אפקטים */
.responsive-table td {
  position: relative;
}

@media screen and (max-width: 600px) {
  /* מוסתר כותרת בטאבלטים וטלפונים */
  .responsive-table thead {
    display: none;
  }

  /* הופך את כל שורה לבלוק */
  .responsive-table tr {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
  }

  .responsive-table td {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding-left: 50%;
  }

  /* מוסיף את שם הכותרת כ-before */
  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    color: #4CAF50;
  }

  /* עיצוב נוסף לסמלים */
  .responsive-table td::before {
    font-size: 16px;
    font-weight: bold;
  }
}/* End custom CSS */