.elementor-2083 .elementor-element.elementor-element-cc142ad{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b0d058c */.content {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    /* فونت IRANSans باید از قبل بارگذاری شده باشد */
    font-family: 'IRANSans', Tahoma, sans-serif;
    color: #081c00;
    line-height: 1.7;
    direction: rtl;
    background: #f4f7f4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: justify;
    text-justify: inter-word; /* برای تراز دوطرفه بهتر کلمات */
    word-break: break-word; /* برای شکستن کلمات طولانی */
}

.content h1 {
    color: #0b3b00;
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b00;
    padding-bottom: 10px;
}

.content h2 {
    color: #0b3b00;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

.content h3 {
    color: #0b3b00;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.content h4 {
    color: #2f4f2f;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    padding-right: 25px; /* برای ایجاد فاصله از چپ برای لیست‌ها */
    margin-bottom: 20px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    color: #2f4f2f;
    font-size: 18px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 18px;
}

.content blockquote {
    background: #e8f0e8;
    border-right: 4px solid #0b3b00;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
}

.content thead {
    background: #0b3b00;
    color: #fff;
}

.content th, .content td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.tp-btn {
    text-align: center;
    margin: 40px 0;
}

.tp-btn a {
    display: inline-block;
    background: #081c00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.tp-btn a:hover {
    background: #145214;
    transform: translateY(-2px);
}

.tags {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.highlight {
    background: #e0f0e0;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #0b3b00;
}

.info-box {
    background: #d9e8d9;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #0b3b00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.medical-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #1976d2;
}

.medical-box p:last-child {
    margin-bottom: 0;
}

/* استایل‌های Responsive برای صفحات با عرض کمتر از 768 پیکسل */
@media (max-width: 768px) {
    .content {
        padding: 15px; /* کاهش padding در سایزهای کوچک */
    }

    .content h1 {
        font-size: 1.8em; /* کاهش سایز عنوان */
    }

    .content p, .content li {
        font-size: 16px; /* کاهش سایز متن پاراگراف و لیست */
    }

    .content table {
        font-size: 14px; /* کاهش سایز جدول */
    }

    .content th, .content td {
        padding: 8px; /* کاهش padding سلول‌های جدول */
    }
}/* End custom CSS */