.comparison-page .article-header {
  border-bottom-color: #d8d2c7;
}

.comparison-edition-mark {
  display: grid;
  gap: 8px;
  margin: 0 0 34px;
  padding: 22px 24px;
  border: 1px solid #d8d2c7;
  border-left: 5px solid #8b3340;
  background: #f3f0ea;
}

.comparison-edition-mark span {
  color: #8b3340;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.comparison-edition-mark strong {
  color: #071b33;
  font: 700 1.18rem/1.35 Georgia, "Times New Roman", serif;
}

.comparison-article-section {
  scroll-margin-top: 120px;
  padding: 6px 0 32px;
  border-bottom: 1px solid #ddd8cf;
}

.comparison-article-section + .comparison-article-section {
  padding-top: 34px;
}

.comparison-article-section h2 {
  max-width: 24ch;
  margin: 5px 0 14px;
  color: #071b33;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.comparison-section-summary {
  padding-left: 16px;
  border-left: 3px solid #c6a35b;
  color: #555b60;
  font-weight: 700;
}

.comparison-sources {
  margin-top: 22px;
  padding: 15px 17px;
  border: 1px solid #ddd8cf;
  background: #faf8f4;
}

.comparison-sources > span {
  color: #8b3340;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.comparison-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-sources a {
  color: #174d7c;
  font-size: .78rem;
  font-weight: 800;
}

@media (max-width: 720px) {
  .comparison-edition-mark {
    padding: 18px;
  }

  .comparison-article-section h2 {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
}
