/* ============ Screw Gauge — instrument-specific styles ============
   (page layout lives in ../../assets/sim.css) */

.sticks line { stroke: #26303f; stroke-width: 1.6; }
.sticks line.big { stroke-width: 2; }
.slabels text {
  font-family: var(--font-mono); font-size: 13px; font-weight: 700;
  fill: #1f2937; text-anchor: middle;
}
#refLine { stroke: #26303f; stroke-width: 1.8; }
.tdivs line { stroke: #1d2735; stroke-width: 1.5; }
.tdivs text {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  fill: #1f2937; text-anchor: start;
}
.knurl line { stroke: rgba(31, 41, 55, 0.18); stroke-width: 2.4; }
