/* =========================================================
   ПЕЧАТЬ — скрываем навигацию/декор, экономим чернила,
   печатаем адреса ссылок рядом с текстом.
   ========================================================= */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .site-header,
    .mobile-menu,
    .skip-link,
    .theme-switcher,
    .header-utils,
    .mobile-menu-toggle,
    .footer-simple,
    .eco-cta,
    .eco-hero-actions,
    .hero-actions,
    .post-navigation,
    .comments-area,
    .comment-respond,
    .pagination,
    .widget-area,
    .transparent-hero__scrim,
    .no-print {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .container, .content-layout, .article-body, main {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    a, a:visited {
        color: #000 !important;
        text-decoration: underline;
    }

    .article-body a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 10pt;
        font-weight: 400;
    }

    h1, h2, h3, h4 {
        page-break-after: avoid;
    }

    img, table, figure {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
}
