.store-download-option {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.desktop-store-qr {
  display: none;
  width: 104px;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid var(--line, rgba(0, 0, 0, 0.10));
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.10);
  overflow: hidden;
}

.desktop-store-qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

body.desktop-download-context .store-row {
  align-items: flex-start;
  gap: 18px;
}

body.desktop-download-context .desktop-store-qr {
  display: block;
}

@media (max-width: 900px) {
  body.desktop-download-context .desktop-store-qr {
    display: none;
  }
}
