
	#video {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}
    .overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
      display: grid;
      place-items: center;
    }

    .frame {
      width: 70vw;
      max-width: 320px;
      aspect-ratio: 1 / 1;
      border: 2px solid #00e5ff;
      border-radius: 12px;
      box-shadow:
        0 0 0 9999px var(--frame),
        0 0 24px rgba(0,229,255,.6);
    }
		#qr-scanner-video-box {
			position: relative;
		}
		#qr-scanner .qr-scanner-info {
			padding: 20px 0px;
		}
