.stepped-action__status--failed {
  font-weight: bold;
  color: oklch(0.54 0.23 27.4);
  outline: 1px dashed oklch(0.56 10.25 29.61 / 1);
  border-radius: 1rem;
  padding: 0 0.5rem;
}

.stepped-action--failed {
  & > .stepped-action__action-content {
    background: oklch(0.56 10.25 29.61 / 0.05);
  }
}
