/* ============================================
   Drawing Maps — Print Stylesheet
   ============================================ */

@page {
    margin: 2cm;
}

body {
    font-size: 11pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
}

.site-nav,
.scroll-header,
.reading-progress,
.site-footer {
    display: none;
}

header {
    padding-top: 0;
}

a {
    color: inherit;
    border-bottom: none;
}

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

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

.code-block,
.stats,
.columns {
    break-inside: avoid;
}

.stat-number {
    color: #000;
}
