.main-article {
  position: relative;
}

.main-article img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 6px;
}

.article-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 40px 30px 20px;
}

.main-headline {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--primary-black);
}

.main-subtitle {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--primary-black-80);
}

.sidebar-article {
  border-bottom: 1px solid var(--primary-black-20);
  padding: 15px 0;
}

.sidebar-article:first-child {
  padding-top: 0;
}

.sidebar-article:last-child {
  padding-bottom: 0;
}

.sidebar-article:last-child {
  border-bottom: none;
}

.sidebar-article img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.sidebar-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  color: var(--primary-black);
}

.sidebar-excerpt {
  font-size: 16px;
  color: var(--primary-black-80);
  line-height: 1.4;
}

.section-divider {
  border-left: 3px solid #dc3545;
  padding-left: 15px;
  margin: 20px 0;
}

.bottom-articles {
  border-top: 1px solid var(--primary-black-20);
  padding-top: 20px;
  margin-top: 30px;
}

.main-br-right {
  border-right: 1px solid var(--primary-black-20);
}

.main-br-top {
  border-top: 1px solid var(--primary-black-20);
}

.bottom-article {
  padding: 15px 10px;
}

.bottom-article img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 6px;
}

.bottom-article-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

.category-tag {
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 500;
}

.category-tag.category-tag-red {
  width: fit-content;
  margin: 0 auto;
  background: var(--primary-red);
  color: #fff;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.bidama-section-title {
  position: relative;
  padding: 10px 0 5px 0;
  margin-bottom: 20px;
}

.bidama-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  /* background: var(--primary-blue); */
  background: var(--primary-black);
  transform: translateY(-50%);
  z-index: -1;
}

.bidama-section-title h3 {
  margin: 0;
  background: var(--primary-white-bida-ma);
  padding-right: 10px;
}

.bidama-section-title h3 a {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-black);
  font-family: "Anek Devanagari", sans-serif;
}

.bidama-section-title .see-all {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-white-bida-ma);
  padding-left: 10px;
}
.bidama-section-title .see-all i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-blue);
  color: #fff;
  font-size: 14px;
}

.bidama-section-title.bidama-section-title-white h3 {
  background: var(--primary-gray-bida-ma);
}

.bidama-section-title.bidama-section-title-white a {
  color: #ececec;
}

.bidama-section-title.bidama-section-title-white .see-all {
  background-color: var(--primary-gray-bida-ma);
}

.bidama-section-title a {
  /* font-size: 26px; */
  font-weight: 600;
  color: var(--primary-black-80);
}

.post-meta-cat-date {
  margin-bottom: 16px;
}

.post-meta-cat-date .post-meta-date {
  position: relative;
  padding-left: 26px;
  color: #666;
  font-size: 14px;
}

.post-meta-cat-date .post-meta-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  height: 1px;
  width: 16px;
  background-color: #666;
  padding: 1px;
  transform: scale(0.916);
}

.bida-news-image {
  min-width: 156px !important;
  height: 118px;
  border-radius: 6px;
  overflow: hidden;
  width: 156px;
}

.bida-news-image img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .main-headline {
    font-size: 1.8rem;
  }

  .article-overlay {
    padding: 20px 15px 15px;
  }
  .main-article img {
    height: 320px;
  }
  .ps-s-0.ps-4{
    padding-left: calc(1.5rem * .5) !important;
    margin-top: 20px;
  }
  .main-br-right{
    border: none;
  }
  .bottom-article.bottom-article-res img{
    height: 144px;
  }
  .ppxx-00{
    padding-inline: 0;
  }
  .ppee-00{
    padding-inline: 0 !important;
  }
  .interview-main-image.interview-main-image-res{
    min-height: 260px !important;
    height: 260px;
  }
}
