.article h1 {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.article-date {
  display: block;
  font-size: 0.85rem;
  color: var(--ink-mid);
  margin-bottom: 24px;
}

.article p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 65ch;
}

.article strong {
  background: #fff5a0;
  padding: 1px 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.article ul,
.article ol {
  margin: 0 0 14px;
  padding-left: 1.4em;
}

.article li {
  margin-bottom: 8px;
  line-height: 1.6;
}
