.node--story.node--full .node__source-link a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.node--story.node--full .node__source-link a::after {
  font-family: "Font Awesome 7 Sharp Solid";
  content: "\e09f";
  font-size: 0.75em;
  margin-left: 4.718592px;
}

.node--story.node--full .node__read-more-from-authors h2 {
  --heading--margin-bottom: 0.35em;
}

.node--story.node--full .node__header {
  grid-column: 1/-1;
}
.node--story.node--full .node__header-content > * + *:not(.node__heading) {
  margin-top: 9.216px;
}
.node--story.node--full .node__source-link {
  font-size: 0.8rem;
  color: var(--deemphasis);
}
.node--story.node--full .node__dates {
  font-size: 0.8rem;
  color: var(--deemphasis);
}
.node--story.node--full .node__dates > * + * {
  margin-top: 4.718592px;
}
.node--story.node--full .node__byline-authors a {
  margin-right: -0.25ch;
}
.node--story.node--full .node__authors {
  container-type: inline-size;
  display: flex;
  -moz-column-gap: 35.15625px;
       column-gap: 35.15625px;
  row-gap: 9.216px;
  flex-direction: column;
}
.node--story.node--full .node__image {
  --img--width: 100%;
  --img--border-radius: 9.216px;
  margin-bottom: 35.15625px;
}
.node--story.node--full .node__read-more-from-authors {
  margin-top: 35.15625px;
}
.node--story.node--full .node__read-more-from-authors .node__view-stories-by-person + .node__view-stories-by-person {
  margin-top: 35.15625px;
}
@media (width > 48em) {
  .node--story.node--full {
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 35.15625px;
         column-gap: 35.15625px;
  }
  .node--story.node--full .node__image,
  .node--story.node--full .node__body,
  .node--story.node--full .node__dates,
  .node--story.node--full .node__authors,
  .node--story.node--full .node__media-contact-block {
    grid-column: 2/-2;
  }
}
@media (width > 64em) {
  .node--story.node--full .node__image,
  .node--story.node--full .node__body,
  .node--story.node--full .node__dates,
  .node--story.node--full .node__authors,
  .node--story.node--full .node__media-contact-block {
    grid-column: 3/-3;
  }
}
