
#single-post-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#single-post-1 .post-header {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#single-post-1 .post-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#single-post-1 .post-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#single-post-1 .post-title {
  font-size: 2rem;
  margin-bottom: 15px;
}
#single-post-1 .post-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 20px;
}
#single-post-1 .post-meta span {
  margin-right: 15px;
}
#single-post-1 .post-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#single-post-1 .post-categories,
#single-post-1 .post-tags {
  margin-top: 30px;
}
#single-post-1 .post-categories a,
#single-post-1 .post-tags a {
  text-decoration: none;
  color: #007bff;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #single-post-1 {
    padding: 40px 10px;
  }
  #single-post-1 .post-title {
    font-size: 1.75rem;
  }
}



#related-posts-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-7 .block-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#related-posts-7 .block-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#related-posts-7 .block-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
#related-posts-7 .block-content {
  padding: 15px;
  flex: 1;
}
@media (max-width: 576px) {
  #related-posts-7 .block-item {
    flex-direction: column;
  }
  #related-posts-7 .block-item img {
    width: 100%;
    height: auto;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}


