.bidoki-deposit-summary {
	margin: 1rem 0 1.25rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.bidoki-deposit-list {
	margin: 0.5rem 0;
	padding-left: 0;
	list-style: none;
}
.bidoki-deposit-list li {
	margin: 0.35rem 0;
}
.bidoki-deposit-mode label {
	display: block;
	margin: 0.35rem 0;
}
.bidoki-deposit-notice {
	font-size: 0.92em;
	opacity: 0.85;
}
.bidoki-line-deposit {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: disc;
	padding-left: 1.15rem;
	font-size: inherit;
	color: inherit;
}
.bidoki-line-deposit li {
	margin: 0.25rem 0;
	color: inherit;
	font: inherit;
}
.bidoki-line-deposit .amount,
.bidoki-line-deposit .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
	font-weight: inherit;
}
.bidoki-line-deposit.is-admin {
	background: #f6f7f7;
	padding: 0.5rem 0.75rem;
	margin-top: 0.5rem;
	list-style: none;
	padding-left: 0.75rem;
}
.bidoki-plan-card {
	margin: 1.5rem 0;
	padding: 1rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.bidoki-return-form .form-row {
	margin-bottom: 0.75rem;
}
/* Match cart/checkout variation meta amounts to normal price styling */
dl.variation .amount,
dl.variation .woocommerce-Price-amount,
.wc-item-meta .amount,
.wc-item-meta .woocommerce-Price-amount,
.cko-review-meta .amount,
.cko-review-meta .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
	font-weight: inherit;
}
dl.variation dt,
dl.variation dd,
.wc-item-meta li {
	font-size: inherit;
	color: inherit;
}
.bidoki-price-stack {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	line-height: 1.35;
}
.bidoki-price-stack .amount,
.bidoki-price-stack .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
	font-weight: inherit;
}
.bidoki-price-deposit small {
	font-size: 0.85em;
	opacity: 0.9;
}
