.fancy-dialog-wrap.custom-coupon-benefit-dialog {
	padding: 20px 40px;
	padding: 25px 40px 35px;
}
.fancy-dialog-wrap.custom-coupon-benefit-dialog header {
	margin-top: 30px;
	margin-bottom: 22px;
}
.fancy-dialog-wrap.custom-coupon-benefit-dialog h2 {
	color: black;
	line-height: 28px;
	font-size: 24px;
	font-weight: 600;
}
.custom-coupon-benefit-pick {
	width: 100%;
	padding: 12px 20px;
	text-align: right;
	display: flex;
	border: 1px solid #333;
	background: transparent;
	border-radius: 8px;
	margin-bottom: 20px;
	display: inline-flex;
	justify-content: space-between;
}
.custom-coupon-benefit-pick:hover {
	background: #333;
	color: #fff;
}
