/* TINTE.LV V2.8.18 — symmetric home blocks + monetization surfaces */

/* Jaunākās and Lasītākie are now equal editorial panels with the same card language. */
.home-overview-v2818{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
  margin-top:44px;
}
.home-news-panel-v2818{min-width:0}
.home-panel-head-v2818{
  height:48px!important;
  min-height:48px!important;
  margin:0 0 14px!important;
  padding:0 0 10px!important;
  border-bottom:3px solid var(--ink);
  align-items:end!important;
  box-sizing:border-box;
}
.home-panel-head-v2818 h2{margin:0!important;font-size:22px;line-height:1.05}
.home-panel-head-v2818>span{font-size:11px;color:var(--muted);padding-bottom:2px}
.home-news-grid-v2818{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.home-news-card-v2818{
  display:grid!important;
  grid-template-columns:118px minmax(0,1fr)!important;
  height:220px;
  min-height:220px!important;
  border-radius:16px!important;
  overflow:hidden;
}
.home-news-card-v2818 .thumb{
  position:relative;
  width:118px;
  min-width:118px;
  min-height:0!important;
  height:220px;
  overflow:hidden;
}
.home-news-card-v2818 .thumb img,
.home-news-card-v2818 .thumb .image-fallback{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.home-news-card-v2818 .news-card-copy-v2815{padding:15px 14px!important;overflow:hidden}
.home-news-card-v2818 .kicker{margin-bottom:7px!important;font-size:9px!important}
.home-news-card-v2818 h3{
  margin:0 0 7px!important;
  font-size:16px!important;
  line-height:1.15!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-news-card-v2818 p{
  margin:0!important;
  color:var(--muted);
  font-size:12px!important;
  line-height:1.45!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-news-card-v2818 .meta{margin-top:auto!important;font-size:10px!important}
.most-read-thumb-v2818{isolation:isolate}
.most-read-rank-v2818{
  position:absolute;
  z-index:2;
  top:9px;
  left:9px;
  display:grid;
  place-items:center;
  min-width:34px;
  height:28px;
  padding:0 7px;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
  box-shadow:0 5px 16px rgba(0,0,0,.15);
}

/* Monetization: empty slots render no markup; filled slots stay compact and editorial. */
.ad-unit-v2818{
  width:100%;
  min-width:0!important;
  margin:30px auto;
  padding:0!important;
  text-align:center;
  overflow:hidden;
}
.ad-unit-v2818.is-unfilled{display:none!important;margin:0!important;padding:0!important;height:0!important}
.ad-unit-v2818 .ad-label{
  display:block;
  margin:0 0 6px;
  color:var(--muted);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.direct-ad-link-v2818{display:block;width:100%;overflow:hidden;border-radius:14px;background:var(--paper)}
.direct-ad-link-v2818 picture{display:block;width:100%}
.direct-ad-link-v2818 img{
  display:block;
  width:100%;
  height:auto;
  max-height:250px;
  object-fit:cover;
  border-radius:14px;
}
.custom-ad-code-v2818,.direct-ad-html-v2818{width:100%;max-width:100%;overflow:hidden}
.ad-unit-adsense-v2818 ins.adsbygoogle{display:block;width:100%;min-height:0!important}
.story-content>.ad-unit-v2818,.article-body .ad-unit-v2818{margin:32px 0}
.article-body .ad-unit-v2818{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.story-rail .ad-unit-v2818{margin:0 0 20px!important;padding:0 0 18px!important;border-bottom:1px solid var(--line)}
.story-rail .direct-ad-link-v2818 img{max-height:320px;object-fit:contain;background:var(--paper)}
.ad-unit-article_after_p3,.ad-unit-article_middle{margin:38px 0!important}

@media(max-width:1180px){
  .home-overview-v2818{grid-template-columns:1fr;gap:36px}
  .home-news-grid-v2818{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home-news-card-v2818{height:205px;min-height:205px!important}
  .home-news-card-v2818 .thumb{height:205px}
}
@media(max-width:700px){
  .home-overview-v2818{margin-top:34px;gap:30px}
  .home-news-grid-v2818{grid-template-columns:1fr!important}
  .home-news-card-v2818{height:190px;min-height:190px!important;grid-template-columns:108px minmax(0,1fr)!important}
  .home-news-card-v2818 .thumb{width:108px;min-width:108px;height:190px}
  .home-news-card-v2818 h3{font-size:15px!important}
  .home-news-card-v2818 p{-webkit-line-clamp:2}
  .direct-ad-link-v2818{border-radius:11px}
  .direct-ad-link-v2818 img{max-height:220px;border-radius:11px}
  .ad-unit-v2818{margin:24px auto}
}
