@keyframes dotty-balls {
  0%,33% {
     --aui-content: "Thinking.";
  }
  33%, 66% {
    --aui-content: "Thinking..";
  }
  66%,100% {
    --aui-content: "Thinking...";
  }
  100% {
    --aui-content: "Thinking...";
  }
}
:where(.aui-md[data-status="running"]):empty::after,
:where(.aui-md[data-status="running"])
  > :where(:not(ol):not(ul):not(pre)):last-child::after,
:where(.aui-md[data-status="running"]) > pre:last-child code::after,
:where(.aui-md[data-status="running"])
  > :where(ol, ul):last-child
  > :where(li:last-child:not(:has(* > li)))::after,
:where(.aui-md[data-status="running"])
  > :where(ol, ul):last-child
  > :where(li:last-child)
  > :where(ol, ul):last-child
  > :where(li:last-child:not(:has(* > li)))::after,
:where(.aui-md[data-status="running"])
  > :where(ol, ul):last-child
  > :where(li:last-child)
  > :where(ol, ul):last-child
  > :where(li:last-child)
  > :where(ol, ul):last-child
  > :where(li:last-child)::after {
   content: var(--aui-content);
  animation: dotty-balls 0.9s  infinite;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-left: 0rem;
  margin-right: 0rem;
  position: absolute;
  left: -3ch; /* Adjusted for ball character width */
}
