.table-card { overflow:hidden; }
.table-toolbar { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:14px 14px 8px; }
.table-scroll { overflow:auto; max-height:520px; }
table { width:100%; border-collapse:separate; border-spacing:0; min-width:760px; }
th,td { padding:11px 13px; border-bottom:1px solid var(--border); text-align:left; font-size:.78rem; white-space:nowrap; }
thead th {
  position:sticky;
  top:0;
  z-index:4;
  background:#f7f9f7;
  color:var(--muted);
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.02em;
}
tbody tr:hover { background:#fbfcfb; }
.sort-btn { border:0; background:transparent; padding:0; color:inherit; font-weight:inherit; }
