.elementor-1414 .elementor-element.elementor-element-6f645149{--display:flex;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-583e9af9 *//* اعمال اجباری فونت IranSans به تمام عناصر صفحه */
* {
  font-family: 'IranSans', sans-serif !important;
}

/* تغییر اجباری رنگ تمام لینک‌ها */
a, a:visited, a:hover, a:active {
  color: #d4af37;
  text-decoration: none !important; /* اختیاری: حذف زیرخط */
}

/* تغییر رنگ متن، رنگ حاشیه و گردی گوشه دکمه‌ها */
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link,
.elementor-button {
  color: #d4af37 !important;              /* رنگ متن */
  border: 2px solid #d4af37 !important;   /* رنگ حاشیه */
  border-radius: 15px !important;         /* گردی گوشه‌ها */
  background-color: transparent !important; /* پس‌زمینه شفاف (اختیاری) */
}

/* اعمال اجباری فونت و رنگ متن به تمام عناصر */
* {
  font-family: 'IranSans', Arial, sans-serif !important;
  color: #ffffff !important;
}

/* اعمال فونت IranSans به تمام تیترهای h1 تا h6 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'IranSans', Arial, sans-serif !important;
}

/* اعمال خاص برای المنتور کیت */
.elementor-kit-6 h3 {
  font-family: 'IranSans', Arial, sans-serif !important;
}

.mjum-dashboard-card {
  background: transparent !important;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid transparent !important;
  transition: none !important;
  box-shadow: none !important;
}

/* حذف هرگونه تغییر در حالت هاور */
.mjum-dashboard-card:hover {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

.mjum-orders-table th, .mjum-orders-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #d4af37;
  color: #ffffff !important;
  font-family: 'IranSans', Arial, sans-serif !important;
}/* End custom CSS */