.status-chip.archived {
  color: #555;
  background: #ececec;
}

.row-actions {
  flex-wrap: wrap;
}

.row-btn.warning {
  color: #8a5b09;
  background: #fff2cf;
}

.row-btn.danger {
  color: #a11222;
  background: #fde8eb;
}
