/* Desktop QR — force a clear, readable square */
[data-element-id="elm_Jc1XDKfbDggygG3r4c1Cvg"] .zpimage-container figure img {
  width: 90px !important;
  height: 90px !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* Mobile QR — scale responsively */
@media (max-width: 768px) {
  [data-element-id="elm_Jc1XDKfbDggygG3r4c1Cvg"] .zpimage-container figure img {
    width: 140px !important;
    height: auto !important;
    max-width: 70% !important;
  }
}
