body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.wp-block-template-part, footer.wp-block-template-part, 
.export-box, #stampa, .soundcloud-player, .slide-font-size, #c-go-top {
	display: none !important;
}
.entry-summary h4 {
	margin: 0;
}
h3.entry-title a {
	font-weight: 700;
	font-size: 30px !important;
	line-height: 120%;
}
figure.wp-block-post-featured-image img {
	max-width: 140mm;
	margin: auto;
	display: block;
}
.wp-block-post-content img {
		max-width: 140mm;
	margin: auto;
	display: block;
		page-break-inside: avoid;
	}
.article-wrap figure {	
	display: none !important;
	}
h1 {
	font-size: 24px !important;
}
.article-sottotitolo, h2 {
	font-size: 22px !important;
}
.article-autore, h3 {
    font-size: 20px !important;
}
.article-intro, .entry-summary h4, 
.wp-block-quote, .entry-summary p.has-large-font-size {
	font-size: 18px !important;
}
.wp-block-post-content {
	font-size: 16px !important;
}
/*.article-wrap {page-break-after: always;}*/
.grid {
	width: 192mm !important;
	min-height: 260mm !important;
	background: white;
}
main {
	margin:0 !important;
	padding:0;
}

@page {
	/*size: A4;*/
	margin: 22mm 8mm;
}
@media print {
	html, body {
		width: 210mm;
		height:260mm;        
	}
	.article-wrap:last-of-type:after {
		content: '©ilnuovorinascimento.org – diritti riservati, riproduzione riservata';
		display: block;
		text-align: left;
		margin-top: 50px;
		color: var(--wp--preset--color--secondary);
	}
}
/*
.single-content {
	width: 48mm;
	padding: 0 2mm;
}*/
