.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.workspace-actions button {
  margin-top: 0;
}

.secondary {
  border: 1px solid var(--line);
  background: #f5f8f4;
  color: var(--green);
  padding: 10px 14px;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

.secondary:hover {
  background: #edf4ef;
}

.hidden {
  display: none !important;
}
