.table {
  border-collapse: collapse;
  width: 100%;
}
.table--striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table--padded td,
.table--padded th {
  padding: 0.375rem 1.125rem;
}

@layer default {
  .table thead th {
    text-align: left;
  }
}