.gv-contain {
    height: 842px;
    width: 595px;
    position: relative;
	margin-bottom: 20px;
}

.gv {
    padding: 0;
    position: relative;
    color: #1a1d1e;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    font-family: 'Sailec Light', Helvetica Neue, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(270deg);
	width: 842px;
	height: 595px;
}

.gv-left {
	width: 50%;
    padding-right: 15px;
}

.gv-right {
	width: 50%;
    padding-left: 15px;
    padding-right: 15px;
	position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gv__theme {
	width: 100%;
	display: block;
	height: auto;
	min-height: 1px;
}

.gv__title {
    margin-top: 35px;
}

.gv__logo {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

.gv__title-text {
    display: block;
    text-align: center;
    font-family: "Sailec Bold", Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
    font-size: 22px;
}
.gv__title-text span {
	position: relative;
    display: inline-block;
    margin-left: 8px;
}
.gv__title-text span::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fac532;
}

.gv__value {
    display: block;
    margin: 35px 0;
    text-align: center;
    font-size: 18px;
    font-family: "Sailec Bold", Helvetica Neue, Helvetica, sans-serif;
}

.gv__msg {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Sailec Regular', Helvetica Neue, Helvetica, sans-serif;
    width: 70%;
    text-align: center;
}

.gv__instruct {
	text-align: center;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
}

.gv__instruct-title {
    font-size: 15px;
    margin: 0;
	line-height: 1;
    text-transform: uppercase;
    font-family: "Sailec Bold";
    letter-spacing: 0.2px;
	font-weight: 400;
}

.gv__instruct .link {
    font-size: 13px;
    line-height: 1;
    font-family: "Sailec Regular";
    text-decoration: underline;
    color: #1a1d1e;
    display: block;
    margin: 15px 0;
}

.gv__instruct-line {
    font-size: 13px;
    font-family: "Sailec Regular";
	line-height: 1;
	margin: 10px 0;
}

.gv__instruct-line:last-child {
    margin-bottom: 0;
}

.gv__instruct-line.disclaimer {
    font-size: 11px;
    margin: 15px 0 0 0;
}

.gv__instruct-line span {
	font-family: "Sailec Bold";
}

.gv-sugg {
	margin: 50px auto;
    width: 85%;
    box-sizing: border-box;
}
.gv-sugg--lrg {
    width: 95%;
}

.gv-sugg__text {
	font-size: 13px;
    font-family: "Sailec Regular";
    line-height: 1.3;
    text-align: center;
    margin: 0 0 20px 0;
}

.gv-sugg__tile {
	background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.gv-sugg__img {
    height: 55px;
    max-width: 48%;
}

.gv-sugg__generic-img {
    height: auto;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.gv-sugg__name {
	font-size: 12px;
    font-family: "Sailec Regular";
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    width: 52%;
    flex-shrink: 0;
}

.gv__tnc {
    font-size: 9px;
    color: #707070;
	width: 90%;
	margin: 0 auto 5% auto;
}

.center { text-align: center; }

@media print {
	
	body {
		padding: 0 1cm;
		margin: 0;
	}
	
	.gv-contain {
		width: 100%;
		height: 27cm;
		position: relative;
        page-break-inside: avoid;
		margin-bottom: 0;
	}

	.gv {
		width: 100%;
		height: 100%;
		margin: 0;
        border: 0;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(270deg);
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
    }
	
	/* Voucher changes */
	.gv__title {
		margin-top: 65px;
	}
	
	.gv__logo {
		width: 230px;
	}
	
	.gv__title-text {
		font-size: 25px;
	}
	
	.gv__msg {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.gv__instruct {
		margin: 30px 0;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	
	.gv-sugg__text {
		margin-bottom: 40px;
	}
	
	.gv-sugg__tile {
		padding: 25px;
		border: 1px solid #efefef;
		background: #efefef;
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	
	.gv-sugg__img {
    	height: 75px;
	}
	
	.gv__tnc {
		padding: 0;
		color: #3f3f3f;
		font-size: 8px;
	}

    .center { text-align: center; }
}