
#post-single-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#post-single-9 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#post-single-9 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#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;
}


