.elementor-2873 .elementor-element.elementor-element-bbece20{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2873 .elementor-element.elementor-element-4005b5e{width:100%;max-width:100%;}.elementor-2873 .elementor-element.elementor-element-4005b5e > .elementor-widget-container{margin:-13px -13px -13px -13px;padding:-100px -100px -100px -100px;}.elementor-2873 .elementor-element.elementor-element-4005b5e.elementor-element{--align-self:center;}/* Start custom CSS for text-editor, class: .elementor-element-4005b5e *//* تنظیمات پایه و ریست (Base and Reset) */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* استایل بدنه و خوانایی در موبایل */
body {
    font-family: Tahoma, 'B Nazanin', Arial, sans-serif;
    line-height: 1.7; /* افزایش فاصله خطوط برای خوانایی بهتر در موبایل */
    background-color: #f0f4f7; /* پس زمینه روشن و آرام */
    color: #333;
    padding: 15px; /* پدینگ مناسب برای موبایل */
    direction: rtl;
    text-align: right;
}

/* ظرف اصلی مقاله */
.blog-post {
    max-width: 900px; /* حداکثر عرض برای دسکتاپ */
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* استایل تیترها (H1, H2, H3, H4) */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #1a5c37; /* رنگ سبز تیره مرتبط با کشاورزی */
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

/* سایز فونت ریسپانسیو برای موبایل */
h1 { font-size: 26px; border-bottom: 3px solid #3c763d; padding-bottom: 10px; }
h2 { font-size: 22px; color: #3c763d; }
h3 { font-size: 18px; color: #5a8d5f; }
h4 { font-size: 16px; font-weight: 600; margin-top: 1em; color: #333; }

/* استایل پاراگراف‌ها */
p {
    font-size: 16px; /* فونت مناسب و خوانا برای موبایل */
    margin-bottom: 1em;
    text-align: justify;
}

/* لینک‌ها (داخلی و خارجی) */
a {
    color: #007bff; /* رنگ آبی برای لینک‌ها */
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* لیست‌ها (شماره‌دار و نقطه‌ای) */
ul, ol {
    margin: 1em 0;
    padding-right: 25px;
    list-style-position: outside;
}

li {
    margin-bottom: 0.8em;
    line-height: 1.6;
}

/* بولد کردن متن کلیدی */
strong {
    color: #000000;
    font-weight: 700;
}

/* استایل کارت برای انواع لوله‌ها */
.pipe-card {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fbfbfb;
}

.ductile-iron {
    border-left: 5px solid #004d40; /* رنگ خاص برای چدن نشکن (اهمیت بالا) */
}

/* مدیا کوئری برای بهبود نمایش در صفحه دسکتاپ (عرض بالای 768 پیکسل) */
@media (min-width: 768px) {
    .blog-post {
        padding: 40px;
    }
    h1 { font-size: 34px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }
    p { font-size: 17px; }
}/* End custom CSS */