.story-section--plain > h3 {
  margin-top: 30px;
}

.plain-copy {
  align-self: center;
}

.plain-copy > p {
  margin: 0 0 14px;
}

.plain-list {
  display: grid;
  max-width: 72ch;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.workflow-list--plain li {
  align-items: start;
}

.article-title {
  max-width: 18ch;
  margin: 0 0 22px;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.rankings-section {
  display: block;
}

.comparison-table-wrap {
  max-width: 100%;
  margin: 24px 0 16px;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.comparison-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: .86rem;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eceef2;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background: #f7f7f9;
  color: #30343b;
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.editorial-note,
.affiliate-note,
.last-checked {
  color: #5c6370;
  font-size: .9rem;
}

.affiliate-note {
  padding: 14px 16px;
  border-left: 3px solid #ad2e6c;
  background: #fbf5f8;
}

.creator-review {
  margin: 34px 0 0;
  padding: 28px;
  border: 1px solid #e6e2e5;
  border-radius: 20px;
  background: #fff;
}

.creator-review h3 {
  margin: 0 0 10px;
}

.creator-verdict {
  max-width: 70ch;
  margin: 0 0 18px;
  color: #3d4148;
  font-size: 1.05rem;
  font-weight: 650;
}

.creator-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #ebe7ea;
  border-radius: 14px;
  background: #ebe7ea;
}

.creator-facts div {
  padding: 12px 14px;
  background: #faf8f9;
}

.creator-facts dt {
  margin-bottom: 3px;
  color: #707680;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.creator-facts dd {
  margin: 0;
  color: #23262b;
  font-size: .9rem;
}

.profile-link {
  display: inline-flex;
  margin-top: 4px;
  font-weight: 700;
}

.category-section h3 {
  margin-top: 30px;
}

@media (max-width: 700px) {
  .story-section--plain > h3 {
    margin-top: 26px;
  }

  .creator-review {
    padding: 22px 18px;
  }

  .creator-facts {
    grid-template-columns: 1fr 1fr;
  }
}
