.vsc-cart-coupon {
	border-top: 1px solid rgba(17, 24, 39, .12);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-height: 132px;
	padding: 16px 24px;
}

.vsc-cart-coupon--checkout,
.vsc-cart-coupon--checkout-block {
	margin: 0;
}

.vsc-cart-coupon label {
	color: #374151;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 9px;
}

.vsc-cart-coupon__row {
	align-items: stretch;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.vsc-cart-coupon input[type="text"] {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	color: #111827;
	font-size: 14px;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

.vsc-cart-coupon input[type="text"]:focus {
	border-color: #111827;
	box-shadow: 0 0 0 2px rgba(17, 24, 39, .12);
	outline: none;
}

.vsc-cart-coupon button {
	background: #111827;
	border: 1px solid #111827;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 750;
	min-height: 42px;
	padding: 0 16px;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
	white-space: nowrap;
}

.vsc-cart-coupon button:hover,
.vsc-cart-coupon button:focus {
	background: #0f172a;
	border-color: #0f172a;
	transform: translateY(-1px);
}

.vsc-cart-coupon button:disabled {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.vsc-cart-coupon__message {
	color: #4b5563;
	font-size: 13px;
	line-height: 1.35;
	margin: 9px 0 0;
	min-height: 0;
}

.vsc-cart-coupon__message:empty {
	display: none;
}

.vsc-cart-coupon__message.is-error {
	color: #b91c1c;
}

.wc-block-components-totals-discount .wc-block-components-chip,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip {
	background: #111827;
	border-color: #111827;
	color: #fff;
	text-transform: uppercase;
}

.wc-block-components-totals-discount .wc-block-components-chip__text,
.wc-block-components-totals-discount .wc-block-components-chip__remove,
.wc-block-components-totals-discount .wc-block-components-chip__remove-icon {
	color: #fff;
	fill: #fff;
}

.wc-block-components-totals-discount .wc-block-components-chip__text {
	text-transform: uppercase;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value,
.cart-discount td,
.cart-discount td .amount {
	color: #15803d;
	font-weight: 700;
}

.vsc-drawer-discount {
	border-bottom: 1px solid #e5e7eb;
	display: grid;
	gap: 7px;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.vsc-drawer-discount__top {
	align-items: center;
	color: #1f2937;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: space-between;
	line-height: 1.2;
}

.vsc-drawer-discount__top strong {
	color: #15803d;
	font-size: 16px;
	font-weight: 900;
}

.vsc-drawer-discount__codes {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.vsc-drawer-discount__codes span {
	background: #111827;
	border: 1px solid #111827;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
	text-transform: uppercase;
}

@media (max-width: 520px) {
	.vsc-cart-coupon {
		padding-left: 16px;
		padding-right: 16px;
	}

	.vsc-cart-coupon__row {
		grid-template-columns: 1fr;
	}

	.vsc-cart-coupon button {
		width: 100%;
	}
}
