/* Print styles for letter pages */

/* Hide navigation and UI chrome */
header,
footer,
.tnBox,
.buttonContainer,
.pagination,
#topButton,
.topButton,
.popup,
.download-bar {
    display: none !important;
}

/* Always show metadata, compressed */
.metadata {
    display: block !important;
    background-color: #f5f5f5;
    font-size: 8pt;
    line-height: 1.2;
    padding: 4px 8px;
    margin: 0 0 6px 0;
}

.metadata p {
    margin: 2px 0;
}

/* Show all notes regardless of toggle state */
.an,
.alt, .aet, .app, .te {
    display: inline !important;
}
.endnotes_an,
.endnotes_tx {
    display: block !important;
}

/* General print cleanup */
body {
    margin: 1cm;
}

main {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.post {
    max-width: 100%;
}

/* Move metadata to end of document */
.metadata {
    order: 99;
}

/* Copyright statement */
.print-copyright {
    display: block;
    font-size: 8pt;
    margin-top: 1em;
    border-top: 0.5pt solid #ccc;
    padding-top: 4px;
}

.print-copyright a {
    color: #000;
}


/* List page print styles */
#myInput,
.search-box,
#sortBy,
.catalogue label {
    display: none !important;
}

.catalogue h1 {
    font-size: 14pt;
    margin-bottom: 4px;
}

#myUL {
    padding: 0;
    margin: 0;
    list-style: none;
}

#myUL li,
#myULcount li {
    font-size: 9pt;
    line-height: 1.3;
    border-bottom: 0.5pt solid #ccc;
    padding: 2px 0;
}

#myUL li a,
#myULcount li a {
    color: #000;
    text-decoration: none;
}
