
#post-single-8 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#post-single-8 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: -1;
}
#post-single-8 .content-overlay {
  position: relative;
  max-width: 800px;
  margin: 100px auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#post-single-8 .content-overlay h1 {
  margin-bottom: 20px;
}
#post-single-8 .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;
  }
}


