@media print {
    .skip-link {
        visibility: hidden;
    }
}

.transparent-background {
    background-color: transparent !important;
}