/* Print. A findings register gets printed; the navigation does not. */

.hy-header,
.hy-footer,
.hy-filters,
.hy-form,
.wp-block-query-pagination,
.hy-skip {
	display: none !important;
}

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

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

.hy-chip {
	border: 1px solid #000 !important;
	color: #000 !important;
	background: none !important;
}

.hy-card,
.hy-caveat,
.hy-meta {
	break-inside: avoid;
	border: 1px solid #999 !important;
	background: none !important;
}

details {
	break-inside: avoid;
}

details:not([open]) > *:not(summary) {
	display: block;
}

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