.elementor-6379 .elementor-element.elementor-element-61a7fa5{overflow:visible;}.elementor-6379 .elementor-element.elementor-element-c056ff0{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-c432d3e */<style>
/* Reset ساده */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* بدنه اصلی */
body {
    font-family: "IRANSans", "Vazirmatn", Tahoma, Arial, sans-serif;
    background-color: #f5f7fa;
    color: #333;
    line-height: 2;
    direction: rtl;
}

/* کانتینر مقاله */
article {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* تیتر اصلی */
article h1 {
    font-size: 32px;
    color: #1f2937;
    margin-bottom: 30px;
    border-right: 6px solid #2563eb;
    padding-right: 15px;
}

/* تیترهای سطح دوم */
article h2 {
    font-size: 24px;
    color: #111827;
    margin-top: 45px;
    margin-bottom: 20px;
    position: relative;
}

article h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #2563eb;
    display: block;
    margin-top: 8px;
}

/* تیترهای سطح سوم */
article h3 {
    font-size: 20px;
    color: #374151;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* پاراگراف‌ها */
article p {
    font-size: 16px;
    margin-bottom: 18px;
    color: #4b5563;
    text-align: justify;
}

/* بولد مهم */
article strong {
    color: #1d4ed8;
    font-weight: 600;
}

/* نقل قول یا تاکید */
article blockquote {
    background-color: #eff6ff;
    border-right: 5px solid #2563eb;
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
    color: #1e40af;
    font-size: 16px;
}

/* لینک‌ها */
article a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

article a:hover {
    text-decoration: underline;
}

/* واکنش‌گرا */
@media (max-width: 768px) {
    article {
        padding: 25px;
        margin: 20px;
    }

    article h1 {
        font-size: 26px;
    }

    article h2 {
        font-size: 21px;
    }

    article h3 {
        font-size: 18px;
    }

    article p {
        font-size: 15px;
    }
}
</style>/* End custom CSS */