body {
  color: #2d2926;
}

.prose {
  color: #3f3731;
  font-size: 1rem;
  line-height: 1.78;
}

.prose > *:first-child {
  margin-top: 0;
}

.prose h2,
article .prose h2 {
  color: #2d2926;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 2.75rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dfd0bc;
  letter-spacing: 0;
}

.prose h3,
article .prose h3 {
  color: #2d2926;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 2rem 0 0.75rem;
  letter-spacing: 0;
}

.prose h4,
article .prose h4 {
  color: #2d2926;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin: 1.5rem 0 0.5rem;
}

.prose p,
article .prose p {
  margin: 0 0 1.2rem;
}

.prose ul,
.prose ol,
article .prose ul,
article .prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}

.prose li,
article .prose li {
  margin-bottom: 0.45rem;
  padding-left: 0.15rem;
}

.prose li::marker,
article .prose li::marker {
  color: #b9683a;
}

.prose strong,
article .prose strong {
  color: #2d2926;
  font-weight: 750;
}

.prose a,
article .prose a {
  color: #4f5d42;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose a:hover,
article .prose a:hover {
  color: #b9683a;
}

.prose blockquote,
article .prose blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #b9683a;
  background: #fff8ee;
  color: #51473f;
}

.prose table,
article .prose table {
  width: 100%;
  margin: 1.75rem 0;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.prose th,
.prose td,
article .prose th,
article .prose td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid #dfd0bc;
  text-align: left;
  vertical-align: top;
}

.prose th,
article .prose th {
  background: #f6ecd9;
  color: #2d2926;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  .prose table,
  article .prose table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.prose hr,
article .prose hr {
  border: 0;
  border-top: 1px solid #dfd0bc;
  margin: 2.5rem 0;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.page-link {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  color: #2d2926;
  border: 1px solid #dfd0bc;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}

.page-link:hover,
.page-item.active .page-link {
  background: #4f5d42;
  color: #fffaf0;
  border-color: #4f5d42;
}

.page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
}

.not-prose a {
  text-decoration: none;
}
