.stress-container {
  max-width: 760px;
}

.stress-screen,
.stress-result {
  min-height: 58vh;
}

.stress-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 32px 0 4px;
  flex-wrap: wrap;
}

.stress-nav {
  justify-content: flex-start;
  margin-top: 48px;
}

.hidden {
  display: none !important;
}

#stress-step.step-indicator {
  margin-bottom: 34px;
}

.stress-question .answers {
  margin-top: 28px;
}

.stress-question .answer {
  text-align: left;
}

.moment-anchor {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: .98;
  letter-spacing: -.035em;
  margin: 0 0 22px;
  max-width: 680px;
  color: var(--fg);
}

#moment-context.archetype-text {
  margin-bottom: 50px;
}

.stress-result-block {
  margin-top: 30px;
}

.stress-reminder {
  margin-top: 36px;
}

.repeat-line {
  margin: 40px 0 6px;
  font-size: 1.05rem;
  color: var(--muted);
}

.stress-result-actions {
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

@media (max-width: 640px) {
  .stress-actions,
  .stress-result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .stress-actions .btn,
  .stress-result-actions .btn {
    width: 100%;
  }
}
