.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-546 .elementor-element.elementor-element-3cbb385 img{height:226px;border-radius:50px 50px 50px 50px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for image, class: .elementor-element-3cbb385 *//* עיצוב כללי לפוסטים מיובאים */
.destination-guide {
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.8;
  color: #333;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px;
}

/* כותרות משנה */
.destination-guide h2 {
  font-size: 1.6em;
  color: #0066cc;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* פסקאות */
.destination-guide p {
  margin-bottom: 18px;
  font-size: 1.05em;
}

/* רשימות */
.destination-guide ul,
.destination-guide ol {
  margin: 15px 0 25px 30px;
  padding: 0;
}

.destination-guide li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* טקסט מודגש */
.destination-guide strong {
  color: #000;
  font-weight: 600;
}

/* תמונות בתוך תוכן */
.destination-guide img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* רשימות ממוספרות */
.destination-guide ol {
  list-style-type: decimal;
  margin-left: 35px;
}/* End custom CSS */