.gallery-qr-list {
  align-items: start;
}

.gallery-qr-slot {
  width: 104px;
}

.gallery-qr-image {
  display: block;
  width: 92px;
  height: 92px;
  padding: 3px;
  border: 1px solid #c9d9df;
  border-radius: 3px;
  background: #fff;
  object-fit: contain;
}

.gallery-qr-slot > span {
  color: #7a8d95;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 680px) {
  .gallery-qr-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 116px));
    gap: 12px;
  }

  .gallery-qr-slot {
    width: 116px;
  }

  .gallery-qr-image {
    width: 108px;
    height: 108px;
  }
}
