.accounting-banking-action-btn {
  min-width: 110px;
}

.accounting-banking-table {
  font-size: 0.875rem;
}

/* Slightly tighter than Bootstrap's default table-sm to show more rows. */
.accounting-banking-table > :not(caption) > * > * {
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}

.accounting-banking-table .btn.btn-sm {
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}

.accounting-banking-create-default {
  min-height: 38px; /* roughly matches .form-control height */
}

.accounting-sortable-header {
  cursor: pointer;
  user-select: none;
}

.accounting-sort-indicator {
  display: inline-block;
  min-width: 10px;
  margin-left: 0.15rem;
  color: var(--bs-secondary-color);
  font-size: 0.75em;
}
