:root {
  --text: #1a1a1a;
  --muted: #5c5c5c;
  --link: #0b5cab;
  --bg: #fafafa;
  --border: #e0e0e0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

.wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
}

p,
li {
  margin: 0 0 0.85rem;
}

ul {
  padding-left: 1.25rem;
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.lede {
  color: var(--muted);
  margin-bottom: 1.25rem;
}

a {
  color: var(--link);
}

a:hover {
  text-decoration: underline;
}

.placeholder {
  background: #fff8e6;
  padding: 0.12rem 0.35rem;
  border-radius: 3px;
  font-weight: 600;
  white-space: nowrap;
}

.links {
  list-style: none;
  padding: 0;
}

.links li {
  margin-bottom: 0.5rem;
}

.back {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

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

hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}
