/* --- FORCE readable text on single workshop --- */
body.single-workshop,
body.single-workshop * {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important; /* ספארי */
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

/* קישורים */
body.single-workshop a,
body.single-workshop a * {
  color: #0645ad !important;
  text-decoration: underline !important;
}

/* כותרות */
body.single-workshop h1,
body.single-workshop h2,
body.single-workshop h3 {
  color: #111111 !important;
}
body.single-workshop h4,
body.single-workshop h5,
body.single-workshop h6 {
  color: #111111 !important;
}

/* אם התבנית/אלמנטור משתמשים במשתנים */
body.single-workshop {
  --text: #111 !important;
  --text-color: #111 !important;
  --color-text: #111 !important;
  --global-font-color: #111 !important;
  --wp--preset--color--contrast: #111 !important;
  --e-global-color-text: #111 !important;
}

/* קונטיינרים שראינו בקוד ה-PHP */
body.single-workshop .section.sidebar_layout.sidebar--workshop_mod,
body.single-workshop .sidebar_layout__main {
  color: #111 !important;
}
