.cnp-see-all-category-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
  	
}

/* Container layout */
.cnp-category-container {
  display: flex;
  max-width: 1440px !important;
  margin: 0 auto;
  gap: 20px;
  padding: 20px 0 60px 0px;
}
.cnp-category-main-container {
    background: #FFFDF8;
}

/* Main content */
.cnp-main-container {
  width: 66.33%;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 20px 21px;
  background: #FFFFFF;
}

/* Sidebar */
.cnp-sidebar-main-container {
  width: 33.33%;
  border: 1px solid #F0F0F0;
  padding: 20px 21px;
  background: #FFFFFF;
  border-radius: 8px;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
  .cnp-category-container {
    flex-direction: column;
  }

  .cnp-main-content,
  .cnp-sidebar {
    flex: 1 1 100%;
  }
}

.cnp-layout-category-page {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns */
  gap: 23px;
  width: 100%;
}

.cnp-layout-category-page .first-post-layout {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cnp-layout-category-page .news-post {
  display: flex;
  gap: 15px;
  border-radius: 12px;
  overflow: hidden;
  align-items: flex-start;
}

.cnp-layout-category-page-img-section,
.cnp-layout-category-page-video-section {
  flex: 0 0 40%;
  height: 111px;
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.cnp-layout-category-page-img-section img,
.cnp-layout-category-page-video-section video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.cnp-layout-category-page .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-content .category {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 8px;
  color: #D10014;
  padding: 0;
}

.news-content h3 {
  margin: 0 0 8px 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #252525;
  line-height: 1.3;
}

.news-content .video-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
}
.cnp-layout-category-page .news-content h3 a{
  color: #252525;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;  
}
.cnp-category-name img {
  width: 9px;
  vertical-align: middle;
  margin-right: 6px;
  
}
.cnp-main-content-container {
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  width: 66.33%;
}
.cnp-category-sidebar-main-container {
    width: 33.33%;
}
.cnp-category-sidebar-ads-container {
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.cnp-category-sidebar-container {
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.cnp-see-all-section a.cnp-see-all-btn img{
  width: 15px;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -5px;
}
.first-post-layout {
    width: 100%;
    margin-bottom: 30px;
}

.first-post-media {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.first-post-media img,
.first-post-media video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
