.retry-failed-button {
  grid-column: 2;
  width: max-content;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #b76b20;
  border-radius: 6px;
  background: #fff8ec;
  color: #8c541a;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.retry-failed-button:hover {
  background: #ffefd6;
}

.retry-failed-button:disabled {
  opacity: .55;
  cursor: wait;
}

.stop-task-button {
  width: max-content;
  min-height: 28px;
  margin-top: 9px;
  padding: 0 10px;
  border: 1px solid #b23838;
  border-radius: 6px;
  background: #fff5f5;
  color: #9b2e2e;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.stop-task-button:hover {
  background: #ffe8e8;
}

.stop-task-button:disabled {
  opacity: .55;
  cursor: wait;
}
