/* Cọc vỏ bình — single product */
.nbgd-deposit {
	margin: 18px 0 20px;
	padding: 16px 18px;
	border: 1px solid var(--line);
	border-radius: var(--r-card);
	background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
}
.nbgd-deposit__heading {
	margin: 0 0 12px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--navy);
}
.nbgd-deposit__option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: .98rem;
	color: var(--ink);
	margin-bottom: 14px;
}
.nbgd-deposit__checkbox {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	accent-color: var(--accent);
	flex-shrink: 0;
}
.nbgd-deposit__label strong {
	color: var(--sky-700);
	font-weight: 800;
}
.nbgd-deposit__summary {
	width: 100%;
	border-collapse: collapse;
	font-size: .95rem;
}
.nbgd-deposit__summary th,
.nbgd-deposit__summary td {
	padding: 8px 0;
	border-bottom: 1px dashed var(--line);
	vertical-align: middle;
}
.nbgd-deposit__summary th {
	text-align: left;
	font-weight: 600;
	color: var(--ink-2);
}
.nbgd-deposit__summary td {
	text-align: right;
	font-weight: 700;
	color: var(--navy);
}
.nbgd-deposit__total-row th,
.nbgd-deposit__total-row td {
	border-bottom: 0;
	padding-top: 12px;
	font-size: 1.05rem;
	color: var(--accent);
}
.nbgd-deposit__note {
	margin: 12px 0 0;
	font-size: .82rem;
	color: var(--muted);
	line-height: 1.45;
}
