.download-qr-card {
  width: 208px;
  max-width: 100%;
  margin-top: 6px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  /* background: #fff;
  border: 1px solid rgba(224, 230, 240, 0.9);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: center;
  gap: 10px;
}

.download-qr-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #334155;
}

.download-qr-note {
  display: none;
}

.download-qr-code {
  width: 148px;
  height: 148px;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(224, 230, 240, 0.9);
}

.download-qr-code svg {
  display: block;
  width: 100%;
  height: 100%;
}

.download-qr-url {
  display: none;
}

@media (max-width: 640px) {
  .download-qr-card {
    margin-top: 4px;
    width: 192px;
    padding: 14px 14px 12px;
    border-radius: 16px;
  }

  .download-qr-code {
    width: 132px;
    height: 132px;
    padding: 8px;
  }

  .download-qr-title {
    font-size: 13px;
  }
}
