:host > div {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 100%;
}
:host > div > div {
  height: 100%;
  margin-left: 1.5rem;
}
:host > div > div.labels {
  color: #000000;
  color: var(--strc-scaleogram-label-color, #000000);
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  justify-content: space-between;
  margin-left: 0.5rem;
}