.app-brand-logo.demo svg {
    height: 40px;
    width: auto;
    max-width: 220px;
}

/* Premium-ish cards + table header polish (safe global) */
/* .card {
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  border-radius: 14px;
}
.card .card-header {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(245,246,250,1));
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.table thead th {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .8;
} */