.task-list-grouped {
  background: #f6f8fb;
  padding: 12px;
}

.task-assignee-group {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.task-assignee-group:last-child {
  margin-bottom: 0;
}

.task-assignee-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: #eef2f7;
  color: var(--ink);
}

.task-assignee-heading strong {
  font-size: 13.3333px;
  font-weight: 700;
}

.task-assignee-heading span {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 21px;
  padding: 0 7px;
  border-radius: 11px;
  background: #dce4ef;
  color: #42536a;
  font-size: 10.3333px;
  font-weight: 700;
}

.task-assignee-tasks .task-row:first-child {
  border-top: 0;
}

@media (max-width: 760px) {
  .task-list-grouped {
    padding: 8px;
  }

  .task-assignee-heading {
    padding: 9px 12px;
  }
}
