.charge-badge {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  background: #eef2ff;
  color: #3730a3;
  border-radius: 0.375rem;
  padding: 0.05rem 0.4rem;
  white-space: nowrap;
}

.fed-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  background: #fef3c7;
  color: #92400e;
  border-radius: 0.375rem;
  padding: 0.05rem 0.35rem;
}

.card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}
