
@media print {
    a::after {
        content: " (" attr(href) ")";
        font-weight: bold;
        word-wrap: break-word;
    }
}