.threshold-gift-card {
	border-color: color-mix(in srgb, var(--mainC, #6c757d) 35%, transparent);
	overflow: hidden;
}

.threshold-gift-card .card-header {
	background: color-mix(in srgb, var(--mainC, #6c757d) 10%, #fff);
}

.threshold-gift-card .card-header span {
	font-weight: 400;
}

.threshold-gift-card .item {
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.threshold-gift-card .item:has(.threshold-gift-checkbox:checked) {
	border-color: var(--mainC, #6c757d);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--mainC, #6c757d) 18%, transparent);
}

.threshold-gift-card .threshold-gift-variant {
	margin: 0.35rem 0 0;
	color: var(--bs-secondary-color, #6c757d);
	font-size: 0.875rem;
}

.threshold-gift-card .threshold-gift-price {
	color: var(--mainC, #198754);
	font-weight: 700;
}

.threshold-gift-card .threshold-gift-selection-status {
	padding-top: 0.75rem;
	text-align: right;
	color: var(--bs-secondary-color, #6c757d);
	font-size: 0.875rem;
}

.threshold-gift-card .form-check {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.threshold-gift-card .threshold-gift-checkbox {
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	.threshold-gift-card .card-header span {
		display: block;
		margin-top: 0.25rem;
	}

	.threshold-gift-card .threshold-gift-selection-status {
		text-align: left;
	}
}
