@page {
	margin: 18mm 16mm;
}

.wp-site-blocks > header,
.wp-site-blocks > footer,
:is(header, footer).wp-block-group,
.manohara-sidebar,
.wp-block-navigation,
.wp-block-search,
.wp-block-post-navigation-link,
.wp-block-comments,
.manohara-seg,
.manohara-progress,
.manohara-top,
.skip-link {
	display: none !important;
}

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

.wp-block-post-content,
.entry-content,
main {
	max-width: none !important;
}

.wp-block-post-content a[href^="http"]::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	word-break: break-all;
}

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

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

figure, table, pre {
	break-inside: avoid;
	page-break-inside: avoid;
}

.is-style-manohara-marginalia {
	float: none !important;
	inline-size: auto !important;
	margin-block: 1em !important;
	margin-inline: 2em 0 !important;
	border-inline-start: 2pt solid #999;
	padding-inline-start: 1em;
}

.is-style-manohara-tinted,
.is-style-manohara-inverted,
.is-style-manohara-accent,
.is-style-manohara-vivid,
.is-style-manohara-card,
.is-style-manohara-summary {
	background: none !important;
	color: #000 !important;
	border: 1pt solid #999 !important;
	box-shadow: none !important;
}
