
#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-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-8 .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-8 .timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#related-posts-8 .timeline-item {
  position: relative;
  margin-left: 60px;
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#related-posts-8 .timeline-item::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #007bff;
  border-radius: 50%;
  border: 4px solid #fff;
}
#related-posts-8 .btn-readmore {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}



#content-block-22 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-22 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-22 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-22 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-22 .definition-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-22 dl dt {
  font-weight: 600;
  color: #343a40;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
#content-block-22 dl dt:first-child,
#content-block-22 dl dt:first-of-type {
  margin-top: 0;
}
#content-block-22 dl dt i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.6rem;
  font-size: 1em;
  min-width: 1.2em;
  text-align: center;
}
#content-block-22 dl dd {
  margin-left: 0;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
#content-block-22 dl dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-22 dl.dl-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
  }
  #content-block-22 dl.dl-row dt {
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  #content-block-22 dl.dl-row dd {
    grid-column: 2;
    padding-left: 0;
    margin-bottom: 0;
  }
  #content-block-22 dl.dl-row dt {
    flex-direction: row-reverse;
  }
  #content-block-22 dl.dl-row dt i {
    margin-right: 0;
    margin-left: 0.6rem;
  }
}


