.elementor-widget-text-editor{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-86672 .elementor-element.elementor-element-22011a38{width:var( --container-widget-width, 101% );max-width:101%;--container-widget-width:101%;--container-widget-flex-grow:0;color:#1F1F1F;}/* Start custom CSS for text-editor, class: .elementor-element-22011a38 */.education-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 16px;
  text-align: right;
  direction: rtl;
}

.education-table thead th {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  text-align: center;
  width: 60%; /* אורך אחיד לכל עמודה */
}

.education-table tbody td {
  border: 1px solid #ddd;
  padding: 8px;
  width: 50%; /* אורך אחיד לכל עמודה */
  word-wrap: break-word; /* מבטיח שאין גלילה */
}

.education-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.education-table tbody tr:hover {
  background-color: #f1f1f1;
}

.education-table caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #555;
}/* End custom CSS */