.workspace-language {
  display: flex;
  padding: 3px;
  border-radius: 999px;
  background: #f1edf5;
}

.workspace-language button {
  padding: 5px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #716b7f;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.workspace-language button.active {
  background: #fff;
  color: #7437d1;
  box-shadow: 0 2px 8px rgba(48, 20, 81, .08);
}
