/* Print stylesheet for danskebatene.no */
@media print {
    body {
        background: none !important;
        color: #000 !important;
    }

    .holder {
        max-width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .hode,
    .meny-toggle,
    .venstrespalte,
    .cookie-banner {
        display: none !important;
    }

    .tekstfelt {
        float: none;
        width: 100%;
    }

    a:link, a:visited {
        color: #000 !important;
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }

    a[href^="/"]:after {
        content: " (https://danskebatene.no" attr(href) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript"]::after {
        content: "";
    }

    img {
        max-width: 100% !important;
    }

    .site-footer {
        border-top: 1px solid #000;
    }
}
