.editor-ListGroup-group.editor-ListGroup-group-no-expand {
  margin-bottom: 16px;
}
.editor-ListGroup-group-header {
  height: 32px;
  background: #F6F8FA;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.editor-ListGroup-group-header-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(28, 36, 46, 0.85);
}
.editor-ListGroup-group-header-extra {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #4477EE;
  font-size: 12px;
  cursor: pointer;
  margin-right: 4px;
}
.editor-ListGroup-group-header-extra-text {
  margin-right: 3px;
}
.editor-ListGroup-group-content {
  padding-top: 16px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
