/* Article pages */
.article-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px 24px 12px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.article-back {
  font-size: 15px;
  color: #0b63b8;
  font-weight: 600;
}

.article-shell {
  max-width: 780px;
  margin: 0 auto;
  padding: 28px 24px 72px;
}

.article-shell h1 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.35;
  color: #1f2937;
}

.article-meta {
  margin: 0 0 22px;
  font-size: 14px;
  color: #888;
}

.article-body p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  color: #1f2937;
  text-align: justify;
}

.article-figure {
  margin: 0 0 18px;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
