:host {
  position: relative;
}

span {
  color: #fff;
  position: absolute;
  transform: translateY(7px);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40px;
}