/* Affiliate Area Display Styling */

/* Error */
.affwp-vcc-error {
	color: red;
	font-size: 0.875rem;
}

/* Form */
.affwp-vcc-coupon-form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0.5rem 0;
	min-width: 240px;
	max-width: 420px;
}

.affwp-vcc-edit-link-wrap {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.affwp-vcc-coupon-code,
.affwp-vcc-submit {
	width: 100%;
}

@media (min-width: 768px) {
	.affwp-vcc-coupon-form {
		flex-direction: row;
	}

	.affwp-vcc-submit {
		flex: 1 1 0%;
	}

	.affwp-vcc-coupon-code {
		width: auto;
		flex-grow: 1;
	}
}
