/* CSS Document */
.couponFront,.couponBack{
	font-family: Jost, Helvetica, Arial, sans-serif;
	height: 600px;
	width: 600px;
	margin: 0 0 20px;
}
.couponIntro p{
    padding: 265px 50px 0px 50px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.couponValue {
    padding: 20px 0px 20px 0px;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 800;
}
.couponData{
	font-size: 16px;
    font-weight: 600;
}
.couponData small{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 200;
}
.couponData .right{
	padding: 1px 1px 1px 1px;
	font-size: 16px;
	text-transform: uppercase;
}
.couponConditions {
    padding: 15px 60px 0px 60px;
    font-size: 11px;
    text-transform: uppercase;
}
.couponFooter p{
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.couponDownloadButtons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 25px;
}

.couponDownloadButtons button {
	padding: 12px 20px;
	border: 0;
	border-radius: 4px;
	background: #111;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.couponDownloadButtons button:hover {
	background: #333;
}

.couponDownloadButtons button:disabled {
	opacity: 0.6;
	cursor: wait;
}