/* Backpage Sports — Print Stylesheet */
/* Curtis License — LeMay Inc. */
/* Century Schoolbook 12pt, GPO margins, registry footer. */

@media print {
    /* Hide non-print elements */
    .masthead,
    .site-nav,
    .site-footer,
    .reading-progress,
    .skip-nav,
    .share-links,
    .related-articles,
    .pagination,
    .search-form,
    .search-page,
    .nav-arrow,
    .breadcrumb,
    .cluster-tag,
    .btn,
    .pillar-sections,
    .interlink-list,
    .sibling-nav,
    .footer-nav {
        display: none !important;
    }

    /* Base Typography */
    body {
        font-family: 'Century Schoolbook', Georgia, 'Times New Roman', serif;
        font-size: 12pt;
        line-height: 14pt;
        color: #000000;
        background: #ffffff;
        margin: 0;
        padding: 0;
    }

    /* Remove max-width constraints */
    .content-wrapper,
    article.full-article,
    main {
        max-width: none;
        padding: 0;
        margin: 0;
    }

    /* Headings */
    h1 {
        font-size: 24pt;
        line-height: 28pt;
        margin-bottom: 6pt;
        letter-spacing: -0.01em;
    }

    h2 {
        font-size: 18pt;
        line-height: 22pt;
        margin-top: 18pt;
        margin-bottom: 6pt;
        border-bottom: 0.5pt solid #000;
        padding-bottom: 3pt;
    }

    h3 {
        font-size: 14pt;
        line-height: 18pt;
        margin-top: 12pt;
        margin-bottom: 4pt;
    }

    /* Paragraphs */
    p {
        margin-bottom: 6pt;
        orphans: 3;
        widows: 3;
    }

    /* Links */
    a {
        text-decoration: none;
        color: #000;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #555;
    }

    a[href^="/"]::after {
        content: " (backpagesports.com" attr(href) ")";
    }

    a[href^="#"]::after {
        content: "";
    }

    /* Article body */
    .article-body {
        font-size: 12pt;
        line-height: 14pt;
    }

    .article-body p {
        text-align: justify;
        text-indent: 0.25in;
    }

    .article-body p:first-child {
        text-indent: 0;
    }

    .article-body p:first-child::first-letter {
        float: none;
        font-size: inherit;
        padding: 0;
    }

    /* Blockquotes */
    blockquote {
        margin: 12pt 0 12pt 0.5in;
        padding-left: 0.25in;
        border-left: 1pt solid #000;
        font-style: italic;
    }

    /* Byline */
    .article-byline {
        font-size: 10pt;
        border-top: 0.5pt solid #000;
        padding-top: 4pt;
        margin-bottom: 12pt;
    }

    /* Summary */
    article.full-article .article-summary {
        font-size: 11pt;
        font-style: italic;
        margin-bottom: 12pt;
    }

    /* Page setup */
    @page {
        margin: 1in 1.25in;
    }

    @page :first {
        margin-top: 1.5in;
    }

    /* Registry footer via generated content */
    body::after {
        content: "Backpage Sports \00B7 Massachusetts Society of Journalism \00B7 Pro Republica Aedificamus \00B7 Curtis License";
        display: block;
        margin-top: 24pt;
        padding-top: 6pt;
        border-top: 0.5pt solid #000;
        font-size: 8pt;
        text-align: center;
        color: #666;
    }
}
