/**
 * Zyonix Journal — assets/css/print.css
 *
 * Print stylesheet. Loaded with media="print".
 *
 * @package Zyonix_Journal
 * @since   1.0.0
 */

*,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12pt;
    line-height: 1.6;
}

/* Hide nav & interactive elements */
.site-header,
.site-footer,
.primary-nav,
.breadcrumb-bar,
.article-actions,
.article-toc,
.article-citation-box,
.article-sidebar,
.footer-email-form,
#wpadminbar,
.back-to-top,
.search-overlay,
nav,
button:not(.citation-copy-btn) {
    display: none !important;
}

a {
    text-decoration: underline;
}
a[href]::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #555 !important;
}
a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
}

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

img {
    max-width: 100% !important;
    page-break-inside: avoid;
}

p, blockquote, ul, ol, dl, table, pre {
    orphans: 3;
    widows:  3;
}

blockquote, pre {
    page-break-inside: avoid;
    border: 1px solid #999 !important;
}

table {
    border-collapse: collapse !important;
}
table th,
table td {
    border: 1px solid #999 !important;
    padding: 4pt 6pt;
}

.article-header {
    border-bottom: 1pt solid #000 !important;
    margin-bottom: 1.5em !important;
    padding-bottom: 1em !important;
}

.article-title {
    font-size: 18pt;
}

.entry-content {
    max-width: 100%;
}
