
@media print {
	.ryno-coupon__background {
		border: 3px dashed #000;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	
	.ryno-coupon__text {
		box-sizing: border-box;
		padding: 30px;
		text-align: center;
		font-weight: bold;
	}
	
	.ryno-coupon__background {
		border-width: 3px;
		border-style: dashed;
	}
	
	.ryno-coupon__text h3 {
		line-height: 1.6;
		text-transform: uppercase;
		text-align: center;
		color: #22488e;
	}
	
	.ryno-coupon__logo img {
		max-width: 50%;
	}
	
	.ryno-coupon button {
		display: none;
	}
	
	.ryno-coupon__disclaimer {
		font-style: italic;
		line-height: 1;
		font-size: .75em;
	}
	
	.ryno-coupon__phone a {
		color: #f97a1e;
		font-weight: bold;
	}
}
