/* Shared inner pages */

.page-shell {
  padding: 32px 0 80px;
}

.page-shell__head {
  margin: 16px 0 40px;
}

.page-shell__head h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 10px;
}

.page-shell__head p {
  margin: 0;
  color: var(--muted);
}

.breadcrumb {
  font-size: 13px;
  color: var(--muted);
  padding: 8px 0;
  line-height: 1.6;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 48px;
}

.pager__link,
.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-2);
}

.pager .hover,
.pager .page-num:hover,
.pager a:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.content-prose {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-2);
  overflow: visible;
}

.content-prose img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 24px auto;
  object-fit: contain;
}

.content-prose figure {
  margin: 24px 0;
  overflow: visible;
  max-width: 100%;
}

.content-prose h2,
.content-prose h3 {
  margin: 32px 0 12px;
  color: var(--ink);
  line-height: 1.35;
  overflow: visible;
}
