body {
  margin: 0;
  background-color: #f5f7fa;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.main_wf_wrap {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0px 20px;
}
.top-banner{
  width: 100%;
}
/* Parent flex layout */
.post-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_post_container {
  width: 75%;
}

.wf-container_main .content {
  font: 400 16px "Poppins", sans-serif !important;
  font-weight: 300 !important;
}

.wf-container_main .header {

  padding: 40px 0px;

}

.wf-container_main .header h1 {
  margin: 0;
  font-size: 32px;
  /* font-weight: 500 !important; */
  line-height: 1.25;
  letter-spacing: -1.5px;
  color: #333333;
}

.wf-container_main .banner {
  width: 100%;
  max-height: 350px;
  width: 100%;
  padding: 5px 0px;

}

.wf-container_main .content {
  color: #333;
  /* Shared text color for all elements below */
}

.wf-container_main .content h2,
.wf-container_main .content h3,
.wf-container_main .content h4 {
  /* If you need custom heading styles, put them here */
  color: #333 !important;
}

.wf-container_main .content p,
.wf-container_main .content span {
  font: 400 16px "Poppins", sans-serif !important;
  color: #333 !important;
}

.wf-container_main .content a {
  color: #16a34a;
}

.wf-container_main .content li {
  font: 400 16px "Poppins", sans-serif !important;
  line-height: 1.5 !important;
  color: #333 !important;
}

.wf-container_main .content strong {
  font: 700 16px "Poppins", sans-serif !important;
  color: #333 !important;
}



.wf-container_main .content p {
  line-height: 1.5 !important;
  margin-bottom: 20px;
}

/* Make sure compare_trade_in_sidebar fills sidebar */



.post.right_sidebar {
  font: 400 16px "Poppins", sans-serif !important;
  max-width: 270px;
  width: 100%;
  margin-top: 100px;
}

/* Additional styling for sidebar */
.compare_trade_in_sidebar h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700 !important;
  color: #333333;
}

.compare_trade_in_sidebar li {

  line-height: 1.5;
}

.main_wf_wrap .compare_trade_in_sidebar {
  /* flex: 0 0 25%; */
  background: #e9ecef;
  border-radius: 4px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  padding: 30px;

}

.compare_trade_in_sidebar a {
  color: #16a34a;
}


/* Responsive adjustments */
@media (max-width: 1024px) {
  .wf-container_main .banner {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .main_wf_wrap {
    padding: 0;
    margin-top: 0;
  }

  .wf-container_main header {
    padding: 0;
  }


  .main_post_container {
    flex-direction: column;
    padding: 25px;
    width: 100%;

  }

  .blog-show.wf-container_main .content img {
    width: 100%;
    height: auto;
  }

  .compare_trade_in_sidebar {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .main_wf_wrap .post.right_sidebar {
    position: static !important;
    padding: 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}