/**
 * STT News — Print Stylesheet
 */

@media print {
    .stt-header__rule,
    .stt-breaking,
    .stt-nav,
    .stt-sidebar,
    .stt-footer,
    .stt-related,
    .stt-search,
    .stt-pagination,
    .stt-skip-link {
        display: none !important;
    }

    body {
        font-size: 11pt;
        color: #000;
        background: #fff;
        line-height: 1.5;
    }

    .stt-main {
        max-width: none;
        padding: 0;
    }

    .stt-article-layout,
    .stt-archive-layout {
        display: block;
    }

    .stt-article {
        padding: 0;
        border: none;
    }

    .stt-article__hero {
        margin: 0 0 1em;
    }

    .stt-article__content {
        max-width: none;
    }

    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }

    img, blockquote, pre, table {
        break-inside: avoid;
    }

    h1, h2, h3 {
        break-after: avoid;
        color: #000 !important;
    }
}
