#space-details h3 {
  margin-bottom: 0.5em;
}

#actions {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

#space-workloads {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#space-workloads-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
