/* =========================================================
   TOPINAVI HOME left-edge alignment v7
   Purpose: keep the current center layout unchanged and only
   lock the LEFT OUTER EDGE of ticker, categories and lower news
   to the same left edge as the large hero article.
   Existing home-v5.css is intentionally untouched.
   ========================================================= */

/* Shared left reference: the direct content edge of .tn5-main */
.tn5-main > .tn5-ticker,
.tn5-main > .tn5-category-grid,
.tn5-main > .tn5-lower-grid{
  margin-left:0 !important;
  left:auto !important;
  transform:none !important;
  box-sizing:border-box;
}

/* Do not allow nested lower content to introduce an extra left offset. */
.tn5-lower-grid > .tn5-lower-main,
.tn5-lower-main > .tn5-panel{
  margin-left:0 !important;
  left:auto !important;
  transform:none !important;
}

/* Keep the first visible category card flush with the same reference line. */
.tn5-category-grid > .tn5-category-card:first-child{
  margin-left:0 !important;
}
