﻿
.article-title a {
    font-weight: 500;
    color: #333;
}

.single-blog-post {
    min-height: 320px;
    margin-bottom: 20px;
}

.post-thumbnail {
    width: 100%;
    height: 160px;
    object-fit: cover; /* عکس بدون کشیدگی */
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

    .article-title a {
        text-decoration: none;
        color: #333;
    }

        .article-title a:hover {
            color: #007BFF;
        }

.post-category {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

