/* ============================================================
   DMHouse — برگه متنی (تایپوگرافی سراسری، RTL)
   ============================================================ */
.dm-text-page { direction: rtl; background: #fff; }
.dm-text-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 24px 70px;
}

/* عنوان برگه */
.dm-text-title {
    font-size: 24px;
    font-weight: 900;
    color: #1f2430;
    line-height: 1.7;
    margin: 0 0 28px;
}

/* بدنه‌ی متن */
.dm-text-content {
    font-size: 15px;
    line-height: 2.1;
    color: #4b5563;
}
.dm-text-content > *:first-child { margin-top: 0; }

/* سرفصل‌ها */
.dm-text-content h2 {
    font-size: 18px; font-weight: 800; color: #1f2430;
    margin: 40px 0 16px; line-height: 1.7;
}
.dm-text-content h3 {
    font-size: 16px; font-weight: 800; color: #2b2f38;
    margin: 30px 0 12px; line-height: 1.7;
}
.dm-text-content h4 {
    font-size: 15px; font-weight: 700; color: #2b2f38;
    margin: 24px 0 10px;
}

/* پاراگراف و تأکیدها */
.dm-text-content p { margin: 0 0 18px; }
.dm-text-content strong, .dm-text-content b { color: #1f2430; font-weight: 800; }
.dm-text-content a { color: var(--dm-primary,#ff6600); text-decoration: none; font-weight: 700; }
.dm-text-content a:hover { text-decoration: underline; }

/* فهرست‌ها */
.dm-text-content ul,
.dm-text-content ol { margin: 0 0 18px; padding-right: 22px; }
.dm-text-content li { margin-bottom: 10px; }
.dm-text-content ul { list-style: disc; }
.dm-text-content ol { list-style: decimal; }

/* نقل‌قول */
.dm-text-content blockquote {
    border-right: 4px solid var(--dm-primary,#ff6600);
    background: #faf7f4; border-radius: 0 12px 12px 0;
    padding: 14px 20px; margin: 22px 0; color: #55606e;
}

/* جدول */
.dm-text-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.dm-text-content th,
.dm-text-content td { border: 1px solid #eceef2; padding: 12px 14px; text-align: right; }
.dm-text-content th { background: #f8f9fb; font-weight: 700; color: #374151; }

/* خط جداکننده و تصویر */
.dm-text-content hr { border: none; border-top: 1px solid #eceef2; margin: 30px 0; }
.dm-text-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 18px 0; }

@media (max-width: 640px) {
    .dm-text-inner { padding: 26px 16px 50px; }
    .dm-text-title { font-size: 20px; }
    .dm-text-content { font-size: 14.5px; line-height: 2; }
    .dm-text-content h2 { font-size: 16.5px; }
}
