
@media print {

body {
margin-top: 5rem;
background: white !important;
color: black !important;
}

.minimal-header-bar {
background: white !important;
 background-image: url('https://wordpress-1417145-5277983.cloudwaysapps.com/wp-content/uploads/2023/09/horizontal-logo.svg') !important;
background-size: 337px 36px !important;
background-repeat: no-repeat !important; 
display: block;
height: 36px;
width: 100%;
} 


.latest_issue_metadata,
.entry-content figure,
.entry-content img,
.entry-content figure img,
.wp-block-post-featured-image,
.full-nav-bar,
.share-column,
.right-article-sidebar,
.hide-on-print,
footer.wp-block-template-part {
    display: none !important;
}

.content-column {
flex-basis: 100% !important;
}
.minimal-header-bar img,
.minimal-header-bar {
 display: none !important;
}
	
	header img {
		margin-top: 0px;
	}

	
.login-btn-for-modal,
.entry-content figure,
.entry-content img,
.entry-content figure img,
.wp-block-post-featured-image,
.full-nav-bar,
.share-column,
.right-article-sidebar,
.hide-on-print,
footer.wp-block-template-part {
    display: none !important;
}

.content-column {
flex-basis: 100% !important;
}


}