.size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.size-table th,
.size-table td {
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem 0.8rem;
  text-align: center;
  vertical-align: middle;
}

.size-table thead th {
  font-weight: 600;
  background: rgba(var(--color-foreground), 0.04);
}

.size-table tbody th[scope='row'] {
  font-weight: 600;
}
