/* Glifi di codice fluttuanti attorno al pannello, al posto del classico "cubo" 3D */
@media (max-width: 480px) {
  .code-float-panel {
    max-width: 92vw;
  }
  .code-float-panel .terminal-body {
    padding: 1.1rem 1.1rem;
    font-size: 0.78rem;
    line-height: 1.65;
    min-height: 190px;
    max-height: 260px;
  }
  .code-float-panel.code-compact .terminal-body {
    font-size: 0.66rem;
    line-height: 1.45;
  }
  .code-float-panel .terminal-titlebar {
    padding: 0.6rem 0.8rem;
  }
  .code-float-panel .terminal-filename {
    font-size: 0.7rem;
  }
  .hero-visual .avatar {
    width: 80px;
    height: 80px;
  }
}
