.wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: var(--spacing-1);
  align-items: center;
}

.zoomLevelText {
  font-family: var(--code-font);
  font-size: var(--font-size-3);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--global-foreground);
  text-align: center;
}
