/**
 * @file
 * Text Content.
 */

.text-content,
.cke_editable {
  line-height: 1.75;

  & p {
    margin-block-start: 1em;
    margin-block-end: 1em;
  }

  & h2,
  & h3,
  & h4,
  & h5,
  & h6 {
    @media (min-width: 43.75rem) {
      margin-block: var(--sp1-5);
    }
  }

  & h2:first-child,
  & h3:first-child,
  & h4:first-child,
  & h5:first-child,
  & h6:first-child {
    margin-block-start: 0;

    @media (min-width: 43.75rem) {
      margin-block-start: 0;
    }
  }
}
