.hero-title {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  font-weight: bold;
}

.hero-summary {
  font-size: 1.1rem;
  color: #444;
}

.card-title a {
  font-family: 'Georgia', serif;
  color: #000;
  text-decoration: none;
}

.card-title a:hover {
  text-decoration: underline;
}

.card-meta {
  font-size: 0.85rem;
  color: #777;
}

.section-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: 'Georgia', serif;
}

.sidebar-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}
