.testing-task-badge {
  display: inline-flex;
  align-items: center;
  margin: 7px 0 0 7px;
  padding: 2px 7px;
  border: 1px solid #d79300;
  border-radius: 999px;
  color: #ffd36a;
  background: rgba(215, 147, 0, .16);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}
.testing-task-row td:first-child {
  box-shadow: inset 3px 0 0 #d79300;
}
