.trf-coupon-form {
	display: inline-flex;
	margin: 0;
}

.trf-coupon-link {
	padding: 2px 0;
	border: 0;
	background: transparent;
	color: #667085;
	font: inherit;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	opacity: .85;
}

.trf-coupon-link:hover {
	color: #344054;
	opacity: 1;
}

.trf-coupon-result {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.trf-coupon-result code {
	padding: 5px 8px;
	border: 1px dashed currentColor;
	border-radius: 5px;
	background: rgba(255, 255, 255, .6);
	font-size: 15px;
}

.trf-copy-coupon {
	padding: 5px 9px;
	border: 0;
	border-radius: 5px;
	background: #176b35;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.trf-subscription-panel {
	max-width: 620px;
}

.trf-subscription-form {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.trf-subscription-form label {
	font-weight: 700;
}

.trf-subscription-form input[type="text"] {
	width: 100%;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid #ccd2da;
	border-radius: 7px;
}

.trf-subscription-form .trf-button {
	justify-self: start;
}

.trf-active-subscriptions {
	margin: 20px 0;
	padding: 14px 18px;
	border-radius: 8px;
	background: #e9f8ee;
	color: #176b35;
}
