/* ================= NEW LAYOUT DESIGN (image_ab6be4.jpg) ================= */
.news-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
  background-color: #eee;
  margin-bottom: 10px;
}

/* Typography */
.title-lg {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #000;
}
.title-md {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #000;
}
.title-sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #000;
}

.excerpt {
  font-size: 16px;
  color: #444;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Dividers */
.item-divider {
  border-bottom: 1px solid var(--border-color);
  margin: 20px 0;
  padding-bottom: 0;
}

/* Column Styles */
.col-divider {
  border-right: 1px solid var(--border-color);
  padding-right: 20px;
}
.col-padding {
  padding-left: 20px;
}

/* COLUMN 1 & 3: List Style (Title Left, Image Right) */
.side-news-item {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.side-news-content {
  flex: 1;
}
.side-news-thumb {
  width: 140px;
  flex-shrink: 0;
}
.side-news-thumb img {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .col-divider {
    border-right: none;
    padding-right: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  .col-padding {
    padding-left: 0;
  }
  .side-news-item {
    flex-direction: column-reverse;
  }
  .side-news-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
}
