.elementor-302 .elementor-element.elementor-element-fc68fb9{--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;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-302 .elementor-element.elementor-element-92b7a73.xpro-widget-bg-overlay > .elementor-widget-container:before{transition:background 0.3s;}.elementor-302 .elementor-element.elementor-element-92b7a73 img{width:54%;}.elementor-302 .elementor-element.elementor-element-4eaac82{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-302 .elementor-element.elementor-element-08411fa.xpro-widget-bg-overlay > .elementor-widget-container:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-08411fa *//* ظرف کلی مقاله */
.blog-post {
  font-family: "Peyda", "Yekan Bakh", sans-serif;
  color: #333;
  line-height: 1.9;
  max-width: 850px;
  margin: auto;
  padding: 30px 18px;
}

/* عنوان اصلی */
.blog-post h1 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2F48B5;
  line-height: 1.4;
}

/* پاراگراف لید */
.blog-post .lead {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 30px;
  background: #f6f9ff;
  padding: 15px 20px;
  border-left: 4px solid #2F48B5;
  border-radius: 6px;
}

/* تیترهای H2 */
.blog-post h2 {
  font-size: 24px;
  margin: 32px 0 16px;
  color: #2F48B5;
  border-bottom: 2px solid rgba(47,72,181,.2);
  padding-bottom: 6px;
}

/* تیترهای H3 */
.blog-post h3 {
  font-size: 20px;
  margin: 24px 0 10px;
  color: #00BFFF;
}

/* لیست‌ها */
.blog-post ul, 
.blog-post ol {
  margin: 12px 0 20px 20px;
  padding: 0;
}
.blog-post li {
  margin-bottom: 8px;
  color: #444;
}

/* لینک‌ها */
.blog-post a {
  color: #2F48B5;
  text-decoration: underline;
  transition: color .3s;
}
.blog-post a:hover {
  color: #00BFFF;
}

/* فهرست مطالب */
.blog-post .toc {
  background: #f9f9f9;
  padding: 18px;
  border-radius: 10px;
  margin: 25px 0 35px;
  border: 1px solid rgba(0,0,0,.08);
}
.blog-post .toc strong {
  display: block;
  margin-bottom: 10px;
  color: #2F48B5;
}
.blog-post .toc ol {
  list-style: decimal inside;
  margin: 0;
}
.blog-post .toc li {
  margin: 6px 0;
}

/* FAQ */
.blog-post #faq h2 {
  text-align: center;
  margin-bottom: 20px;
}
.blog-post #faq h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2F48B5;
  margin: 18px 0 8px;
}
.blog-post #faq p {
  font-size: 15px;
  color: #555;
  margin-bottom: 14px;
}

/* CTA پایانی */
.blog-post .cta-box {
  background: linear-gradient(135deg, #2F48B5, #00BFFF);
  color: #fff;
  padding: 28px 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.blog-post .cta-box p {
  font-size: 17px;
  margin-bottom: 16px;
}
.blog-post .cta-box a {
  display: inline-block;
  background: #fff;
  color: #2F48B5;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}
.blog-post .cta-box a:hover {
  background: #00BFFF;
  color: #fff;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .blog-post h1 { font-size: 24px; }
  .blog-post h2 { font-size: 20px; }
  .blog-post h3 { font-size: 18px; }
  .blog-post .lead { font-size: 16px; }
}/* End custom CSS */