.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--panel);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: rgba(255, 255, 255, 0.88);
  background: #2b2d42;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: none;
}

td {
  color: var(--ink);
  font-size: 13px;
}

tr:hover td {
  background: #f4f6fc;
}

tr:last-child td {
  border-bottom: 0;
}

.cell-number {
  display: block;
  text-align: right;
  white-space: nowrap;
}

.cell-center {
  display: block;
  text-align: center;
  white-space: nowrap;
}
