.elementor-484800 .elementor-element.elementor-element-61508d8 > .elementor-widget-container{background-color:var( --e-global-color-text );padding:5px 0px 5px 0px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-widget-container{transition:all 400ms;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon i{color:var( --e-global-color-30bf46eb );font-size:14px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon svg{fill:var( --e-global-color-30bf46eb );--e-icon-list-icon-size:14px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon{width:14px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-text, .elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-text a{color:var( --e-global-color-30bf46eb );}.elementor-484800 .elementor-element.elementor-element-94bab8e .elementor-widget-container{transition:all 400ms;}.elementor-484800 .elementor-element.elementor-element-29af15c .elementor-widget-container{transition:all 400ms;}.elementor-484800 .elementor-element.elementor-element-29af15c{text-align:justify;}.elementor-484800 .elementor-element.elementor-element-5befa0f .elementor-button{background-color:var( --e-global-color-60e36562 );}.elementor-484800 .elementor-element.elementor-element-5befa0f .elementor-widget-container{transition:all 400ms;}.elementor-484800 .elementor-element.elementor-element-36333c1 .elementor-widget-container{transition:all 400ms;}@media(min-width:768px){.elementor-484800 .elementor-element.elementor-element-7d13a84{width:27.871%;}.elementor-484800 .elementor-element.elementor-element-3ba53ab{width:72.129%;}}@media(max-width:767px){.elementor-484800 .elementor-element.elementor-element-61508d8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 0px 5px 0px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon{width:12px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon i{font-size:12px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-icon svg{--e-icon-list-icon-size:12px;}.elementor-484800 .elementor-element.elementor-element-61508d8 .elementor-icon-list-item{font-size:12px;}}/* Start custom CSS for text-editor, class: .elementor-element-36333c1 *//* 🎨 سکشن مخصوص محتوای مقاله تاپینگ */
.tping-article {
  line-height: 2;
  font-size: 17px;
  background: #fff;
  padding: 32px 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* تیترها */
.tping-article h1,
.tping-article h2,
.tping-article h4,
.tping-article h3 {
  color: white !important;
  background: #a9020a !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  margin-bottom: 0.5em !important;
  letter-spacing: -0.3px !important;
  text-align: center !important;
}

.tping-article h1 {
  font-size: 2rem;
  border-bottom: 3px solid rgba(169, 2, 10, 0.2);
  padding-bottom: 10px;
}

.tping-article h2 {
  font-size: 1.6rem;
  position: relative;
  padding-right: 14px;
}

.tping-article h2::before {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 5px;
  height: 80%;
  border-radius: 4px;
  background: linear-gradient(180deg, #a9020a, #d10c0c);
}

.tping-article h3 {
  font-size: 1.3rem;
  color: #444;
}

/* پاراگراف‌ها */
.tping-article p {
  text-align: justify;
  line-height: 2.1;
  color: #222;
}

.tping-article p strong {
  color: #000;
  font-weight: 700;
}

/* لیست‌ها */
.tping-article ul,
.tping-article ol {
  margin: 16px 0 16px 24px;
}

.tping-article li {
  margin-bottom: 8px;
  line-height: 2;
}

.tping-article ul li::marker {
  color: #a9020a;
}

/* لینک‌ها */
.tping-article a {
  color: #a9020a;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.tping-article a:hover {
  color: #820108;
  border-bottom: 1px solid #a9020a;
}

/* جداول */
.tping-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
  border-radius: 10px;
  overflow: hidden;
}

.tping-article th,
.tping-article td {
  border: 1px solid #eee;
  padding: 12px;
  text-align: center;
}

.tping-article th {
  background: #fff4f4;
  color: #a9020a;
  font-weight: 700;
}

.tping-article tr:nth-child(even) {
  background: #fdfdfd;
}

/* بلاک‌کوت (نقل قول) */
.tping-article blockquote {
  border-right: 4px solid #a9020a;
  background: #fff5f5;
  padding: 18px 22px;
  font-style: italic;
  margin: 24px 0;
  border-radius: 12px;
  color: #444;
}

/* نکات / هشدارها */
.tping-article .note,
.tping-article .warning {
  padding: 18px 20px;
  border-radius: 12px;
  margin: 28px 0;
  line-height: 1.9;
}

.tping-article .note {
  background: #fff3f3;
  border-right: 5px solid #a9020a;
}

.tping-article .warning {
  background: #fff0f0;
  border-right: 5px solid #ff4444;
}

/* خطوط جداکننده */
.tping-article hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, #a9020a 0%, transparent 100%);
  margin: 36px 0;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .tping-article {
    font-size: 16px;
    padding: 22px 16px;
    border-radius: 12px;
  }

  .tping-article h1 {
    font-size: 1.6rem;
  }

  .tping-article h2 {
    font-size: 1.4rem;
  }

  .tping-article h3 {
    font-size: 1.15rem;
  }

  .tping-article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.85rem;
  }

  .tping-article p {
    line-height: 2.2;
  }
}
/* 🎯 استایل خاص برای لیست‌ها */
.tping-article ul,
.tping-article ol {
  margin: 1.2em 0;
  padding-right: 0;
  list-style: none !important;
}

.tping-article li {
  position: relative;
  padding-right: 28px;
  margin-bottom: 12px;
  line-height: 2;
  color: #222;
  font-size: 16.5px;
}

/* ✅ بولت سفارشی برای UL */
.tping-article ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a9020a;
  box-shadow: 0 0 0 4px rgba(169, 2, 10, 0.15);
}

/* 🔢 استایل مخصوص OL (لیست عددی) */
.tping-article ol {
  counter-reset: tp-counter;
}

.tping-article ol li {
  counter-increment: tp-counter;
}

.tping-article ol li::before {
  content: counter(tp-counter) ".";
  position: absolute;
  right: 0;
  top: 0;
  color: #a9020a;
  font-weight: 700;
  font-size: 17px;
}

/* ✨ حالت لیست با آیکن تیک (در صورت نیاز با کلاس اضافه) */
.tping-article ul.check-list li::before {
  content: "✓";
  font-family: "Arial";
  font-weight: bold;
  color: #a9020a;
  background: none;
  box-shadow: none;
  font-size: 18px;
  top: 4px;
}

/* 📱 ریسپانسیو موبایل */
@media (max-width: 768px) {
  .tping-article li {
    padding-right: 24px;
    font-size: 15.5px;
  }

  .tping-article ul li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }

  .tping-article ol li::before {
    font-size: 15px;
    top: 0;
  }
}/* End custom CSS */