/* orchestrator の発話用: 冷たい上司が通告してくるイメージ */
.blog-article-body.blog-wide-content .orchestrator-dialogue {
  border-left: 4px solid #64748b;
  padding: 0.6em 1em;
  margin: 0.6em 0;
  background-color: rgba(100, 116, 139, 0.07);
  color: #475569;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
  letter-spacing: 0.02em;
  max-width: none;
}
.blog-article-body.blog-wide-content .orchestrator-dialogue p {
  margin: 0;
}
