.elementor-kit-32{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0866FF;--e-global-color-9de0ffa:#FFFFFF;--e-global-typography-primary-font-family:"peyda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"peyda";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"peyda";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"peyda";--e-global-typography-accent-font-weight:500;background-color:#F3F5F9;font-family:"peyda", Sans-serif;}.elementor-kit-32 e-page-transition{background-color:#FFBC7D;}.elementor-kit-32 a{color:#1976D2;font-family:"peyda", Sans-serif;}.elementor-kit-32 h1{font-family:"peyda", Sans-serif;}.elementor-kit-32 h2{color:var( --e-global-color-secondary );font-family:"peyda", Sans-serif;font-size:25px;}.elementor-kit-32 h3{color:#6A6D72;font-family:"peyda", Sans-serif;font-size:20px;}.elementor-kit-32 h4{font-family:"peyda", Sans-serif;}.elementor-kit-32 h5{font-family:"peyda", Sans-serif;}.elementor-kit-32 h6{font-family:"peyda", Sans-serif;}.elementor-kit-32 button,.elementor-kit-32 input[type="button"],.elementor-kit-32 input[type="submit"],.elementor-kit-32 .elementor-button{color:var( --e-global-color-9de0ffa );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* تک خط شدن عنوان مقالات */
.title-blog-card{
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;         
  text-overflow: ellipsis;
  padding-top: 3px;
}












/* border-radius تصاویر مقالات */
img[decoding="async"] {
    border-radius: 12px;
}











/* 🎨 استایل اصلی جدول (دسکتاپ، اندروید و مرورگرها) */
table {
  width: 100%;
  border-spacing: 0;
  overflow-x: auto;
}
@media(max-width:720px){
    table{
        display: block;
    }
}
table thead tr { position: relative; }
table thead tr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0866ff;
  border-radius: 7px;
  z-index: 0;
}
table thead th {
  position: relative;
  z-index: 2;
  color: #fff !important;
  padding: 14px !important;
  text-align: center;
  font-weight: 600;
  border: none !important;
  background: transparent !important;
}

table tbody tr { position: relative; }
table tbody tr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 7px;
  z-index: 0;
  pointer-events: none;
}

table tbody tr:nth-child(even)::before {
  background: #F0F2F7;
}

table tbody td {
  position: relative;
  z-index: 2;
  padding: 14px !important;
  text-align: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

table td, table th {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* 🍎 استایل مخصوص آیفون (Safari iOS سازگار) */
@supports (-webkit-touch-callout: none) {
  /* Safari در آیفون pseudo-element روی <tr> را پشتیبانی نمی‌کند */
  table thead tr::before,
  table tbody tr::before {
    content: none !important;
  }

  /* اعمال پس‌زمینه مستقیم روی ردیف‌ها */
  table thead tr {
    background: #0866ff !important;
    border-radius: 7px;
  }

  table thead th {
    color: #fff !important;
    background: #0866ff !important;
  }

  table tbody tr {
    background: #fff !important;
    border-radius: 7px;
  }

  table tbody tr:nth-child(even) {
    background: #F0F2F7 !important;
  }
}/* End custom CSS */