.public-docs__shell {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
}

.public-docs__meta {
  color: var(--app-muted);
  margin-bottom: 1.5rem;
}

.public-docs__title {
  margin: 0 0 0.9rem;
  color: var(--app-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.public-docs__card h2 {
  margin: 1.75rem 0 0.75rem;
  color: var(--app-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.public-docs__card p,
.public-docs__card li {
  color: var(--app-text);
  line-height: 1.72;
}

.public-docs__card ul {
  margin-bottom: 1rem;
}

.public-docs__card a {
  color: var(--app-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.public-docs__card a:hover {
  color: var(--app-primary-hover);
}

.public-docs__card code {
  padding: 0.12rem 0.38rem;
  border-radius: 6px;
  background: var(--app-accent-soft);
  color: var(--app-text);
}
