/* TINTE.LV V2.8.17 — homepage imagery, equal-height overview, Today In History feature */

/* 1) Hero right rail: every compact story gets its own editorial image without stretching. */
.side-grid-v2817{
  grid-template-rows:repeat(2,minmax(0,1fr));
  align-items:stretch;
  min-height:100%;
}
.mini-card-v2817{
  padding:0!important;
  display:grid!important;
  grid-template-rows:122px minmax(0,1fr);
  min-height:0;
  height:100%;
  overflow:hidden;
  background:var(--paper);
}
.mini-card-media-v2817{
  display:block;
  width:100%;
  height:122px;
  overflow:hidden;
  background:var(--soft);
  border-bottom:1px solid var(--line);
}
.mini-card-media-v2817 img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
.mini-card-media-fallback-v2817{
  display:grid;
  place-items:center;
  font-weight:950;
  font-size:18px;
  letter-spacing:.12em;
  color:var(--muted);
}
.mini-card-copy-v2817{
  padding:15px 17px 14px;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
}
.mini-card-v2817 .kicker{margin:0 0 7px!important}
.mini-card-v2817 h2{
  font-size:18px!important;
  line-height:1.08!important;
  margin:0 0 8px!important;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mini-card-v2817 p{
  font-size:12.5px;
  line-height:1.5;
  margin:0 0 10px!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mini-card-v2817 .meta{margin-top:auto!important}

/* 2) Latest and Most Read occupy the same grid-row height and start on the same baseline. */
.home-overview-v2815{
  align-items:stretch!important;
}
.home-latest-v2815{
  min-height:100%;
  display:flex;
  flex-direction:column;
}
.home-latest-v2815 .news-grid-v2815{
  flex:1 1 auto;
}
.most-read-v2815{
  align-self:stretch!important;
  height:100%!important;
  min-height:100%!important;
  margin-top:0!important;
}
.home-latest-v2815 .section-head-v2816,
.most-read-title-v2815{
  height:48px!important;
  min-height:48px!important;
  box-sizing:border-box!important;
}

/* 3) Dedicated daily history feature. */
.today-history-v2817{
  margin-top:36px;
  padding:0;
}
.today-history-head-v2817{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:3px solid var(--ink);
}
.today-history-head-v2817 h2{
  margin:3px 0 0;
  font-size:28px;
  letter-spacing:-.04em;
}
.today-history-head-v2817>a{
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
.today-history-head-v2817>a:hover{color:var(--accent)}
.today-history-card-v2817{
  display:grid;
  grid-template-columns:minmax(0,48%) minmax(0,1fr);
  min-height:310px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--paper);
}
.today-history-card-v2817.no-image{grid-template-columns:1fr}
.today-history-image-v2817{
  min-height:310px;
  overflow:hidden;
  background:var(--soft);
}
.today-history-image-v2817 img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
.today-history-copy-v2817{
  padding:clamp(24px,4vw,46px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.today-history-copy-v2817>small{
  color:var(--accent);
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.today-history-copy-v2817>strong{
  margin-top:9px;
  max-width:780px;
  font-size:clamp(27px,3vw,42px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.today-history-copy-v2817>p{
  margin:16px 0 0;
  max-width:720px;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}
.today-history-copy-v2817>b{
  margin-top:20px;
  font-size:13px;
  color:var(--ink);
}
.today-history-card-v2817:hover .today-history-copy-v2817>b{color:var(--accent)}

@media(max-width:1080px){
  .most-read-v2815{height:auto!important;min-height:0!important;margin-top:22px!important}
}
@media(max-width:900px){
  .mini-card-v2817{grid-template-rows:112px minmax(0,1fr)}
  .mini-card-media-v2817{height:112px}
}
@media(max-width:700px){
  .today-history-head-v2817{align-items:flex-start;flex-direction:column;gap:7px}
  .today-history-card-v2817{grid-template-columns:1fr;min-height:0}
  .today-history-image-v2817{min-height:220px;height:46vw;max-height:330px}
  .today-history-copy-v2817{padding:24px}
}
@media(max-width:620px){
  .side-grid-v2817{grid-template-rows:none}
  .mini-card-v2817{grid-template-rows:150px auto}
  .mini-card-media-v2817{height:150px}
  .mini-card-v2817 h2{-webkit-line-clamp:3}
}
