/* Article page styles */
.hero-image {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}
.section {
  margin-bottom: 30px;
}
.section h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.section h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.section h3 {
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.section ul li {
  margin-bottom: 8px;
}
footer sup {
  font-size: 0.75rem;
}

