.related-posts {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.related-posts h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1d23;
}

.related-posts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.related-posts li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.related-posts li a {
  margin-left: 4px;
  text-decoration: none;
  color: #0073e6;
  font-weight: 500;
  transition: color 0.2s ease;
}

.related-posts li a:hover {
  color: #005bb5;
  text-decoration: underline;
}
