.bdq-hint {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
}

.bdq-hint-saved {
	display: block;
	color: #1a7a1a;
	font-weight: 600;
}

.bdq-hint-next {
	display: block;
	color: #946200;
}

input.qty.bdq-updating {
	opacity: 0.5;
}

.bdq-product-tiers {
	margin: 12px 0;
	padding: 12px 15px;
	background: #f6f9f6;
	border: 1px dashed #8fbf8f;
	border-radius: 6px;
	max-width: 420px;
}

.bdq-product-tiers-title {
	font-weight: 700;
	margin-bottom: 6px;
	color: #1a7a1a;
}

.bdq-product-tiers-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bdq-tier-item {
	padding: 3px 0;
	color: #444;
}

.bdq-tier-item.bdq-tier-active {
	color: #1a7a1a;
	font-weight: 700;
}

.bdq-tier-item.bdq-tier-active::before {
	content: "✓ ";
}

/* --- Cart page: "Have a Referral Bonus?" box --------------------------- */
.bdq-wallet-box {
	margin-bottom: 20px;
	padding: 14px 16px;
	background: #f6f9f6;
	border: 1px solid #cfe6cf;
	border-radius: 6px;
}

.bdq-wallet-box p {
	margin: 0 0 8px;
}

.bdq-wallet-phone-input {
	display: flex;
	gap: 8px;
}

.bdq-wallet-phone-input input[type="tel"] {
	flex: 1;
	min-width: 0;
	padding: 8px 10px;
}

.bdq-wallet-message {
	margin-top: 6px;
	color: #a11414;
	font-size: 13px;
}

.bdq-wallet-applied {
	color: #1a7a1a;
	font-weight: 600;
}

.bdq-wallet-box.bdq-updating {
	opacity: 0.6;
}
