.article-editorial-shell {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.article-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(19,22,28,.08);
  margin-bottom: 18px;
}

.article-topbar .meta-row {
  margin-top: 0;
  color: #5f6673;
}

.article-hero--editorial {
  min-height: 560px;
  border-radius: 18px;
}

.article-body--editorial {
  width: min(760px, 100%);
  margin: 0 auto;
}

.inline-ad {
  margin: 28px auto;
}

.inline-ad .ad-slot {
  min-height: 160px;
}

.article-source-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.article-source-list a {
  color: #203766;
  font-weight: 600;
}

@media (max-width: 760px) {
  .article-topbar {
    display: grid;
  }

  .article-hero--editorial {
    min-height: 420px;
  }
}
