.company-payment-table .payment-fee-cell {
  min-width: 132px;
}

.payment-fee-editor {
  display: grid;
  grid-template-columns: minmax(72px, 92px) auto;
  align-items: center;
  gap: 6px;
}

.payment-fee-editor input {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 6px 8px;
  text-align: right;
  font-weight: 800;
}

.payment-fee-editor span {
  color: var(--muted, #64748b);
  font-size: 11px;
}

.payment-fee-editor small {
  grid-column: 1 / -1;
  color: var(--muted, #64748b);
  font-size: 10px;
  line-height: 1.2;
}

.payment-fee-editor[data-explicit="true"] small {
  color: #08783e;
  font-weight: 800;
}

.payment-fee-editor input:disabled {
  opacity: .65;
  cursor: wait;
}

@media (max-width: 1100px) {
  .company-payment-table {
    min-width: 1260px;
  }
}
