#plot {
  position: relative;
  width: 100vw;
  height: 90vh;
}
#embeddings-plotly-controls {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#embeddings-plotly-controls label {
  display: contents;
  padding: 0;
  margin: 0;
}
#embeddings-plotly-controls select,
#embeddings-plotly-controls input[type="range"] {
  justify-self: end;
  width: 90%;
}
