.lp-wise-custom-payment-w .wise-row,
.lp-wise-custom-payment-w .wise-reference {
  display:flex;
  gap:10px;
  align-items:center;
  margin: 6px 0;
  flex-wrap: wrap;
}
.lp-wise-custom-payment-w .wise-label { width: 180px; opacity: .85; }
.lp-wise-custom-payment-w .wise-value { display:flex; gap:10px; align-items:center; flex-wrap: wrap; }
.lp-wise-custom-payment-w .wise-instructions {
  margin-top: 10px;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 6px;
}
.lp-wise-custom-payment-w .wise-actions { margin-top: 12px; }
