.body__header {
  padding: 100px 0px;
  min-height: 780px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.sticky-ad-container {
  position: sticky;
  top: 10px;
  z-index: 10;
}
.related-posts {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #00deaf;
}
.related-posts h3 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #015a93;
}
.related-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-posts li {
  padding: 0.45rem 0;
  border-bottom: 1px solid #e9ecef;
}
.related-posts li:last-child {
  border-bottom: none;
}
.related-posts a {
  color: #333;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.5;
  transition: color 0.2s;
}
.related-posts a:hover {
  color: #00deaf;
}
