/* ===================================================================
   blog-post.css — فقط برای blog/blog-post.php
   تایپوگرافی متن مقاله (پاراگراف، تیتر، لیست، نقل قول)
   =================================================================== */

.content p {
    margin-bottom: 1rem;
    line-height: 2.2;
    font-size: 0.95rem;
    color: #475569;
}

.content h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.content ul {
    margin-bottom: 1.25rem;
    padding-right: 1.5rem;
    list-style: disc;
}

.content li {
    margin-bottom: 0.45rem;
}

.content blockquote {
    border-right: 3px solid #22c55e;
    padding-right: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #0f172a;
    background: rgba(16, 185, 129, 0.04);
    border-radius: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
