.bhub-deposit-payment-selection {
  margin-top: 20px;
}

.bhub-deposit-payment-selection.bhub-disabled {
  opacity: 0.6;
}

.bhub-deposit-payment-selection.bhub-disabled * {
  cursor: not-allowed !important;
}

.bhub-deposit-payment-selection .bhub-form-field {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bhub-deposit-payment-selection .bhub-form-field:not(:last-child) {
  margin-bottom: 10px;
}

.bhub-deposit-payment-selection input[type='radio'] {
  margin: 0;
}

.bhub-deposit-payment-selection input[type='radio'] + label {
  display: inline-block;
  margin: 0;
}
