a {
    color: #212529;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media print {
    a {
        text-decoration: none !important;
    }

    .print-inside-avoid {
        page-break-inside: avoid;
    }
}