/* TINTE.LV V2.8.17.2 — balanced Latest / Most Read layout without dead space */

/*
 * V2.8.17 equalized the entire overview row by stretching both columns.
 * That made the narrow Most Read card as tall as the 9-story Latest grid,
 * producing a large empty white panel. Keep only the common top baseline;
 * both content blocks now use their natural height.
 */
@media (min-width:1081px){
  .home-overview-v2815{
    align-items:start!important;
  }

  .home-latest-v2815{
    min-height:0!important;
    height:auto!important;
    display:block!important;
  }

  .home-latest-v2815 .news-grid-v2815{
    flex:none!important;
  }

  .most-read-v2815{
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    margin-top:0!important;
  }
}

/* The headings still share the exact same baseline/height. */
.home-latest-v2815 .section-head-v2816,
.most-read-title-v2815{
  height:48px!important;
  min-height:48px!important;
  box-sizing:border-box!important;
}
