/* Tinte.lv V2.8.15.2 — homepage polish only. Safe overlay on V2.8.15/15.1. */

/* Jaunākās ziņas: remove the legacy decorative line/link collision. */
.home-overview-v2815{align-items:start!important}
.home-latest-v2815 .section-head-v28152{
  min-height:48px!important;
  margin:0 0 12px!important;
  padding:0 0 8px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  border-bottom:3px solid var(--ink)!important;
  position:relative!important;
  overflow:visible!important;
}
.home-latest-v2815 .section-head-v28152::before,
.home-latest-v2815 .section-head-v28152::after{content:none!important;display:none!important}
.home-latest-v2815 .section-head-v28152 h2{margin:0!important;padding:0!important}
.section-more-v2815{display:none!important}

/* Lasītākie keeps its own boundary and no longer gets crossed by the latest-section rule. */
.most-read-v2815{position:static!important;margin-top:0!important}
.most-read-title-v2815{min-height:48px!important;align-items:center!important}
.most-read-title-v2815 span{line-height:1!important}

/* Magazine-style category section. */
.category-hub-v28152{margin-top:58px;scroll-margin-top:100px}
.category-hub-head-v28152{
  display:flex;justify-content:space-between;align-items:end;gap:24px;
  border-bottom:3px solid var(--ink);padding-bottom:12px;margin-bottom:22px
}
.category-hub-head-v28152 h2{margin:.15em 0 0;font-size:30px;letter-spacing:-.04em}
.category-hub-head-v28152 p{color:var(--muted);margin:0;font-size:12px}
.category-grid-v28152{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.category-panel-v28152{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;min-width:0}
.category-panel-head-v28152{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:14px;gap:16px}
.category-panel-head-v28152 h3{margin:0;font-size:21px;line-height:1.1}
.category-panel-head-v28152 a{font-size:12px;font-weight:850;color:var(--accent);white-space:nowrap}
.category-feature-v28152{display:grid;grid-template-columns:46% minmax(0,1fr);gap:15px;align-items:stretch;min-width:0}
.category-feature-img-v28152{display:block;border-radius:12px;overflow:hidden;min-height:180px;background:var(--soft)}
.category-feature-img-v28152 img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.category-feature-copy-v28152{display:flex;flex-direction:column;min-width:0}
.category-feature-copy-v28152 strong{font-size:21px;line-height:1.08;letter-spacing:-.025em}
.category-feature-copy-v28152 p{color:var(--muted);margin:.65em 0;font-size:12px;line-height:1.45}
.category-feature-copy-v28152 small{margin-top:auto;color:var(--muted);font-size:10px}
.category-subgrid-v28152{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line)}
.category-substory-v28152{display:grid;gap:7px;min-width:0}
.category-substory-v28152>span{display:block;height:78px;border-radius:9px;overflow:hidden;background:var(--soft)}
.category-substory-v28152 img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.category-substory-v28152 b{font-size:13px;line-height:1.25}

@media(max-width:1080px){
  .home-overview-v2815{grid-template-columns:1fr!important}
  .most-read-v2815{margin-top:22px!important}
}
@media(max-width:980px){
  .category-grid-v28152{grid-template-columns:1fr}
  .category-feature-v28152{grid-template-columns:38% 1fr}
}
@media(max-width:620px){
  .category-hub-head-v28152{align-items:start;flex-direction:column;gap:8px}
  .category-feature-v28152{grid-template-columns:1fr}
  .category-feature-img-v28152{min-height:220px;aspect-ratio:16/10}
  .category-subgrid-v28152{grid-template-columns:1fr}
  .category-substory-v28152{grid-template-columns:92px minmax(0,1fr);align-items:center}
  .category-substory-v28152>span{height:68px}
}
