.payments-unified-table th,
.payments-unified-table td {
  vertical-align: top;
}

.payments-unified-table th:nth-child(3),
.payments-unified-table th:nth-child(4),
.payments-unified-table th:nth-child(5),
.payments-unified-table td:nth-child(3),
.payments-unified-table td:nth-child(4),
.payments-unified-table td:nth-child(5) {
  text-align: right;
}

.payments-unified-source {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.payments-unified-source b,
.payments-unified-source span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.payments-unified-source span {
  color: var(--muted, #667085);
  font-size: 12px;
  line-height: 1.25;
}

.payments-unified-detail {
  margin-top: 8px;
}

.payments-unified-table tbody tr {
  cursor: pointer;
}

#sec-payments .payments-kpis.payments-canonical-totals {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  #sec-payments .payments-kpis.payments-canonical-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #sec-payments .payments-kpis.payments-canonical-totals {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .payments-unified-table {
    min-width: 980px;
  }

  .payments-unified-tablewrap {
    max-width: 100%;
    overflow-x: auto;
  }
}
