/* News detail: SEO-oriented layout helpers (LCP image slot, H1 reset, byline, related excerpt). */

.news-details-wrap .single-news-image {
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: auto;
}

/* h1 فقط: إلغاء الهامش العلوي الافتراضي للمتصفح.
   لا تستخدم margin: 0 هنا — responsive.css + ltr.css يعتمدان على
   margin-left/right: -20px وعرض calc(100% + 40px) لمطابقة صورة الخبر على الموبايل. */
.news-details-wrap h1.mobile-single-title {
  margin-block-start: 0;
  text-align: start;
}

.news-details-wrap .news-source-byline {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #707488;
}

.news-details-wrap .news-byline-author {
  display: inline-block;
}

.news-details-wrap .news-byline-link {
  display: inline-block;
  margin-inline-start: 10px;
  font-weight: bold;
  color: #39dbbf;
  text-decoration: none;
}

.news-details-wrap .news-byline-link:hover {
  text-decoration: underline;
}

/* Related sidebar: تنسيق الحاوية (اللون يُعرَّف في style.scss مع .news-date). */
.mini-news-items .news-item .news-item-excerpt {
  padding: 0;
  width: 100%;
  font-weight: normal;
}
