.list-workspace {
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
}

.list-workspace textarea.input {
  min-height: 200px;
  resize: vertical;
  line-height: 1.45;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.list-table th[scope="row"] {
  font-weight: 500;
  white-space: normal;
  min-width: 160px;
}

.list-table th[scope="row"] .muted {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.list-table tr.missing th[scope="row"] {
  color: var(--danger);
}

.list-table td {
  white-space: nowrap;
  vertical-align: top;
}

.list-table td .pictogram {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 4px;
}

@media (max-width: 900px) {
  .list-workspace {
    grid-template-columns: minmax(0, 1fr);
  }
}
