#aircraft-pen-snap-feedback {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

#aircraft-pen-snap-feedback[hidden] {
  display: none;
}

.aircraft-pen-snap-guide {
  position: absolute;
  pointer-events: none;
  border-color: #ff4d9d;
  opacity: .96;
}

.aircraft-pen-snap-guide-x {
  top: 0;
  bottom: 0;
  border-left: 1px dashed #ff4d9d;
}

.aircraft-pen-snap-guide-y {
  left: 0;
  right: 0;
  border-top: 1px dashed #ff4d9d;
}

.aircraft-pen-snap-point {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1.5px solid #ff4d9d;
  border-radius: 50%;
  background: var(--ui-surface);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
