﻿.post-detail {
    direction: rtl;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin: 30px 0;

}

/* هدر */
.post-header {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

    .post-header h1 {
        font-size: 24px;
        color: #003560;
        margin: 0;
        line-height: 1.8;
    }

/* متن */
.post-body p {
    font-size: 15px;
    color: #444;
    line-height: 2.2;
    text-align: justify;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .post-detail {
        padding: 20px;
    }

    .post-header h1 {
        font-size: 18px;
    }

    .post-body p {
        font-size: 14px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 21px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}