﻿@media (min-width: 1024px) {
    .news-details {
        margin-top: 6rem !important;
    }
}
/* ====== News Details ====== */

.news-details {
    background: #fff;
}

/* تصویر کاور */
.news-cover {
    max-height: 700px;
    overflow: hidden;
    background: #000;
}

    .news-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* هدر */
.news-header {
    max-width: 850px;
    margin: 40px auto 24px;
    text-align: center;
    padding: 0 16px;
}

.news-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.9;
    color: #1f2937;
    margin-bottom: 18px;
}

/* متا بار */
.news-meta-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
    color: #6b7280;
}

    .news-meta-bar i {
        margin-left: 4px;
        color: #7c3aed;
    }

/* محتوای خبر */
.news-content {
    max-width: 850px;
    margin: 0 auto 80px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 2.2;
    color: #374151;
}

    /* تایپوگرافی داخل متن */
    .news-content p {
        margin-bottom: 18px;
    }

    .news-content img {
        max-width: 100%;
        border-radius: 12px;
        margin: 24px auto;
        display: block;
    }

    .news-content h2,
    .news-content h3 {
        margin: 36px 0 18px;
        font-weight: 700;
        color: #111827;
    }

    .news-content a {
        color: #7c3aed;
        text-decoration: none;
    }

        .news-content a:hover {
            text-decoration: underline;
        }
