
#post-single-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
}
#post-single-5 .post-container {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#post-single-5 .post-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#post-single-5 .post-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 20px;
}
#post-single-5 .post-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#post-single-5 .post-tags {
  margin-top: 30px;
}
#post-single-5 .post-tags a {
  text-decoration: none;
  color: #007bff;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #post-single-5 .post-title {
    font-size: 2rem;
  }
}



#related-posts-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#related-posts-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#related-posts-5 li:last-child {
  border-bottom: none;
}
#related-posts-5 li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
#related-posts-5 .item-content h5 {
  margin: 0 0 5px;
}
#related-posts-5 .item-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
#related-posts-5 .btn-readmore {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


