/* Biography paragraph rhythm */
.character-content-section > p + p {
    margin-top: 1.45em;
}

/* Preserve deliberate line breaks in multi-part character quotes. */
.character-quote {
    white-space: pre-line;
    text-wrap: pretty;
}

@media (max-width: 700px) {
    .character-content-section > p + p {
        margin-top: 1.25em;
    }
}
