body[data-speech-cadence-release="293"] [data-speech-mode="typewriter"] .speech-glyph {
  opacity: 0;
  transition: opacity 70ms linear;
}

body[data-speech-cadence-release="293"] [data-speech-mode="typewriter"] .speech-glyph[data-speech-visible="true"] {
  opacity: 1;
}

html body[data-speech-cadence-release="293"][data-active-panel="home"] #avatar-scene:has(:is(.ant-scene-dialogue,.ant-action-cue):not(.hidden)) #ant-avatar-wrap {
  inset: auto 0 2px !important;
  margin: 0 auto !important;
  transform: none !important;
}
