.wp-block-digitalhumanist-syne-typing-text,
.wp-block-digitalhumanist-syne-typing-text *,
.wp-block-digitalhumanist-syne-typing-text *::before,
.wp-block-digitalhumanist-syne-typing-text *::after {
  box-sizing: border-box;
}

.wp-block-digitalhumanist-syne-typing-text.stt-block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: transparent !important;
  color: var(--stt-color, currentColor);
}

.wp-block-digitalhumanist-syne-typing-text.alignfull.stt-block {
  width: 100%;
}

.stt-block .stt-text {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  color: var(--stt-color, currentColor);
  font-family: "Syne", var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: var(--stt-font-size, 72px);
  font-weight: var(--stt-font-weight, 700);
  line-height: var(--stt-line-height, 0.95);
  letter-spacing: var(--stt-letter-spacing, -0.04em);
  text-align: var(--stt-text-align, left);
  text-transform: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.stt-block span.stt-text {
  display: inline-block;
}

.stt-block .stt-typed-text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.stt-block .stt-link,
.stt-block .stt-link:visited,
.stt-block .stt-link:hover,
.stt-block .stt-link:focus,
.stt-block .stt-link:active {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.stt-block .stt-link:hover,
.stt-block .stt-link:focus,
.stt-block .stt-link:active {
  text-decoration: none !important;
}

.stt-block.has-stt-hover .stt-text:hover,
.stt-block.has-stt-hover .stt-text:focus-within {
  color: var(--stt-hover-color, var(--stt-color, currentColor));
}

.stt-type-cursor {
  display: inline-block;
  width: 0.055em;
  height: 0.78em;
  margin-left: 0.04em;
  transform: translateY(0.08em);
  background: currentColor;
  opacity: 1;
  animation: sttCursorBlink 860ms steps(1, end) infinite;
}

.has-no-stt-cursor .stt-type-cursor {
  display: none;
}

@keyframes sttCursorBlink {
  0%, 49.999% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

@media (max-width: 782px) {
  .stt-block .stt-text {
    font-size: clamp(1.75rem, 13.5vw, var(--stt-font-size, 72px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .stt-type-cursor {
    animation: none;
  }
}
