[data-lets-inert="true"],
[data-lets-download-qr="true"] {
  cursor: pointer !important;
}

.lets-download-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 16, 35, .62);
  backdrop-filter: blur(4px);
}

.lets-download-modal.is-open {
  display: flex;
}

.lets-download-dialog {
  position: relative;
  width: min(410px, calc(100vw - 32px));
  padding: 34px 30px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
  color: #17233c;
  text-align: center;
}

.lets-download-title {
  margin: 0 0 18px;
  color: #17233c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.lets-download-qr {
  display: block;
  width: min(300px, 72vw);
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

.lets-download-hint {
  margin: 16px 0 0;
  color: #687386;
  font-size: 15px;
  line-height: 1.6;
}

.lets-download-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eef2f7;
  color: #26344d;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}

body.lets-modal-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .lets-download-dialog {
    padding: 30px 18px 22px;
  }

  .lets-download-title {
    font-size: 22px;
  }
}
