.vtar-table-wrap {
  margin: 1.5em 0 2em;
  font-family: Arial, Helvetica, sans-serif;
}
.vtar-table-search-label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.35em;
  color: #444;
}
.vtar-table-search {
  width: 100%;
  max-width: 420px;
  padding: 0.45em 0.7em;
  margin-bottom: 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
}
.vtar-table-scroll {
  overflow-x: auto;
  max-height: 480px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
.vtar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 0;
}
.vtar-table th,
.vtar-table td {
  border: 1px solid #ccc;
  padding: 0.45em 0.65em;
  text-align: left;
}
.vtar-table th {
  background: #1a3a5c;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.vtar-table tr:nth-child(even) {
  background: #f7f9fb;
}
.vtar-table td.vtar-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.vtar-table-meta {
  font-size: 0.85rem;
  color: #666;
  margin: 0.6em 0 0;
}
.vtar-missing {
  color: #888;
}
