/* Scoped styles: these floating tools never change the response controls. */
.exam-instruments{position:fixed;inset:0;z-index:100;pointer-events:none;overflow:hidden}
.exam-instrument{position:absolute;width:0;height:0;pointer-events:none}
.exam-instrument-body{position:absolute;pointer-events:auto;touch-action:none;user-select:none;cursor:move;border:0;background:transparent;outline:0}
.exam-instrument-body .instrument-face{width:100%;height:100%;background-repeat:no-repeat;pointer-events:none}
.exam-instrument.protractor .instrument-face{background-image:url('/reference-assets/protractorStatic-steel.png');background-position:0 1px;background-size:100%}
.exam-instrument.protractor .exam-instrument-body:hover .instrument-face{background-image:url('/reference-assets/protractorActive-steel.png')}
.exam-instrument.protractor .exam-instrument-body:focus .instrument-face{background-image:url('/reference-assets/protractorActiveFocus-steel.png')}
.exam-instrument.ruler .instrument-face{background-image:url('/reference-assets/ruler01Static-steel.png');background-size:610px}
.exam-instrument.ruler .exam-instrument-body:hover .instrument-face{background-image:url('/reference-assets/ruler01Active-steel.png')}
.exam-instrument.ruler .exam-instrument-body:focus .instrument-face{background-image:url('/reference-assets/ruler01ActiveFocus-steel.png')}
.exam-instrument-body:focus-visible{outline:2px dashed #347788;outline-offset:4px}
.exam-instrument-body.is-dragging{cursor:grabbing}
.exam-instrument-body .instrument-rotate{position:absolute;bottom:2px;left:2px;display:block;padding:0;width:54px;height:60px;min-width:0;min-height:0;border:0;border-radius:0;background:transparent url('/reference-assets/instrument-reference-13.svg') no-repeat center;background-size:100%;box-shadow:none;cursor:grab;touch-action:none}
.exam-instrument-body:focus .instrument-rotate{background-image:url('/reference-assets/instrument-reference-12.svg')}
.exam-instrument-body .instrument-rotate:focus-visible{outline:3px solid #ed9b28;outline-offset:2px}
.exam-instrument-body .instrument-help{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.map-icon-protractor{background-image:url('/reference-assets/instrument-reference-08.svg')}
.map-icon-ruler{background-image:url('/reference-assets/instrument-reference-06.svg')}
.tool-button[aria-pressed=true] .map-icon-protractor{background-image:url('/reference-assets/instrument-reference-09.svg')}
.tool-button[aria-pressed=true] .map-icon-ruler{background-image:url('/reference-assets/instrument-reference-07.svg')}
@media print{.exam-instruments{display:none}}
