body.public-marketing-page {
  --storybook-bg: url("/once-upon-today/assets/storybook-workbench-rocket.png");
  --today-bg: url("/once-upon-today/assets/today-story-background.png");
  --player-bg: url("/once-upon-today/assets/bedtime-story-studio-heart-lamp.png");
}

.app-store-button {
  align-items: center;
  background: #020908;
  border: 2px solid transparent;
  border-radius: 17px;
  box-shadow: 0 18px 34px rgba(18, 63, 63, .26), inset 0 0 0 2px rgba(255, 255, 255, .07);
  color: #fffdf6;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 66px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.app-store-button:hover {
  transform: translateY(-1px);
}

.app-store-button svg {
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
}

.hero-store-badge {
  width: min(266px, 78vw);
}

.store-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.store-small,
.store-large {
  display: block;
  line-height: 1;
}

.store-small {
  font-size: .82rem;
  font-weight: 720;
}

.store-large {
  font-size: 1.68rem;
  font-weight: 820;
}

.trial-note {
  color: rgba(32, 36, 44, .66);
  font-size: 14px;
  font-weight: 850;
  margin: 10px 0 0;
}

@media (max-width: 380px) {
  .app-store-button {
    min-height: 62px;
    padding-inline: 17px;
  }

  .app-store-button svg {
    height: 32px;
    width: 32px;
  }

  .store-large {
    font-size: 1.48rem;
  }
}
