/* Westview Deposits — front-end styling */

.wvd-deposit-options {
	margin: 1rem 0 1.25rem;
	padding: 0.85rem 1rem;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background: #fafafa;
}

.wvd-deposit-options .wvd-deposit-label {
	margin: 0 0 0.5rem;
}

.wvd-deposit-choice {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0.35rem 0;
	cursor: pointer;
	line-height: 1.35;
}

.wvd-deposit-choice input {
	margin-top: 0.2rem;
}

.wvd-deposit-forced {
	margin: 0;
	font-weight: 600;
}

.wvd-order-breakdown {
	margin-top: 1.5rem;
}

.wvd-balance-table .wvd-pay-balance {
	white-space: nowrap;
}

/* Checkout Order Summary deposit breakdown */
.wvd-deposit-now .value {
	color: #1b7834;
	font-weight: 700;
}
.wvd-balance-later .value {
	color: #78716c;
}
