.table-wrapper {
  overflow-x: auto;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: rgba(4, 4, 7, 0.65);
}

th,
td {
  padding: 1.2rem;
  border-bottom: 1px solid var(--border);
}

th {
  text-align: left;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

tbody tr:last-child td {
  border-bottom: none;
}
