.id-card-align-viewport {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  background: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  cursor: grab;
}

.id-card-align-viewport:active {
  cursor: grabbing;
}

.id-card-align-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.id-card-align-img-wrap img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.id-card-align-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.52);
  pointer-events: none;
  z-index: 2;
}

.id-card-align-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 3;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  pointer-events: none;
}
