
#post-single-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#post-single-4 .row {
  display: flex;
  gap: 30px;
}
#post-single-4 .sidebar {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}
#post-single-4 .content-main {
  flex: 3;
}
@media (max-width: 768px) {
  #post-single-4 .row {
    flex-direction: column;
  }
}



#related-posts-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#related-posts-10 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-10 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#related-posts-10 li:last-child {
  border-bottom: none;
}
#related-posts-10 li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
#related-posts-10 .item-content h5 {
  margin: 0 0 5px;
  font-weight: bold;
}
#related-posts-10 .item-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
#related-posts-10 .btn-readmore {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


