table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

th,
td {
  border: 1px solid var(--border);
  padding: 8px;
  text-align: left;
}

th {
  background: var(--bg);
}

.list {
  list-style: none;
  margin: 12px 0;
}

.list-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 6px 0;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--bg);
  font-size: 12px;
  margin: 4px;
}

.badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-left: 4px;
}

.progress {
  width: 100%;
  height: 8px;
  background: var(--border);
  border-radius: 4px;
  margin: 12px 0;
}

.progress-bar {
  height: 100%;
  background: var(--main);
  border-radius: 4px;
  width: 60%;
}

.tree {
  list-style: none;
  margin: 12px 0;
}

.tree-item {
  padding: 4px 0;
  cursor: pointer;
}

.tree-children {
  margin-left: 20px;
  list-style: none;
}
