/* ZionLab Free Gifts — front-end */

.zlfg-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #2fa84f;
	border-radius: 3px;
	vertical-align: middle;
}

.zlfg-free-price ins {
	text-decoration: none;
	font-weight: 700;
	color: #2fa84f;
}

.zlfg-free-price del {
	opacity: 0.6;
	margin-right: 4px;
}

.zlfg-qty-fixed {
	display: inline-block;
	padding: 0 4px;
}

.zlfg-notice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	margin-bottom: 12px;
	border-radius: 4px;
	font-size: 14px;
}

.zlfg-notice--locked {
	background: #fff8e5;
	border: 1px solid #f0d78c;
	color: #6b5900;
}

.zlfg-notice--unlocked {
	background: #eaf7ec;
	border: 1px solid #b7e2bd;
	color: #1f6d34;
}

.zlfg-notice-btn {
	white-space: nowrap;
}
