.cloudJobCard .roughWorkspaceActions {
  flex-wrap: wrap;
}

.cloudDelete {
  margin-left: auto;
  color: #ff9696 !important;
  border-color: rgba(239, 77, 77, .28) !important;
}

.cloudDelete:hover {
  background: rgba(239, 77, 77, .12) !important;
}

.cloudProcessingNote {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(80, 131, 255, .12);
  color: #b9d4ff;
  line-height: 1.4;
}
