/* Center the new-account Chapter One story beneath its preview covers. */
html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty.premium-empty-preview,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty.premium-empty-preview {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "starter" "copy" "action" !important;
  justify-items: center !important;
  gap: 16px !important;
  text-align: center !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-grid,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-grid {
  grid-area: starter !important;
  position: relative !important;
  display: block !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 160px !important;
  min-height: 160px !important;
  margin-inline: auto !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card {
  position: absolute !important;
  top: 6px !important;
  left: 50% !important;
  width: 154px !important;
  height: 142px !important;
  min-width: 154px !important;
  min-height: 142px !important;
  margin: 0 0 0 -77px !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-1,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-1 {
  transform: translateX(-24px) rotate(-7deg) scale(0.9) !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-2,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-2 {
  transform: none !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-3,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-3 {
  transform: translateX(24px) rotate(7deg) scale(0.9) !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty-copy,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty-copy {
  grid-area: copy !important;
  width: min(100%, 620px) !important;
  justify-self: center !important;
  justify-items: center !important;
  align-content: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty-copy > span,
html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty-copy > strong,
html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty-copy > small,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty-copy > span,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty-copy > strong,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty-copy > small {
  justify-self: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-empty-action,
html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-empty-action {
  grid-area: action !important;
  justify-self: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

@media (max-width: 680px) {
  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-grid,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-grid {
    position: relative !important;
    display: block !important;
    width: 174px !important;
    min-width: 174px !important;
    max-width: 174px !important;
    height: 124px !important;
    min-height: 124px !important;
    margin-inline: auto !important;
  }

  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card {
    position: absolute !important;
    top: 4px !important;
    left: 50% !important;
    width: 126px !important;
    height: 112px !important;
    min-width: 126px !important;
    min-height: 112px !important;
    margin: 0 0 0 -63px !important;
  }

  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-1,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-1 {
    transform: translateX(-24px) rotate(-7deg) scale(0.9) !important;
  }

  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-2,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-2 {
    transform: none !important;
  }

  html body .app-shell .map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-3,
  html body main.app-shell section.map-stage.home-focus #homeJourney .life-chapter-starter-card.starter-3 {
    transform: translateX(24px) rotate(7deg) scale(0.9) !important;
  }
}
