.op-charity-block-total-wrapper {
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 0;
	background: #fff1a8;
	border: 1px solid #e7cc45;
	border-radius: 4px;
	color: #3b3100;
}

.op-charity-block-total {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 0.8rem 1rem;
	font-weight: 700;
}

.op-charity-block-total__label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.op-charity-block-total__heart {
	display: block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	fill: currentColor;
}

.op-charity-block-total__value {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}


/* Mini-Cart drawer */
.op-charity-mini-cart-total {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin: 0.75rem 0;
	padding: 0.75rem 0.9rem;
	background: #fff1a8;
	border: 1px solid #e7cc45;
	border-radius: 4px;
	color: #3b3100;
	font-weight: 700;
}

.op-charity-mini-cart-total[hidden] {
	display: none;
}

.op-charity-mini-cart-total__label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.op-charity-mini-cart-total__heart {
	display: block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	fill: currentColor;
}

.op-charity-mini-cart-total__value {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

/* Match the Cart block sidebar's horizontal spacing. */
body.woocommerce-cart .op-charity-block-total-wrapper {
	padding-inline: 16px;
}
