/* ==========================================================================
   Aspiring Quotes — print
   People do print quote pages to pin up. Give them the quote and the
   attribution, and nothing else.
   ========================================================================== */

@page {
	margin: 16mm 14mm;
}

body {
	background: #fff !important;
	color: #000;
	font-size: 11.5pt;
	line-height: 1.55;
}

.aq-topbar,
.aq-navbar,
.aq-drawer,
.aq-searchbar,
.aq-sidebar,
.aq-share,
.aq-comments,
.aq-postnav,
.aq-pagination,
.aq-ad,
.aq-totop,
.aq-footer__top,
.aq-social,
.aq-skip-link,
.aq-related,
.aq-promo,
#comments {
	display: none !important;
}

.aq-rail {
	display: block;
}

.aq-brandbar {
	padding-block: 0 8mm;
	text-align: left;
}

.aq-brand__logo {
	height: 12mm;
}

a {
	color: #000;
	text-decoration: none;
}

/* Print the destination of content links, but not of every navigation link. */
.aq-entry-content a[href^="http"]::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	word-break: break-all;
}

.aq-entry-title {
	font-size: 20pt;
}

.aq-featured img {
	max-width: 105mm;
}

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

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

p,
blockquote,
li {
	orphans: 3;
	widows: 3;
}

blockquote {
	border-left: 2pt solid #999;
}

.aq-footer {
	margin-top: 8mm;
	padding-top: 4mm;
	border-top: 0.5pt solid #999;
	background: none !important;
	color: #000;
}

.aq-footer__bottom {
	border: 0;
	color: #000;
}
