.ce--text .ce-text__inner {
    max-width: 42rem;
}

.ce--text.ce--center .ce-text__inner {
    margin-inline: auto;
    text-align: center;
}

.ce--text .ce__body {
    color: var(--ds-ink-soft);
}

.ce--text .ce__body--rich > :first-child {
    margin-top: 0;
}

.ce--text .ce__body--rich > :last-child {
    margin-bottom: 0;
}

.ce--text .ce__body--rich a {
    color: var(--ds-accent-soft);
}
