
/* V378 — Real QR + iframe print */
.v378-real-qr{
  display:block;
  width:92px;
  height:92px;
  object-fit:contain;
  padding:3px;
  border:1px solid #8cac99;
  border-radius:6px;
  background:#fff;
  image-rendering:auto;
}
#v378-print-frame{
  pointer-events:none!important;
}

@media(max-width:900px){
  .v378-real-qr{
    width:82px;
    height:82px;
    grid-row:1/4;
  }
}

@media print{
  .v378-real-qr{
    width:24mm!important;
    height:24mm!important;
    border:1px solid #8cac99!important;
    background:#fff!important;
  }
}
