.highlight-title-v3 {
  position: relative;
  display: inline-block;
  max-width: min(1700px, 92vw);
}

.highlight-title-v3--center {
  text-align: center;
}

.highlight-title-v3--left {
  text-align: left;
}

.highlight-title-v3__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  pointer-events: none;
}

.highlight-title-v3__text {
  position: relative;
  z-index: 2;
  text-wrap: pretty;
}
