/* ============================================================
   AL-HABIB REAL ESTATE — NEWS DETAILS PAGE CSS (English / LTR)
   Imports the shared (RTL-first) base, then applies LTR overrides
   (direction, alignment, Latin body font).
   ============================================================ */

/* ── Shared base from AR news-details ── */
@import url('../ar/news-details.css');

/* ── Latin body font for copy-heavy elements ── */
.mah-nd-breadcrumbs__link,
.mah-nd-breadcrumbs__current,
.mah-nd__body p,
.mah-nd-info__label,
.mah-nd-info__value,
.mah-nd-related-bar__title {
  font-family: 'Work Sans', system-ui, sans-serif;
}

/* ── LTR alignment overrides ── */
.mah-nd-article__main,
.mah-nd__title,
.mah-nd__lead,
.mah-nd__body p,
.mah-nd-related-bar__title {
  text-align: left;
}
