/* Multi-line subtitle support (Typed.js) */
#subtitle {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.subtitle-line {
  /* Preserve multiple spaces, but still allow wrapping on small screens. */
  white-space: pre-wrap;
}
