.web-label {
  width: 100%;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  align-items: var(--web-label-align-items);
}

.web-label__text {
  min-width: 0;
  line-height: 1.2;
}
