[data-component-id="boell_components:article_cockpit"] {
  max-width: var(--content-article-width, 730px);
  margin: auto;

  .content-authors {
    font-size: 1.25rem;
    margin-top: 1rem;

    a {
      font-weight: 500;
      font-size: 1.25rem;
    }
  }

  .article__lead {
    .content-genre {
      font-size: 1.35rem;
      margin-bottom: -0.2rem; /* negative margin makes sure the teaser floats around the bigger content-genre */
    }

    p {
      font-size: 1.25rem;
      line-height: 1.5;
    }
  }
}
