/* Make typed page-title heading same size as normal page-title */
.page-title-typed {
  font-size: 28px;          /* same as case 1 default h1 */
  font-weight: 700;
  margin: 0;                /* remove extra spacing */
  line-height: 1.2;         /* compact height like case 1 */
}

/* Keep the typed text blue (optional) */
.page-title-typed .typed {
  color: #007bff;
}

/* Match typed cursor size to heading */
.page-title-typed .typed-cursor {
  font-size: 28px;
  color: #007bff;
}