.crm-payment-methods {
  grid-template-columns: repeat(5, minmax(0, 170px));
}

.crm-payment-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 460px);
  margin: 20px auto;
  justify-content: center;
}
.crm-payment-split label { min-width: 0; text-align: center; }
.crm-payment-split input { width: 100%; min-width: 0; box-sizing: border-box; }

.crm-payment-error {
  min-height: 16px;
  margin: 8px auto 0;
  color: #c62331;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

@media (max-width: 850px) {
  .crm-payment-methods,
  .crm-payment-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
