.action-row,
.table-actions,
.danger-zone {
  display: flex;
  gap: 10px;
  align-items: center;
}

.table-actions {
  justify-content: flex-end;
}

.button.danger {
  background: #dc2626;
  color: #fff;
}

.danger-zone {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  flex-wrap: wrap;
}

.danger-zone h3 {
  width: 100%;
  margin-bottom: 0;
}

.current-artwork {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.current-artwork img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}
