@media print {
    body {
        font-size: 12pt;
    }

    a {
        text-decoration: underline;
    }

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

    .site-header,
    .site-footer,
    .cookie-notice {
        display: none !important;
    }
}
