/**
 * Print stylesheet for parsejournal.com
 * @version 2.6.0
 */
@media print {
    #content,
    #page {
        width: 100%;
        margin: 0;
        float: none;
        display: inline;
    }

    .article-grid .inner,
    .article-head .inner .front-matter,
    .article-head .inner h1,
    .article-head .inner h2,
    .video-header .inner h1,
    .video-header .inner h2,
    .article-body .abstract p,
    .article-body .abstract .button,
    .article-body .abstract .inner {
        max-width: none;
        width: 100%;
        grid-column: 1/4;
        color: #000!important;
    }

    .article-head.light-text .front-matter > * {
        color: #000!important;
    }

    .article-grid.issue-header .inner {
        padding: .25cm;
        margin-top: 1cm;
    }

    /** Setting margins */
    @page { margin: 1.75cm 1.5cm;  }

    /* Or: */
    @page :left {
        margin: 1cm;
    }

    @page :right {
        margin: 1cm;
    }

    .loader,
    .buttons,
    .menu-open,
    iframe,
    nav,
    aside,
    progress,
    #prevnext,
    .site-footer .footer-nav {
        display: none;
    }

    #masthead .icons {
        display: none;
        visibility: hidden;
    }

    .site-header .logo {
        position: static;
    }

    .entry iframe,
    ins {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }

    .embed-youtube,
    .embed-responsive {
        position: absolute;
        height: 0;
        overflow: hidden;
    }

    figure,
    img {
        display: block;
        width: 100%;
        max-width: 100% !important;
        break-inside: avoid;
        align-self: none;
        margin: 0;
        padding: 0;
    }

    body {
        font: 13pt;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }

    section {
        background: #fff;
    }

    h1 {
        font-size: 24pt;
    }

    h2,
    h3,h4 {
        font-size: 14pt;
        margin-top: 25px;
    }

    a,
    p,
    blockquote {
        page-break-inside:avoid;
        orphans: 2;
        widows: 2;
        overflow-wrap: normal;

    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after:avoid;
        page-break-inside:avoid;
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
        -webkit-print-color-adjust: exact;
    }

    table,
    pre {
        page-break-inside: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    .article-head,
    .article-body,
    .text-body,
    #bios {
        background: transparent !important;
        display: block;
    }
    .article-body .abstract {
        page-break-after:avoid;
        page-break-inside:avoid;
        background: #efefef !important;
        padding: 0.25cm;
    }
    .article-body .abstract .inner.closed {
        height: auto;
        display: block;
        transform: unset;
    }

    .abstract .button.open-abstract::after {
        display: none;
    }
}
