/* asaas.css - estilo leve para admin Asaas */

body {
  font-family: Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.card-title i {
  margin-right: .5rem;
}

.table td, .table th {
  vertical-align: middle;
  font-size: .92rem;
}

small.text-muted {
  font-size: .78rem;
}

pre#accountRaw {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: .78rem;
}
