/* Bouquet-only layout integration. InkFlow's copied source remains untouched. */
.inkflow-code-shell {
  --inkflow-code-font: var(--font-code);
}
.protocol-item .inkflow-code-shell {
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 16px;
  box-shadow: var(--card-shadow);
}
.protocol-item .inkflow-code-shell:hover {
  box-shadow: var(--card-shadow-hover);
}
.msg-body.md .inkflow-code-shell {
  width: 100%;
  max-width: 100%;
  margin: 1.8em 0;
}
.msg-body.md .inkflow-code-shell pre code {
  padding: 0;
  background: transparent !important;
}
.msg-body.md .inkflow-code-shell pre code,
.msg-body.md .inkflow-code-shell pre code * {
  font-family: var(--inkflow-code-font) !important;
}
