@media print {
	html {
		background : none ; 
	}
	
	header, .subfooter, footer, .social-share {
		display : none !important ; 
	}
	
	#primary {
		padding : 0px ; 
		border-bottom : 0px ; 
	}
	
	main::before {
	    content : url('/wp-content/themes/pc-ex-theme-2022/core/images/rebrand-main-logo-print.svg') ;
	    display : block ;
	    width : 174px ;
	    height : 84px ;
	    margin-bottom : 30px ;
	}
	
}
