/* --- Pannello visivo a destra: avatar chip + "codice" che si muove --- */
.code-float-panel .terminal-body {
  padding: 1.4rem 1.5rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  line-height: 1.8;
  min-height: 230px;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-dark);
  transition:
    font-size 0.2s ease,
    line-height 0.2s ease;
}
