.article-points {
  margin: 18px 0 0;
  padding-left: 1.3em;
  color: #33404d;
}
.article-points li + li { margin-top: 8px; }
.writing-example {
  margin-top: 20px;
  padding: 18px 20px;
  background: #f1f7f7;
  border-left: 4px solid var(--brand);
  border-radius: 0 12px 12px 0;
}
.writing-example strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark);
}
.writing-example p {
  margin: 0;
  white-space: pre-line;
  color: #33404d;
}
.article-references {
  padding: 30px;
  background: #f5f7f8;
  border-radius: 18px;
}
.article-references h2 { margin-top: 0; }
.article-references p { font-size: .92rem; }
.article-references ul {
  margin: 16px 0 0;
  padding-left: 1.2em;
}
.article-references li + li { margin-top: 8px; }
.article-references a { text-underline-offset: 3px; }
.article-step:not(:has(figure)) { grid-template-columns: minmax(0, 1fr); }
