/**
 * Mobile homepage: Lead Story text – left-aligned (no justify) and fully visible (no clipping).
 */
@media (max-width: 767px) {
  /* Prevent any parent from clipping the text */
  body #topnews .row,
  body #topnews .row article.order-1,
  body #topnews .row article .entry-header,
  body #topnews .entry-header .entry-title,
  body #topnews .entry-header.text-md-center {
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    text-align: left !important;
    display: block !important; /* avoid flex/grid clipping children */
  }
  body #topnews .lead-story-dek,
  body #topnews .entry-header p.text-left,
  body #topnews .row article .entry-header p,
  body #topnews .row article p.text-left,
  body #topnews p.text-left,
  body #topnews .small-parragraph {
    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: 0 !important;
    hyphens: none !important;
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }
}
