/* استكمال توحيد خط Tajawal في العناصر التي تتجاوز إعدادات القالب */
.e-tabs-title,
.e-tab-title-text,
.e-tab-title-text button,
.jw-testimonials__comment,
.jw-testimonials__comment *,
.elementor-image-box-description {
  font-family: "Tajawal", sans-serif !important;
}

/* تمييز الروابط النصية داخل محتوى الصفحات */
.elementor-widget-text-editor a:not(.elementor-button) {
  color: #184FAE !important;
  font-family: "Tajawal", sans-serif !important;
  font-weight: 800 !important;
  text-decoration-line: underline !important;
  text-decoration-color: #FDC800 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.elementor-widget-text-editor a:not(.elementor-button):hover,
.elementor-widget-text-editor a:not(.elementor-button):focus {
  color: #002147 !important;
  text-decoration-color: #184FAE !important;
}