/* قائمة الأخبار — صورة صغيرة + محتوى + زر */
.news-list-item {
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem 0;
  margin-bottom: 0;
}

.news-list-item:last-child {
  border-bottom: 0;
}

.news-list-thumb-col {
  max-width: 140px;
  flex-shrink: 0;
}

.news-list-thumb {
  width: 120px;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  object-position: top center;
  border-radius: 6px;
  display: block;
}

.news-list-date {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.35rem;
}

.news-list-title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #212529;
}

.news-list-excerpt {
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.news-list-link.btn {
  font-size: 0.875rem;
}

/* عربي RTL: صورة يمين، نص يسار */
[dir="rtl"] .news-list-row {
  flex-direction: row;
}

[dir="rtl"] .news-list-thumb-col {
  text-align: right;
}

[dir="ltr"] .news-list-row {
  flex-direction: row-reverse;
}

[dir="ltr"] .news-list-thumb-col {
  text-align: left;
}

@media (max-width: 575px) {
  .news-list-thumb-col {
    max-width: 110px;
  }

  .news-list-thumb {
    width: 96px;
    max-height: 140px;
  }

  .news-list-title {
    font-size: 1rem;
  }
}
