/* V22 — checkout QR normal and readable */
#checkoutQrisWrap {
  width: min(320px, 100%) !important;
  min-width: 220px;
  aspect-ratio: 902 / 948;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff !important;
}
#checkoutQrisWrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  image-rendering: auto;
  background: #fff;
}
@media (max-width: 640px) {
  #checkoutQrisWrap { width: min(280px, 100%) !important; }
}
