/* lottery-stub.css?file=components/Lottery/desktop/Lottery.styl */
.lottery_stub_lottery2 {
  display: block;
  border-radius: 20px;
  background: var(--dynamic-surface-base-secondary);
  padding: 32px;
  min-height: 460px;
}
.lottery_stub_lottery_title,
.lottery_stub_lottery_subtitle {
  display: block;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.lottery_stub_lottery_qr {
  width: 256px;
  height: 256px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 24px auto 0;
}
.lottery_stub_lottery_qr-desc {
  width: 256px;
  margin: 12px auto 0;
}

/* lottery-stub.css?file=components/Lottery/mobile/LotteryMobile.styl */
.lottery_stub_lottery {
  display: block;
  height: calc(100vh - 48px);
}
body.app .lottery_stub_lottery {
  height: 100vh;
}
.lottery_stub_lottery_cnt {
  max-width: 450px;
  height: 100%;
  margin: 0 auto;
}
.lottery_stub_lottery_vibe {
  --vibe-padding-left: 16px;
  --vibe-padding-right: 16px;
}
.lottery_stub_lottery_title2,
.lottery_stub_lottery_subtitle2 {
  display: block;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* lottery-stub.css?file=components/Lottery/LotteryWrapper.styl */
.lottery_stub_lottery-mobile {
  display: none;
}
:root.__is-layout-v6 .lottery_stub_lottery-desktop {
  display: none;
}
@media (min-width: 1024px) {
  :root.__is-layout-v6 .lottery_stub_lottery-desktop {
    display: block;
  }
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 .lottery_stub_lottery-mobile {
    display: block;
  }
}
/*# sourceMappingURL=lottery-stub-latest-X3YJILKC.css.map */
