.text-type {
  display: inline-block;
  white-space: pre-wrap;
}
.booking-headline-text {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  background-image: linear-gradient(90deg, #fff, #9b8cff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.text-type__cursor {
  margin-left: 0.25rem;
  display: inline-block;
  opacity: 1;
  color: #9b8cff;
  font-weight: 400;
}
.text-type__cursor--hidden {
  display: none;
}
