body {
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.8;
  background-color: #ffffff;
  color: #1a1a1a;
  margin: 0;
}

.header {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0 20px;
}

.header-inner {
  max-width: 750px;
  margin: auto;
  padding: 0 20px;
}

h1 {
  font-size: 34px;
  font-weight: 500;
}

.subtitle {
  color: #666;
  margin-top: 8px;
}

.container {
  max-width: 750px;
  margin: 30px auto;
  padding: 0 20px;
}

.lead {
  font-size: 18px;
  color: #222;
  margin-bottom: 30px;
}

.block {
  margin-bottom: 40px;
}

h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

p {
  margin-bottom: 14px;
}

.image {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  margin: 10px 0 15px;
  border-radius: 3px;
  opacity: 0.95;
}

.back {
  margin-top: 30px;
}

.back a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.back a:hover {
  text-decoration: underline;
}

footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  color: #777;
  font-size: 14px;
}

.author {
  margin-top: 5px;
}

.sources {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.sources h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sources ul {
  padding-left: 20px;
}

.sources li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

figure {
  margin: 10px 0 20px;
}

figcaption {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  font-style: italic;
}