.text-content,
.cke_editable {
  & p {
    @media (min-width: 43.75rem) {
      margin-block-start: var(--sp1-5);
      margin-block-end: var(--sp1-5);
    }
  }
}

.text-content, .cke_editable {
  line-height: 1.5em;
  @media (min-width: 43.75rem) {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
  & blockquote {
    @media (min-width: 62.5rem) {
      font-size: 1em;
      line-height: 1.4em;
    }
  }
  li {
    margin-bottom: 0.6em;
  }
}

.teaser__title {
  line-height: 1.2em;
}
