body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #1a1a1a;
  max-width: 660px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ddd;
}

a {
  color: #1a1a1a;
  text-decoration: underline;
}

a:hover {
  color: #0056b3;
}

p {
  margin: 0 0 1.25rem;
}

/* Post */

.back-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: #888;
  text-decoration: none;
}

.back-link:hover {
  color: #0056b3;
}

.hero-image {
  width: 50%;
  margin: 0 auto 4rem;
  height: auto;
  display: block;
}

.byline {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1rem;
}

.standfirst {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
  font-style: italic;
  margin-bottom: 2.5rem;
}

footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}

footer img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  flex-shrink: 0;
}

footer p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

/* Index */

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol li {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
}

ol li:first-child {
  padding-top: 0;
}

.post-title a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

.post-title a:hover {
  color: #0056b3;
}

.post-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: #888;
  margin: 0.25rem 0 0.5rem;
}

.post-standfirst {
  font-size: 0.9375rem;
  color: #444;
  margin: 0;
  font-style: italic;
}
