/* R4.6.26.10 · standardized instrument calibration image is an inline-only verification artifact.
   Scope is intentionally limited to OCR calibration previews. Other record/evidence photos keep their existing preview links and lightboxes. */
.standard-meter-preview > .standard-meter-static-frame{
  display:block;
  width:100%;
  min-width:0;
  min-height:0;
  flex:1 1 auto;
  overflow:hidden;
  cursor:default;
  -webkit-tap-highlight-color:transparent;
}
.standard-meter-preview > .standard-meter-static-frame img{
  pointer-events:none;
  cursor:default!important;
  user-select:none;
  -webkit-user-drag:none;
  touch-action:pan-x pan-y;
}
@media (min-width:1001px){
  .standard-meter-preview-desktop > .standard-meter-static-frame{
    display:block;
    width:100%;
    min-height:0;
    flex:1;
  }
}
