@media print {
	*{ color-adjust: exact; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
	
	#ry-pg-body .ry-photo.left {
		width: 40% !important;
	}
	
	.button-wrap.ry-flex {
		background: #1a1e7b !important;
		clear: both !important;
		float: none;
		break-inside: avoid;
		display: block;
		overflow: auto;
	}
	
	.button-wrap .ry-left {
		width: 63% !important;
		float: left;
	}
	
	.button-wrap .ry-right {
		width: 30% !important;
		float: right;
	}
	
	.button-wrap .ry-right img {
		max-width: 150px !important;
	}
	
	div:empty {
		display: none;
	}
	
	.mobile-container .mobile_logo img {
		max-width: 300px !important;
	}
	
	.mobile-container .mobile_logo {
		margin: 0 auto;
	}
	
	.mobile-container .mobile_logo {
		width: 300px !important;
    	margin: 0 auto;
	}
}