.elementor-12168 .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-12168 .elementor-element.elementor-element-e6527da > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12168 .elementor-element.elementor-element-e6527da{text-align:justify;font-size:25px;line-height:45px;}.elementor-12168 .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-12168 .elementor-element.elementor-element-e5245f0{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-12168 .elementor-element.elementor-element-e5245f0 .elementor-divider-separator{width:100%;}.elementor-12168 .elementor-element.elementor-element-e5245f0 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-12168 .elementor-element.elementor-element-36d14c7{--display:flex;}.elementor-12168 .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-12168 .elementor-element.elementor-element-81d3614{--divider-border-style:solid;--divider-color:#000;--divider-border-width:3px;}.elementor-12168 .elementor-element.elementor-element-81d3614 .elementor-divider-separator{width:100%;}.elementor-12168 .elementor-element.elementor-element-81d3614 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-12168 .elementor-element.elementor-element-3c372c1{--display:flex;}.elementor-12168 .elementor-element.elementor-element-29e47d7{--display:flex;}.elementor-12168 .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-12168 .elementor-element.elementor-element-48ca6af > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12168 .elementor-element.elementor-element-48ca6af{text-align:justify;font-family:"Times New Roman", Sans-serif;font-size:25px;}.elementor-12168 .elementor-element.elementor-element-9fafcbe{--n-accordion-title-font-size:1rem;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--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 *//* === حفظ تنظیمات اصلی گرید و پادها (بدون تغییر در فریمورک شما) === */
.wis-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 25px;
  
  /* --- اضافه شده برای نسخه انگلیسی --- */
  direction: ltr !important; /* اجبار کل گرید به چیدمان چپ به راست */
}

.wis-post-item {
  background: #f8f9fa;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  
  /* --- اضافه شده برای نسخه انگلیسی --- */
  direction: ltr !important; 
  text-align: left !important; /* چپ‌چین کردن متن‌های داخل پاد */
  font-family: 'Segoe UI', Arial, sans-serif !important; /* تعویض فونت به انگلیسی برای لاتین شدن اعداد (مثل 2026) */
}

.wis-post-item:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* === استایل عنوان و شکستن کلمات (کاملاً حفظ شده + چپ‌چین) === */
.wis-title a {
  color: #005A9E;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: 1.5;

  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  
  /* --- اضافه شده برای نسخه انگلیسی --- */
  text-align: left !important;
}

.wis-title a:hover {
  color: #00BCD4;
}

/* === پاراگراف خلاصه (کاملاً حفظ شده + چپ‌چین) === */
.wis-excerpt {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;

  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  
  /* --- اضافه شده برای نسخه انگلیسی --- */
  text-align: left !important;
}

/* === لینک "ادامه مطلب / Read More" (کاملاً حفظ شده + چپ‌چین) === */
.wis-readmore {
  display: inline-block;
  margin-top: 8px;
  color: #00BCD4;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;

  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  
  /* --- اضافه شده برای نسخه انگلیسی --- */
  text-align: left !important;
}

.wis-readmore:hover {
  color: #005A9E;
  text-decoration: underline;
}
/* === تنظیم و یکدست‌سازی ابعاد تصاویر در نسخه انگلیسی یا عربی === */
.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 */