
#post-single-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#post-single-7 .row {
  display: flex;
  gap: 30px;
}
#post-single-7 .image-column {
  flex: 1;
}
#post-single-7 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#post-single-7 .content-column {
  flex: 2;
}
#post-single-7 .content-column h1 {
  margin-bottom: 15px;
}
#post-single-7 .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #post-single-7 .row {
    flex-direction: column;
  }
}



#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;
  }
}



#cta-banner-18 {
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  background-color: #e9ecef;
  color: #084298;
  border-color: #b6d4fe;
}
#cta-banner-18 .container {
  max-width: 800px;
}
#cta-banner-18 .event-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  opacity: 0.8;
}
#cta-banner-18 .event-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-18 .event-details {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #555;
}
#cta-banner-18 .event-description {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-18 .cta-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-18 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-18 {
    padding: 2.5rem 1rem;
  }
  #cta-banner-18 .event-title {
    font-size: 1.8rem;
  }
  #cta-banner-18 .event-details {
    font-size: 1rem;
  }
  #cta-banner-18 .event-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-18 .cta-button .btn {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
  }
}


