/* .table {
  margin: 0 -16px;
} */

.table-row {
  height: 40px;
}

/* .table-row:first-child > * + * {
  border-left: 1px solid var(--colorGrayA02);
} */

/* .table-row:nth-child(2n + 1) {
  background-color: var(--colorGrayA01) !important;
}

.table-row:hover {
  background-color: var(--colorGrayA02) !important;
} */

.table-row:first-child {
  font-weight: 600;
}

.table-row:not(:first-child) {
  transition: background 0.14s linear;
}

.table-row:not(:first-child):hover {
  color: #000;
  background: var(--colorGrayA01);
  transition-duration: 0s;
}

.table-row > *:first-child {
  padding-left: 16px;
}

.table-row > *:not(:first-child) {
  padding-right: 16px;
}

/* .table-row > *:first-child {
  padding-left: 16px;
}

.table-row > *:last-child {
  padding-right: 16px;
} */

.table-row + .table-row {
  border-top: 1px solid var(--colorGrayA02);
}

/* .table-cell {
  height: 100%;
} */
