@media print {
    :root {
        --rcs-font-display: Georgia, "Times New Roman", serif;
        --rcs-font-ui: Arial, Helvetica, sans-serif;
    }

    @page { margin: 0.7in; }
    html, body { background: #fff !important; color: #000 !important; font-size: 10.5pt; }
    .archive-header { border-top: 0; background: #fff; }
    .archive-header__inner { width: 100%; padding: 0 0 1rem; }
    .archive-brand__descriptor, .archive-nav-toggle, .archive-header__tools, .skip-link, .archive-breadcrumbs, .archive-footer__statement, .archive-footer__links, .archive-footer__copyright { display: none !important; }
    .archive-main, .archive-footer__inner { width: 100%; padding: 1rem 0; }
    .archive-case__header, .archive-case__body, .archive-home-section { display: block; }
    .archive-portrait { float: right; width: 2.25in; margin: 0 0 1rem 1rem; box-shadow: none; }
    .archive-facts { clear: both; }
    .archive-record-notes { margin-top: 1.5rem; box-shadow: none; border: 1px solid #777; }
    a { color: #000 !important; text-decoration: underline; }
    a[href^="http"]::after { content: " (" attr(href) ")"; font-family: var(--rcs-font-ui); font-size: 0.8em; overflow-wrap: anywhere; }
    .archive-media, section, figure, table { break-inside: avoid; }
}
