.editor-switch-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor-switch-group:not(:last-child) {
  margin-bottom: 12px;
}
.editor-switch-group .switch-label {
  font-size: 12px;
  font-weight: normal;
}
