.gcode-sim-actions{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gcode-sim-note{
  margin-top: 2px;
}

.gcode-sim-layer{
  pointer-events: none;
}

.gcode-sim-trail-air{
  fill: none;
  stroke: #6b7280;
  stroke-dasharray: 7 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
}

.gcode-sim-trail-cut{
  fill: none;
  stroke: #b91c1c;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
}

.gcode-sim-head-outer{
  fill: rgba(34, 197, 94, 0.18);
  stroke: rgba(21, 128, 61, 0.85);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.gcode-sim-head-inner{
  fill: rgba(5, 46, 22, 0.58);
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}
