/* TINTE.LV V2.8.17.1 — compact hero-side cards, no dead whitespace */

/*
 * On desktop the hero can become very tall when its headline is long.
 * The 2x2 rail follows the same height. Previously each rail card kept a
 * fixed 122px image while the metadata was pinned to the bottom, creating
 * a large empty area in the middle. Let the editorial image absorb that
 * variable height instead; the text block stays naturally compact.
 */
@media (min-width:951px){
  .side-grid-v2817 .mini-card-v2817{
    grid-template-rows:minmax(175px,1fr) auto!important;
  }

  .side-grid-v2817 .mini-card-media-v2817{
    height:auto!important;
    min-height:175px!important;
  }

  .side-grid-v2817 .mini-card-copy-v2817{
    min-height:0!important;
    padding:14px 16px 13px!important;
  }

  .side-grid-v2817 .mini-card-v2817 h2{
    -webkit-line-clamp:3!important;
    margin:0 0 7px!important;
  }

  .side-grid-v2817 .mini-card-v2817 p{
    -webkit-line-clamp:2!important;
    margin:0 0 8px!important;
  }

  .side-grid-v2817 .mini-card-v2817 .meta{
    margin-top:5px!important;
  }
}
