/* Withdrawal Button – små tillägg ovanpå Bootstrap 5 */
.wb-withdrawal-form .form-label {
	font-weight: 700;
	margin-bottom: .4rem;
}
/* Mer utrymme under varje fält */
.wb-withdrawal-form .mb-3 {
	margin-bottom: 1.75rem !important;
}

/* Bekräftelsekryssruta */
.wb-withdrawal-form .wb-withdrawal-confirm .form-check-input {
	margin-top: .3rem;
	margin-left: 0;
}
.wb-withdrawal-form .wb-withdrawal-confirm .form-check-label {
	font-weight: 400;
	margin-left: 4px;
}
