/* HowLegacyWorksModal — full-screen "how the Legacy score is built" explainer.

   Opened from the "How Legacy is calculated" link on the Ruler Death modal.
   The frame is the standard .modal-fullscreen container (see modals.css); these
   rules style the inner content only: a vertical stack of short explanatory
   paragraphs. Mirrors HowTraitsWork.css. */

.how-legacy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.how-legacy-p {
  margin: 0;
  font-size: 1rem;      /* comprehension prose: keep at the readable floor */
  line-height: 1.6;
  color: var(--font-color-1);
}
