.koci-gift-card-checkout {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin: 20px 0;
	padding-top: 18px;
}

.koci-gift-card-checkout__row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.koci-gift-card-checkout__row input {
	flex: 1 1 220px;
	min-width: 0;
}

.koci-gift-card-checkout__message {
	font-size: 0.92em;
	margin-top: 8px;
}

.koci-gift-card-checkout__message.is-error {
	color: #b32d2e;
}

.koci-gift-card-remaining {
	display: block;
	margin-top: 4px;
	opacity: 0.78;
}

/* ── Gift card info panel (block checkout) ─────────────────────────── */
.koci-gc-panel {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 4px;
	font-size: 0.88em;
	border: 1px solid transparent;
}

.koci-gc-panel--partial {
	background: #f0f7f0;
	border-color: #c3dfc3;
}

.koci-gc-panel--exhausted {
	background: #fdf6ec;
	border-color: #f0d9b0;
}

.koci-gc-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

.koci-gc-table th,
.koci-gc-table td {
	padding: 4px 0;
	line-height: 1.4;
}

.koci-gc-table th {
	font-weight: normal;
	color: #555;
	text-align: left;
	padding-right: 12px;
}

.koci-gc-table td {
	text-align: right;
	font-weight: 600;
	white-space: nowrap;
}

.koci-gc-applied {
	color: #2e7d32;
}

.koci-gc-positive {
	color: #1565c0;
}

.koci-gc-zero {
	color: #999;
}

.koci-gc-status {
	margin: 0;
	font-size: 0.95em;
	color: #444;
	line-height: 1.4;
}

.koci-gc-panel--partial .koci-gc-status {
	color: #2e6b2e;
}

.koci-gc-panel--exhausted .koci-gc-status {
	color: #7a5020;
}
