/* [project]/packages/react-markdown/styles/dot.css [app-client] (css) */
@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);
  margin-left: 0;
  margin-right: 0;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  animation: .9s infinite dotty-balls;
  position: absolute;
  left: -3ch;
}


/*# sourceMappingURL=packages_react-markdown_styles_dot_431529d1.css.map*/