
#post-single-10 {
  position: relative;
  padding-top: 120px;
}
#post-single-10 .floating-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#post-single-10 .floating-header h1 {
  font-size: 1.8rem;
  margin: 0;
}
#post-single-10 .post-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#post-single-10 .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}



#related-posts-2 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-2 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#related-posts-2 .list-item img {
  width: 150px;
  height: 100%;
  object-fit: cover;
}
#related-posts-2 .content {
  padding: 15px;
  flex: 1;
}
@media (max-width: 576px) {
  #related-posts-2 .list-item {
    flex-direction: column;
  }
  #related-posts-2 .list-item img {
    width: 100%;
    height: auto;
  }
}


