
  .qr-code-container.svelte-4082mn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }

  .qr-code-container.svelte-4082mn canvas,
  .qr-code-container.svelte-4082mn svg {
    max-width: 100%;
    height: auto;
  }

  .qr-display.svelte-1f6oxom {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .qr-display.svelte-1f6oxom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
    pointer-events: none;
  }

  .qr-protection-overlay.svelte-1f6oxom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 15;
    pointer-events: auto;
    cursor: default;
  }

  /* Loading animation optimization */
  @keyframes svelte-1f6oxom-shimmer {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
