.elementor-12185 .elementor-element.elementor-element-3261c47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12185 .elementor-element.elementor-element-e6527da > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12185 .elementor-element.elementor-element-e6527da{text-align:justify;font-size:25px;line-height:45px;}.elementor-12185 .elementor-element.elementor-element-a14fed5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12185 .elementor-element.elementor-element-e5245f0{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-12185 .elementor-element.elementor-element-e5245f0 .elementor-divider-separator{width:100%;}.elementor-12185 .elementor-element.elementor-element-e5245f0 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-12185 .elementor-element.elementor-element-36d14c7{--display:flex;}.elementor-12185 .elementor-element.elementor-element-e06b066{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12185 .elementor-element.elementor-element-81d3614{--divider-border-style:solid;--divider-color:#000;--divider-border-width:3px;}.elementor-12185 .elementor-element.elementor-element-81d3614 .elementor-divider-separator{width:100%;}.elementor-12185 .elementor-element.elementor-element-81d3614 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-12185 .elementor-element.elementor-element-3c372c1{--display:flex;}.elementor-12185 .elementor-element.elementor-element-29e47d7{--display:flex;}.elementor-12185 .elementor-element.elementor-element-e672e24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12185 .elementor-element.elementor-element-48ca6af > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12185 .elementor-element.elementor-element-48ca6af{text-align:justify;font-family:"Times New Roman", Sans-serif;font-size:25px;}.elementor-12185 .elementor-element.elementor-element-9fafcbe{--n-accordion-title-font-size:1rem;--n-accordion-title-justify-content:initial;--n-accordion-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for text-editor, class: .elementor-element-e6527da *//* ==========================================================================
   ۶. استایل اختصاصی هایپرلینک‌های بخش رویدادها (آبی استاندارد وب)
   ========================================================================== */
/* حالت عادی لینک‌ها */
.events-page a {
    color: #0066cc !important; /* آبی استاندارد و خوانا برای وب */
    text-decoration: underline !important; /* ایجاد خط زیرین برای تشخیص بهتر لینک */
    transition: color 0.3s ease !important; /* نرم‌تر شدن تغییر رنگ */
}

/* حالت قرارگیری موس روی لینک (Hover) */
.events-page a:hover {
    color: #004499 !important; /* آبی تیره تر هنگام هوور */
    text-decoration: none !important; /* حذف خط زیرین هنگام هوور */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6c11bac *//* ==========================================================================
   کد جامع نسخه عربی (حفظ کامل گرید + بومی‌سازی دکمه Read More به عربی)
   ========================================================================== */

/* ۱. حفظ کامل ساختار گرید و اجبار به راست‌چین شدن چیدمان کارت‌ها */
.wis-category-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 25px !important;
  direction: rtl !important; /* چیدمان کارت‌ها از راست به چپ */
}

/* ۲. راست‌چین کردن کل پاد و تغییر فونت برای اصلاح فرمت اعداد */
.wis-post-item {
  background: #f8f9fa !important;
  border: 1px solid #dcdcdc !important;
  padding: 20px !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  direction: rtl !important;
  text-align: right !important; /* راست‌چین کردن متن‌های داخل پاد */
  font-family: 'Tahoma', 'Segoe UI', sans-serif !important; /* اصلاح فونت برای بومی‌سازی اعداد */
}

.wis-post-item:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
  transform: translateY(-4px) !important;
}

/* ۳. راست‌چین کردن کامل عناوین مقالات */
.wis-title a {
  color: #005A9E !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  display: block !important;
  line-height: 1.5 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  text-align: right !important;
}

.wis-title a:hover {
  color: #00BCD4 !important;
}

/* ۴. راست‌چین کردن متن خلاصه (توضیحات کوتاه) */
.wis-excerpt {
  color: #444 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 8px !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  text-align: right !important;
}

/* ۵. ترفند CSS برای مخفی کردن Read More انگلیسی و جایگزینی "اقرأ المزيد" */
.wis-readmore {
  display: inline-block !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  text-align: right !important;
  float: right !important;
  width: 100% !important;
  
  /* مخفی کردن متن انگلیسی اصلی */
  font-size: 0 !important; 
}

.wis-readmore::before {
  /* تزریق متن روان عربی به عنوان جایگزین */
  content: "اقرأ المزيد" !important; 
  font-size: 15px !important; /* بازگرداندن سایز فونت برای متن عربی */
  color: #00BCD4 !important;
  font-family: 'Tahoma', sans-serif !important;
  text-decoration: none !important;
}

.wis-readmore:hover::before {
  color: #005A9E !important;
  text-decoration: underline !important;
}
/* === تنظیم و یکدست‌سازی ابعاد تصاویر در نسخه انگلیسی یا عربی === */
.wis-post-item img {
  width: 100% !important;
  height: 220px !important; /* کمی ارتفاع بیشتر برای گرید دو ستونه */
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
}/* End custom CSS */