/* Stile icona QR nel menu - by Lomazzi Federico */

.qr-button-menu {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.4rem;
    color: #b4881d; /* oro Vendome */
    text-shadow: 0 0 4px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, color 0.2s ease;
}

.qr-button-menu:hover {
    transform: scale(1.15);
    color: #d4af37;
}

/* ================================
   QR SCANNER — FORCE TOP LAYER
   TuoiPunti override
================================ */

#qrscanner-container {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
}

#qrscanner-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.75) !important;
}

#qrscanner-box {
  position: relative !important;
  z-index: 100000 !important;
  max-width: 420px;
  margin: 5vh auto 0 auto;
}
