
.news-new-detail {
    width: 100%;
}

.news-new-detail .news-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
}

/* Только шапка публикации. Глобальный header сайта не затрагивается. */
.news-new-detail .news-article__header {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: inherit;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: none !important;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
}

.news-new-detail .news-article__header::before,
.news-new-detail .news-article__header::after {
    display: none !important;
    background: none !important;
    content: none !important;
}

.news-new-detail .news-article__date {
    color: #666;
    font-size: 0.9em;
}

.news-new-detail .news-article__title {
    font-size: 2em;
    margin: 1rem 0;
    color: #333;
}

.news-new-detail .news-article__department {
    color: #666;
    font-size: 0.9em;
    margin-top: 0.5rem;
}

.news-new-detail .news-article__preview {
    text-align: center;
    margin: 2rem 0;
}

.news-new-detail .news-article__preview img {
    display: block;
    max-width: 85%;
    max-height: 400px;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

.news-new-detail .news-article__lead {
    display: block !important;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 2rem;
    white-space: pre-wrap;
}

/*
 * На detail-new полностью убираем старую механику
 * интерактивных маркеров изображений:
 * линия + hover + всплывающая миниатюра.
 */
.news-new-detail .publication-image-marker,
.news-new-detail .publication-image-marker__line,
.news-new-detail .publication-image-marker__preview {
    display: none !important;
}

.news-new-detail .publication-image-marker:hover .publication-image-marker__line,
.news-new-detail .publication-image-marker:focus .publication-image-marker__line,
.news-new-detail .publication-image-marker:hover .publication-image-marker__preview,
.news-new-detail .publication-image-marker:focus .publication-image-marker__preview {
    display: none !important;
}

.news-new-detail .news-article__divider {
    height: 1px;
    background: #eee;
    margin: 2rem 0;
}

.news-new-detail .news-article__author {
    margin-top: 2rem;
    font-style: italic;
    color: #666;
}

@media (max-width: 760px) {
    .news-new-detail .news-article {
        padding: 1rem;
    }

    .news-new-detail .news-article__title {
        font-size: 1.6em;
    }

    .news-new-detail .news-article__preview img {
        max-width: 100%;
        max-height: none;
    }
}
