.cta-band,
.cta-band.qr-enabled {
  grid-template-columns: 115px minmax(0, 1fr) 350px !important;
  gap: 28px;
}

.cta-band .download-qr {
  display: none !important;
}

.cta-band .magnetic {
  position: relative;
  justify-self: end;
  width: 210px;
  overflow: visible;
}

.cta-band .magnetic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -130px;
  box-sizing: border-box;
  width: 108px;
  height: 108px;
  padding: 7px;
  transform: translateY(-58%);
  pointer-events: none;
  background: #fff url("/downloads/xiaoheling-download-qr.png") center / 94px 94px no-repeat;
  border: 1px solid #d7ebe4;
  border-radius: 12px;
  box-shadow: 0 12px 28px #176f5424;
}

.cta-band .magnetic::after {
  content: "手机扫码下载";
  position: absolute;
  top: calc(50% + 51px);
  left: -131px;
  width: 110px;
  color: #315d65;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 900px) {
  .cta-band,
  .cta-band.qr-enabled {
    grid-template-columns: 80px minmax(0, 1fr) !important;
  }

  .cta-band .magnetic {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .cta-band .magnetic::before,
  .cta-band .magnetic::after {
    display: none;
  }
}
