.page {
  width: 100%;
  padding: 44px 16px 92px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.store-hero {
  display: flex;
  min-height: 78px;
  margin-bottom: 28px;
}

.store-hero__icon {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin-right: 22px;
  border-radius: 20%;
  object-fit: cover;
}

.store-hero__content {
  flex: 1;
  min-width: 0;
}

.store-hero__title {
  min-height: 32px;
  color: var(--text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.store-hero__badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  vertical-align: baseline;
}

.store-hero__publisher {
  margin-bottom: 5px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.store-hero__progress {
  margin-bottom: 3px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.store-hero__verified {
  display: flex;
  align-items: center;
  height: 14px;
  color: #333333;
  font-size: 10px;
  font-weight: 400;
}

.store-hero__verified img {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

.app-stats {
  min-height: 42px;
  margin-bottom: 38px;
  display: flex;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.app-stats::-webkit-scrollbar {
  display: none;
}

.app-stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 15px;
}

.app-stats__item:first-child {
  padding-left: 0;
}

.app-stats__item + .app-stats__item::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 27px;
  margin: auto 0;
  background: var(--line-soft);
  content: "";
}

.app-stats__value {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.app-stats__value img {
  width: 11px;
  height: 11px;
  margin-left: 2px;
}

.app-stats__choice {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
}

.app-stats__label {
  color: var(--subtle);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .desktop-qr {
    display: none !important;
  }
}
