@media print {
    @page {
        margin: 1cm;
    }

    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        /*background: transparent !important;*/
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /*a[href^="http"]:not([href*="www.dlwp.com"]):after {*/
        /*content: " (" attr(href) ")";*/
    /*}*/

    header .beta__notice,
    header .top__bar,
    header .search__wrapper,
    header .menu,
    header .bottom__bar__buttons,
    .whats_on__filter,
    .cookie__notice,
    .pre__footer,
    .footer__first-row,
    .footer__social__row,
    .footer__logos {
        display: none;
    }

    header {
        position: relative;
    }
    body {
        margin-top: 0;
    }
    .logo {
        width: 240px;
    }
    footer {
        background: #fff;
    }

    .image__holder {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    .block--grid--highlights__item {
        opacity: 1!important;
        width: 25%;
    }

    .block--grid--highlights__item a[href]:after {
        display: none;
    }
}