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

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

  & 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;
    }
  }
}

.field--name-field-lead.text-content,
.field--name-field-lead.cke_editable {
  @media (min-width: 43.75rem) {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
