/*
Theme Name: Kladovo Danas Newsroom V1.5.4 Civic Image Fix
Theme URI: https://kladovodanas.com/
Author: Kladovo Danas
Author URI: https://kladovodanas.com/
Description: Kladovo Danas Newsroom V1.5.4: corrected desktop civic image crop with locked mobile layout.
Version: 1.5.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: kladovodanas
*/

:root {
  --kd-red:#d71920;
  --kd-red-dark:#b61016;
  --kd-ink:#111214;
  --kd-ink-2:#22252a;
  --kd-muted:#68707a;
  --kd-line:#e6e8eb;
  --kd-soft:#f5f6f7;
  --kd-white:#fff;
  --kd-shadow:0 8px 24px rgba(14,18,24,.08);
  --kd-radius:10px;
  --kd-max:1460px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--kd-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:var(--kd-red)}
img{max-width:100%;height:auto;display:block}
button,input{font:inherit}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.kd-wrap{width:min(calc(100% - 40px),var(--kd-max));margin-inline:auto}

/* Utility */
.kd-utility{border-bottom:1px solid var(--kd-line);font-size:13px;background:#fafafa}
.kd-utility-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.kd-utility-left,.kd-utility-right{display:flex;align-items:center;gap:22px;white-space:nowrap}
.kd-utility a{color:#2d3137}
.kd-dot{width:4px;height:4px;border-radius:50%;background:#a8adb4}

/* Masthead */
.kd-masthead{background:#fff}
.kd-masthead-inner{min-height:112px;display:grid;grid-template-columns:1fr minmax(300px,460px);align-items:center;gap:40px}
.kd-brand{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}
.kd-brand-name{font-family:"Arial Black","Arial Narrow",Arial,sans-serif;font-size:clamp(42px,4.6vw,76px);font-weight:900;letter-spacing:-2.8px;text-transform:uppercase}
.kd-brand-sub{margin-top:7px;font-size:13px;letter-spacing:2.2px;text-transform:uppercase;color:#555b62}
.kd-search{display:flex;min-width:0}
.kd-mobile-search{display:none}
.kd-search input[type="search"]{width:100%;height:46px;border:1px solid #d8dce1;border-right:0;padding:0 15px;outline:0}
.kd-search input[type="search"]:focus{border-color:#999}
.kd-search button{height:46px;border:0;background:var(--kd-ink);color:#fff;padding:0 25px;font-weight:800;text-transform:uppercase;cursor:pointer}
.kd-search button:hover{background:var(--kd-red)}

/* Navigation */
.kd-nav{background:var(--kd-ink);color:#fff;position:relative;z-index:20}
.kd-nav-inner{display:flex;align-items:stretch;min-height:52px}
.kd-home-link{width:54px;display:flex;align-items:center;justify-content:center;background:var(--kd-red);font-size:20px;flex:0 0 auto}
.kd-menu{display:flex;align-items:stretch;margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none}
.kd-menu::-webkit-scrollbar{display:none}
.kd-menu li{display:flex;align-items:stretch}
.kd-menu a{display:flex;align-items:center;padding:0 21px;font-size:13px;font-weight:800;text-transform:uppercase;white-space:nowrap;color:#fff}
.kd-menu a:hover,.kd-menu .current-menu-item>a{background:#26292e;color:#fff}
.kd-menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:27px;padding:0 16px;cursor:pointer}

/* Homepage */
.kd-main{padding:24px 0 50px}
.kd-lead-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(250px,.72fr) minmax(290px,.82fr);gap:22px;align-items:start}
.kd-hero{position:relative;border-radius:4px;overflow:hidden;background:#202226;min-height:480px;box-shadow:var(--kd-shadow)}
.kd-hero-media{position:absolute;inset:0}
.kd-hero-media img{width:100%;height:100%;object-fit:cover}
.kd-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 28%,rgba(0,0,0,.82) 100%)}
.kd-hero-content{position:absolute;left:28px;right:28px;bottom:24px;color:#fff;z-index:2;max-width:850px}
.kd-kicker{display:inline-block;color:var(--kd-red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}
.kd-hero .kd-kicker{background:var(--kd-red);color:#fff;padding:5px 9px;border-radius:2px;margin-bottom:10px}
.kd-hero-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(33px,3.2vw,54px);line-height:1.03;margin:0 0 10px;letter-spacing:-1.4px;text-wrap:balance}
.kd-hero-excerpt{margin:0 0 13px;font-size:16px;max-width:760px;color:#f2f2f2}
.kd-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;font-size:12px;color:#6d747d}
.kd-hero .kd-meta{color:#f1f1f1}

.kd-side-news{display:flex;flex-direction:column;border-bottom:1px solid var(--kd-line)}
.kd-side-item{display:grid;grid-template-columns:108px 1fr;gap:13px;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid var(--kd-line)}
.kd-side-item:last-child{border-bottom:0;margin-bottom:0}
.kd-side-thumb{aspect-ratio:1.28/1;overflow:hidden;border-radius:3px;background:var(--kd-soft)}
.kd-side-thumb img{width:100%;height:100%;object-fit:cover}
.kd-side-title{font-size:16px;line-height:1.18;margin:4px 0 7px;font-weight:800}

.kd-sidebar{display:flex;flex-direction:column;gap:16px}
.kd-widget{border:1px solid var(--kd-line);background:#fff}
.kd-widget-title{padding:15px 18px;background:#fafafa;border-bottom:1px solid var(--kd-line);font-size:14px;font-weight:900;text-transform:uppercase}
.kd-service-list{list-style:none;margin:0;padding:0}
.kd-service-list li{border-bottom:1px solid var(--kd-line)}
.kd-service-list li:last-child{border-bottom:0}
.kd-service-link{display:grid;grid-template-columns:32px 1fr 20px;gap:9px;align-items:center;padding:13px 16px}
.kd-service-icon{font-size:22px;text-align:center}
.kd-service-label{font-size:14px;font-weight:800;display:block}
.kd-service-desc{font-size:11px;color:var(--kd-muted);display:block;margin-top:2px}
.kd-widget-cta{display:block;padding:12px 16px;text-align:center;color:var(--kd-red);font-size:12px;font-weight:900;text-transform:uppercase;border-top:1px solid var(--kd-line)}
.kd-stat{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 16px;border-bottom:1px solid var(--kd-line)}
.kd-stat:last-child{border-bottom:0}
.kd-stat strong{display:block;font-size:14px}
.kd-stat span{display:block;font-size:11px;color:var(--kd-muted)}
.kd-stat-value{font-size:21px;font-weight:900;align-self:center;color:var(--kd-ink)}

.kd-section{margin-top:34px}
.kd-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--kd-line);margin-bottom:18px;padding-bottom:9px}
.kd-section-title{position:relative;margin:0;padding-left:29px;font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.2px}
.kd-section-title:before{content:"";position:absolute;left:0;top:50%;width:20px;height:3px;background:var(--kd-red);transform:translateY(-50%)}
.kd-section-more{font-size:12px;font-weight:800;color:var(--kd-red);white-space:nowrap}
.kd-home-content{display:block}
.kd-home-main{min-width:0}
.kd-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.kd-card{min-width:0}
.kd-card-thumb{aspect-ratio:1.55/1;overflow:hidden;border-radius:4px;background:var(--kd-soft);margin-bottom:10px}
.kd-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.kd-card:hover .kd-card-thumb img{transform:scale(1.025)}
.kd-card-title{font-size:16px;line-height:1.22;margin:5px 0 8px;font-weight:900}
.kd-card .kd-meta{font-size:11px}

.kd-load-more{display:flex;justify-content:center;margin:20px 0 0}
.kd-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #d7dbe0;background:#fff;padding:0 22px;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}
.kd-button:hover{border-color:var(--kd-red);color:var(--kd-red)}

.kd-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.kd-category-card{border:1px solid var(--kd-line);background:#fff;overflow:hidden}
.kd-category-image{aspect-ratio:1.8/1;background:#eceff2;overflow:hidden}
.kd-category-image img{width:100%;height:100%;object-fit:cover}
.kd-category-body{padding:13px}
.kd-category-name{font-size:14px;font-weight:900;text-transform:uppercase;margin:0 0 6px}
.kd-category-desc{font-size:12px;color:#555c64;margin:0 0 10px;min-height:36px}
.kd-category-more{font-size:11px;font-weight:900;color:#1e5aa8;text-transform:uppercase}

.kd-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.kd-info-card{display:grid;grid-template-columns:140px 1fr;gap:15px;border:1px solid var(--kd-line);padding:12px;background:#fafafa}
.kd-info-card img{width:140px;height:92px;object-fit:cover}
.kd-info-card h3{font-size:14px;margin:0 0 5px}
.kd-info-card p{font-size:12px;color:#555c64;margin:0 0 8px}

/* Newsletter */
.kd-newsletter{border:1px solid var(--kd-line);padding:18px;background:#fafafa}
.kd-newsletter h3{margin:0 0 4px;font-size:15px;text-transform:uppercase}
.kd-newsletter p{font-size:12px;color:#5b626b;margin:0 0 12px}
.kd-newsletter form{display:flex;gap:0}
.kd-newsletter input[type="email"]{height:42px;border:1px solid #d6dae0;padding:0 12px;min-width:0;flex:1;background:#fff}
.kd-newsletter input[type="submit"],.kd-newsletter button{height:42px;background:var(--kd-red);color:#fff;border:0;padding:0 16px;font-weight:800;text-transform:uppercase;cursor:pointer}

/* Single */
.kd-article-wrap{width:min(calc(100% - 40px),920px);margin:0 auto;padding:34px 0 56px}
.kd-breadcrumbs{font-size:12px;color:#7b8189;margin-bottom:18px}
.kd-article-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,62px);line-height:1.03;letter-spacing:-1.8px;margin:8px 0 14px;text-wrap:balance}
.kd-article-lead{font-size:20px;line-height:1.45;font-weight:700;margin:18px 0;color:#262a30}
.kd-article-hero{margin:24px 0 20px;border-radius:6px;overflow:hidden}
.kd-article-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.75;color:#202328}
.kd-article-content p{margin:0 0 1.15em}
.kd-article-content h2,.kd-article-content h3{font-family:Arial,Helvetica,sans-serif;line-height:1.2;margin:1.6em 0 .6em}
.kd-article-content blockquote{margin:1.4em 0;padding:3px 0 3px 22px;border-left:4px solid var(--kd-red);font-size:1.15em;color:#33383e}
.kd-share{display:flex;align-items:center;gap:10px;margin:26px 0;border-top:1px solid var(--kd-line);border-bottom:1px solid var(--kd-line);padding:16px 0}
.kd-share-label{font-weight:800;font-size:13px;margin-right:5px}
.kd-share a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef0f2;font-size:12px;font-weight:900}
.kd-related-list{display:grid;gap:12px}
.kd-related-item{display:grid;grid-template-columns:138px 1fr;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--kd-line)}
.kd-related-item img{width:138px;height:88px;object-fit:cover;border-radius:3px}
.kd-related-item h3{font-size:16px;margin:3px 0 5px;line-height:1.2}

/* Archive/search */
.kd-archive{padding:32px 0 60px}
.kd-page-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,54px);margin:0 0 24px}
.kd-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.kd-pagination{margin-top:34px}
.kd-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}
.kd-pagination .page-numbers{border:1px solid var(--kd-line);padding:8px 12px;font-weight:700}
.kd-pagination .current{background:var(--kd-red);color:#fff;border-color:var(--kd-red)}

/* 404 */
.kd-404{min-height:58vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:50px 20px}
.kd-404 h1{font-family:"Arial Black",Arial,sans-serif;font-size:clamp(70px,12vw,170px);margin:0;line-height:.9}
.kd-404 h2{font-size:28px;margin:20px 0 8px}
.kd-404 p{color:var(--kd-muted);max-width:560px;margin:0 auto 22px}

/* Footer */
.kd-footer{background:linear-gradient(180deg,#17191c,#0e0f11);color:#fff;margin-top:34px}
.kd-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:44px;padding:42px 0 30px}
.kd-footer-brand{font-family:"Arial Black",Arial,sans-serif;font-size:28px;letter-spacing:-.8px;text-transform:uppercase}
.kd-footer-tag{font-size:12px;color:#d0d3d7;margin-top:4px}
.kd-footer p,.kd-footer li,.kd-footer a{font-size:12px;color:#c4c8cd}
.kd-footer h4{font-size:12px;text-transform:uppercase;margin:0 0 12px;color:#fff}
.kd-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.kd-footer a:hover{color:#fff}
.kd-footer-bottom{border-top:1px solid #2a2d32;display:flex;justify-content:space-between;gap:20px;padding:16px 0;color:#959aa2;font-size:11px}

/* Empty image fallback */
.kd-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e9ecef,#f7f8f9);color:#9298a0;font-size:12px;text-transform:uppercase;letter-spacing:.8px}

@media (max-width:1180px){
  .kd-lead-grid{grid-template-columns:minmax(0,1.65fr) minmax(245px,.75fr)}
  .kd-sidebar{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1fr}
}

@media (max-width:900px){
  .kd-wrap{width:min(calc(100% - 28px),var(--kd-max))}
  .kd-utility-right{display:none}
  .kd-masthead-inner{min-height:86px;grid-template-columns:1fr auto;gap:14px}
  .kd-brand-name{font-size:42px;letter-spacing:-1.8px}
  .kd-brand-sub{font-size:9px;letter-spacing:1.4px}
  .kd-search{display:none}
  .kd-menu-toggle{display:block;order:-1}
  .kd-nav-inner{overflow:hidden}
  .kd-home-link{display:none}
  .kd-menu{width:100%}
  .kd-menu a{padding:0 15px}
  .kd-lead-grid{grid-template-columns:1fr}
  .kd-hero{min-height:455px}
  .kd-side-news{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .kd-side-item{grid-template-columns:115px 1fr;margin:0;padding:0 0 12px}
  .kd-sidebar{grid-template-columns:1fr 1fr;grid-column:auto}
  .kd-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kd-footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:600px){
  .kd-wrap{width:calc(100% - 24px)}
  .kd-utility{font-size:11px}
  .kd-utility-inner{min-height:32px}
  .kd-utility-left{width:100%;justify-content:space-between;gap:10px}
  .kd-masthead-inner{min-height:68px;display:flex;justify-content:space-between}
  .kd-brand{align-items:center;flex:1}
  .kd-brand-name{font-size:30px;letter-spacing:-1.3px}
  .kd-brand-sub{font-size:7px;letter-spacing:.9px;margin-top:3px}
  .kd-mobile-search{display:block;background:transparent;border:0;font-size:22px;padding:8px;color:var(--kd-ink);cursor:pointer}
  .kd-search.kd-search-open{display:flex;width:100%;order:5;margin:0 0 10px}
  .kd-masthead-inner{flex-wrap:wrap}
  .kd-nav{background:#fff;color:var(--kd-ink);border-top:1px solid var(--kd-line);border-bottom:1px solid var(--kd-line)}
  .kd-nav-inner{width:100%}
  .kd-menu-toggle{color:var(--kd-ink);font-size:24px;padding:0 11px}
  .kd-menu{min-height:44px}
  .kd-menu a{color:var(--kd-ink);font-size:11px;padding:0 12px;position:relative}
  .kd-menu .current-menu-item>a:after,.kd-menu li:first-child>a:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:var(--kd-red)}
  .kd-main{padding-top:14px}
  .kd-lead-grid{gap:14px}
  .kd-hero{min-height:365px;border-radius:0;margin-inline:-12px}
  .kd-hero-content{left:18px;right:18px;bottom:17px}
  .kd-hero-title{font-size:30px;line-height:1.05;letter-spacing:-.8px}
  .kd-hero-excerpt{font-size:14px;line-height:1.35}
  .kd-side-news{display:block}
  .kd-side-item{grid-template-columns:112px 1fr;gap:12px;padding:11px 0;margin:0;border-bottom:1px solid var(--kd-line)}
  .kd-side-thumb{aspect-ratio:1.55/1}
  .kd-side-title{font-size:15px}
  .kd-sidebar{display:block}
  .kd-sidebar .kd-widget{margin-bottom:14px}
  .kd-section{margin-top:26px}
  .kd-news-grid{display:block}
  .kd-card{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--kd-line)}
  .kd-card-thumb{aspect-ratio:1.45/1;margin:0}
  .kd-card-title{font-size:15px;margin:3px 0 5px}
  .kd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .kd-category-card{border:0}
  .kd-category-body{padding:9px 0 2px}
  .kd-category-desc{display:none}
  .kd-category-name{font-size:12px}
  .kd-category-more{font-size:9px}
  .kd-info-grid{grid-template-columns:1fr}
  .kd-info-card{grid-template-columns:105px 1fr}
  .kd-info-card img{width:105px;height:78px}
  .kd-newsletter form{display:block}
  .kd-newsletter input[type="email"],.kd-newsletter input[type="submit"],.kd-newsletter button{width:100%;margin-top:7px}
  .kd-article-wrap{width:calc(100% - 28px);padding-top:22px}
  .kd-article-title{font-size:34px;letter-spacing:-.8px}
  .kd-article-content{font-size:18px;line-height:1.68}
  .kd-related-item{grid-template-columns:105px 1fr}
  .kd-related-item img{width:105px;height:72px}
  .kd-archive-grid{grid-template-columns:1fr}
  .kd-footer-grid{grid-template-columns:1fr;gap:20px;padding:30px 0 22px}
  .kd-footer-bottom{display:block;line-height:1.7}
}

/* V1.1 – lokalni newsroom sistem */
.kd-today-strip{display:grid;grid-template-columns:auto 1fr;align-items:stretch;border:1px solid var(--kd-line);background:#fff;margin-bottom:18px;min-height:48px;overflow:hidden}
.kd-today-title{display:flex;align-items:center;padding:0 17px;background:var(--kd-ink);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.kd-today-items{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.kd-today-item{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border-right:1px solid var(--kd-line);font-size:12px;min-width:0}
.kd-today-item:last-child{border-right:0}
.kd-today-label{color:var(--kd-muted);white-space:nowrap}
.kd-today-item strong{font-size:12px;white-space:nowrap}
a.kd-today-item:hover{background:#fafafa;color:var(--kd-red)}

.kd-action-card{border:1px solid #ead9da;background:#fff7f7;padding:18px}
.kd-action-kicker{font-size:11px;font-weight:900;text-transform:uppercase;color:var(--kd-red)}
.kd-action-card h3{font-size:20px;line-height:1.12;margin:5px 0 8px}
.kd-action-card p{font-size:12px;color:#5b626b;margin:0 0 14px}
.kd-action-button{display:inline-flex;min-height:38px;align-items:center;background:var(--kd-red);color:#fff;padding:0 14px;font-size:11px;font-weight:900;text-transform:uppercase}
.kd-action-button:hover{background:var(--kd-red-dark);color:#fff}

.kd-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kd-topic-card{border:1px solid var(--kd-line);background:#fff;overflow:hidden}
.kd-topic-image{display:block;aspect-ratio:1.7/1;overflow:hidden;background:var(--kd-soft)}
.kd-topic-image img{width:100%;height:100%;object-fit:cover}
.kd-topic-body{padding:14px}
.kd-topic-body h3{font-size:18px;line-height:1.18;margin:7px 0 7px}
.kd-topic-body p{font-size:12px;color:#59616a;margin:0 0 10px}
.kd-status-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eef0f2;color:#3c4249;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.2px}
.kd-status-prijavljeno{background:#fff0d8;color:#8b5300}
.kd-status-pitali-smo-nadlezne{background:#e8f1ff;color:#1e5aa8}
.kd-status-odgovoreno{background:#eee9ff;color:#5a3aa3}
.kd-status-reseno{background:#e4f6e8;color:#227a38}

.kd-compact-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kd-compact-item{display:grid;grid-template-columns:150px 1fr;gap:14px;border-top:3px solid #20242a;background:#fafafa;padding:12px}
.kd-compact-image{aspect-ratio:1.35/1;overflow:hidden;background:#e8ebee}
.kd-compact-image img{width:100%;height:100%;object-fit:cover}
.kd-compact-item h3{font-size:17px;line-height:1.18;margin:1px 0 6px}
.kd-compact-item p{font-size:12px;color:#5c636b;margin:0 0 7px}

.kd-money-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kd-money-card{position:relative;border:1px solid #dcdfe3;border-top:4px solid #1e5aa8;background:#fbfcfe;padding:18px}
.kd-money-label{font-size:10px;text-transform:uppercase;font-weight:900;color:#1e5aa8;letter-spacing:.4px;margin-bottom:7px}
.kd-money-card h3{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.15;margin:0 0 8px}
.kd-money-card p{font-size:12px;color:#555d66;margin:0 0 11px}
.kd-money-source{font-size:11px;font-weight:700;color:#68707a;margin-bottom:8px}

.kd-event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kd-event-item{display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center;border:1px solid var(--kd-line);padding:12px;background:#fff}
.kd-event-date{width:70px;min-height:68px;background:var(--kd-ink);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-transform:uppercase}
.kd-event-date strong{font-size:27px;line-height:1}
.kd-event-date span{font-size:10px;margin-top:5px}
.kd-event-item h3{font-size:17px;line-height:1.16;margin:0 0 7px}
.kd-event-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#626a73;font-size:11px}

.kd-info-symbol{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;background:#eceff2;color:var(--kd-red);font-family:Georgia,"Times New Roman",serif;font-size:38px;font-weight:900}
.kd-info-money .kd-info-symbol{color:#1e5aa8}

.kd-updated{font-size:11px;color:#747b84;margin-top:7px}
.kd-source-box{margin:25px 0 5px;padding:14px 16px;border-left:4px solid #1e5aa8;background:#f5f8fc;font-family:Arial,Helvetica,sans-serif;font-size:13px}
.kd-source-box a{color:#1e5aa8;font-weight:800}

/* Brendirani fallback umesto sivih praznih kutija */
.kd-placeholder{position:relative;flex-direction:column;gap:5px;background:linear-gradient(135deg,#eef0f2,#f8f9fa);color:#4e5660;font-weight:900;overflow:hidden}
.kd-placeholder:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--kd-red)}
.kd-placeholder span{font-size:12px;text-transform:uppercase;letter-spacing:.5px;z-index:1}
.kd-placeholder small{font-size:9px;text-transform:uppercase;letter-spacing:1.2px;color:#8a9199;z-index:1}
.kd-placeholder--hronika{background:linear-gradient(135deg,#20252b,#3b424a);color:#fff}.kd-placeholder--hronika small{color:#c3c9cf}
.kd-placeholder--javni-novac{background:linear-gradient(135deg,#eef4fb,#dfeaf7);color:#174f8f}.kd-placeholder--javni-novac:before{background:#1e5aa8}
.kd-placeholder--lokalni-problemi{background:linear-gradient(135deg,#fff4e8,#f7e6cf);color:#8a4d00}.kd-placeholder--lokalni-problemi:before{background:#e58a16}
.kd-placeholder--servis{background:linear-gradient(135deg,#edf6f8,#dceef2);color:#225e69}.kd-placeholder--servis:before{background:#2b91a4}
.kd-placeholder--dogadjaji{background:linear-gradient(135deg,#f8eef5,#efdeea);color:#7a285f}.kd-placeholder--dogadjaji:before{background:#aa3b83}

@media (max-width:1180px){
  .kd-today-strip{grid-template-columns:1fr}.kd-today-title{min-height:34px;justify-content:center}.kd-today-items{grid-template-columns:repeat(5,minmax(0,1fr))}
  .kd-topic-grid,.kd-compact-list,.kd-money-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .kd-today-items{overflow-x:auto;display:flex}.kd-today-item{min-width:160px;border-bottom:0}
  .kd-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kd-compact-item{grid-template-columns:120px 1fr}
  .kd-event-list{grid-template-columns:1fr}
}
@media (max-width:600px){
  .kd-today-strip{margin-inline:-12px;border-left:0;border-right:0;margin-bottom:12px}.kd-today-title{justify-content:flex-start;padding-left:14px}.kd-today-item{min-width:145px;justify-content:flex-start}
  .kd-topic-grid,.kd-compact-list,.kd-money-grid{display:block}.kd-topic-card,.kd-compact-item,.kd-money-card{margin-bottom:12px}
  .kd-topic-card{display:grid;grid-template-columns:112px 1fr}.kd-topic-image{aspect-ratio:auto;height:100%;min-height:112px}.kd-topic-body{padding:11px}.kd-topic-body p{display:none}
  .kd-compact-item{grid-template-columns:112px 1fr;padding:10px}.kd-compact-item p{display:none}
  .kd-money-card{padding:15px}.kd-money-card h3{font-size:18px}
  .kd-event-item{grid-template-columns:60px 1fr;padding:10px}.kd-event-date{width:60px;min-height:62px}.kd-event-date strong{font-size:24px}
  .kd-info-symbol{min-height:78px;font-size:32px}
}


/* V1.2 – LIVE PULSE */
.kd-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#18a957;box-shadow:0 0 0 0 rgba(24,169,87,.45);animation:kdPulse 2.2s infinite;vertical-align:middle}
@keyframes kdPulse{0%{box-shadow:0 0 0 0 rgba(24,169,87,.45)}70%{box-shadow:0 0 0 8px rgba(24,169,87,0)}100%{box-shadow:0 0 0 0 rgba(24,169,87,0)}}
.kd-utility-weather{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#22252a}
.kd-alertbar{background:#fff4df;border-bottom:1px solid #efd5a3;color:#553500}
.kd-alertbar-inner{min-height:42px;display:flex;align-items:center;gap:11px;font-size:13px}
.kd-alert-icon{font-size:18px}
.kd-alert-label{font-weight:900;text-transform:uppercase;letter-spacing:.2px;color:#8b5700}
.kd-alert-text{font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.kd-alert-more{margin-left:auto;font-size:11px;font-weight:900;text-transform:uppercase;color:#8b5700;white-space:nowrap}
.kd-today-title{gap:9px}
.kd-today-title .kd-live-dot{background:#4ad87b;width:7px;height:7px}
.kd-today-item{position:relative;flex-wrap:wrap;align-content:center}
.kd-today-item .kd-today-value{font-weight:900;white-space:nowrap}
.kd-today-item .kd-today-sub{width:100%;font-size:9px;color:#8a9199;text-align:center;margin-top:-2px;line-height:1.2}
.kd-live-panel{border:1px solid var(--kd-line);background:linear-gradient(180deg,#111418,#1b2026);color:#fff;margin-bottom:14px;overflow:hidden}
.kd-live-head{display:flex;align-items:center;gap:9px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
.kd-live-head small{margin-left:auto;color:#aab1b9;font-size:9px;font-weight:700;text-transform:none;letter-spacing:0}
.kd-live-weather{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:16px 15px;border-bottom:1px solid rgba(255,255,255,.1)}
.kd-live-temp{font-size:36px;font-weight:900;line-height:1;letter-spacing:-1.6px}
.kd-live-weather-meta{font-size:11px;color:#c8cdd3;line-height:1.5}
.kd-live-weather-meta strong{display:block;color:#fff;font-size:12px}
.kd-live-status-list{list-style:none;margin:0;padding:0}
.kd-live-status-list li{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 15px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px}
.kd-live-status-list li:last-child{border-bottom:0}
.kd-live-status-list span{color:#aeb5bd}
.kd-live-status-list strong{font-size:11px;color:#fff;text-align:right}
.kd-live-source{display:flex;justify-content:space-between;gap:10px;padding:10px 15px;background:#0c0f12;color:#9ea6af;font-size:9px}
.kd-live-source a{color:#d7dde3;font-weight:800}
.kd-service-list .kd-service-desc strong{color:var(--kd-ink);font-weight:800}
.kd-service-state{display:inline-flex;margin-left:4px;padding:2px 5px;border-radius:999px;background:#eef0f2;color:#5d646c;font-size:8px;font-weight:900;text-transform:uppercase;vertical-align:1px}
.kd-service-state--ok{background:#e8f7ed;color:#27733c}.kd-service-state--warn{background:#fff0d8;color:#8b5300}.kd-service-state--alert{background:#ffe6e6;color:#a00}

@media (max-width:900px){
  .kd-alertbar-inner{width:calc(100% - 24px);min-height:38px;font-size:11px}.kd-alert-text{max-width:68vw}
}
@media (max-width:600px){
  .kd-utility-weather{display:none}
  .kd-alertbar-inner{gap:7px}.kd-alert-label{display:none}.kd-alert-text{max-width:none;white-space:normal;line-height:1.25;padding:7px 0}.kd-alert-more{font-size:9px}
  .kd-today-item .kd-today-sub{text-align:left}
  .kd-live-weather{grid-template-columns:88px 1fr}.kd-live-temp{font-size:32px}
}

/* V1.2.1 source-link hotfix */
.kd-live-status-list li{padding:0}
.kd-live-status-list li>a{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:13px 14px;color:inherit}
.kd-live-status-list li>a:hover{background:rgba(255,255,255,.06);color:#fff}
.kd-live-status-list li>a strong{color:#fff;white-space:nowrap}
.kd-live-status-list li>a:hover strong{text-decoration:underline;text-underline-offset:3px}


/* =========================================================
   V1.3 — NEWSROOM LAYOUT + ARTICLE SYSTEM + MOBILE CLEANUP
   ========================================================= */

/* Homepage: independent primary column + service rail.
   The latest-news section now continues immediately below hero,
   so a tall sidebar can no longer create a dead white gap. */
.kd-home-shell{display:grid;grid-template-columns:minmax(0,3.25fr) minmax(280px,1fr);gap:28px;align-items:start}
.kd-home-primary{min-width:0}
.kd-lead-grid{grid-template-columns:minmax(0,2.2fr) minmax(255px,.8fr);gap:20px;align-items:start}
.kd-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}
.kd-latest-section{margin-top:26px}
.kd-home-lower{min-width:0}

/* Hero is digital-news sans; editorial serif is reserved for columns/essays. */
.kd-hero-title{font-family:Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-1.7px;line-height:1.01}
.kd-hero--no-image{background:linear-gradient(135deg,#23272d 0%,#111418 58%,#292e35 100%)}
.kd-hero--no-image .kd-hero-media .kd-placeholder{background:transparent;color:rgba(255,255,255,.18)}
.kd-hero--no-image .kd-hero-media .kd-placeholder:before{width:7px;background:var(--kd-red)}
.kd-hero--no-image .kd-hero-media .kd-placeholder span{font-size:14px;color:rgba(255,255,255,.25)}
.kd-hero--no-image .kd-hero-media .kd-placeholder small{color:rgba(255,255,255,.16)}
.kd-side-title,.kd-card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.kd-side-title{-webkit-line-clamp:3}
.kd-card-title{-webkit-line-clamp:3}

/* Today strip collapses to the number of real values instead of reserving 5 empty cells. */
.kd-today-items{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.kd-today-item:last-child{border-right:0}

/* Sidebar: one live source of truth + one civic CTA. */
.kd-action-card--primary{border-top:4px solid var(--kd-red);background:#fffafa;box-shadow:0 6px 18px rgba(14,18,24,.04)}
.kd-action-card--primary h3{font-size:22px}
.kd-live-panel{margin-bottom:0}
.kd-live-status-list li>a{min-height:46px}

/* Single article — proper newsroom page, not a centered blog post. */
.kd-single-main{background:#fff}
.kd-article-shell{display:grid;grid-template-columns:minmax(0,800px) minmax(260px,320px);gap:54px;align-items:start;padding-top:38px;padding-bottom:64px;max-width:1200px}
.kd-article-main{min-width:0}
.kd-article-rail{min-width:0;display:flex;flex-direction:column;gap:18px;position:sticky;top:18px}
.admin-bar .kd-article-rail{top:50px}
.kd-article-header{margin-bottom:26px}
.kd-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#787f87}
.kd-article-title{font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:clamp(42px,5.1vw,68px);line-height:.99;letter-spacing:-2.4px;margin:8px 0 16px}
.kd-article--editorial .kd-article-title{font-family:Georgia,"Times New Roman",serif;font-weight:700;line-height:1.02;letter-spacing:-1.5px}
.kd-article-lead{font-family:Arial,Helvetica,sans-serif;font-size:21px;line-height:1.42;font-weight:700;margin:14px 0 17px;color:#252a30;max-width:760px}
.kd-article-byline{display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px;color:#626a73;font-size:12px;border-top:1px solid var(--kd-line);padding-top:13px}
.kd-article-byline strong{color:#24292f}
.kd-updated{margin-top:7px}
.kd-article-hero{margin:0 0 28px;border-radius:4px;overflow:visible}
.kd-article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px}
.kd-article-hero figcaption{font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.4;color:#757c84;margin-top:7px}
.kd-article-content{max-width:760px;font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.78;color:#202328}
.kd-article--editorial .kd-article-content{font-size:19.5px}
.kd-article-content>p:first-child{font-size:1.05em}
.kd-article-content figure{margin:1.7em 0}
.kd-article-content figure img,.kd-article-content>img,.kd-article-content p>img{border-radius:4px}
.kd-article-content figcaption{font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#747b83;margin-top:7px;line-height:1.4}
.kd-article-content a{color:#175ca8;text-decoration:underline;text-underline-offset:2px}
.kd-share{max-width:760px}
.kd-source-box{max-width:760px}

.kd-rail-news{border:1px solid var(--kd-line);background:#fff}
.kd-rail-title{padding:13px 15px;background:#fafafa;border-bottom:1px solid var(--kd-line);font-size:13px;font-weight:900;text-transform:uppercase}
.kd-rail-item{padding:13px 15px;border-bottom:1px solid var(--kd-line)}
.kd-rail-item:last-child{border-bottom:0}
.kd-rail-item h3{font-size:15px;line-height:1.2;margin:3px 0 6px}
.kd-rail-item .kd-kicker{font-size:10px}

.kd-post-nav{max-width:760px;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 8px}
.kd-post-nav-item{display:flex;flex-direction:column;gap:5px;border:1px solid var(--kd-line);padding:14px 15px;min-height:82px;background:#fafafa}
.kd-post-nav-item span{font-size:10px;text-transform:uppercase;color:#727981;font-weight:900}
.kd-post-nav-item strong{font-size:14px;line-height:1.25}
.kd-post-nav-next{text-align:right}
.kd-related-section{max-width:760px}
.kd-related-thumb{width:138px;height:88px;overflow:hidden;border-radius:3px;background:var(--kd-soft)}
.kd-related-thumb .kd-placeholder{height:100%}

/* Archive titles follow the main digital-news system. */
.kd-page-title{font-family:Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-1.2px}

@media (max-width:1180px){
  .kd-home-shell{grid-template-columns:minmax(0,1fr) 300px;gap:22px}
  .kd-lead-grid{grid-template-columns:minmax(0,1.7fr) minmax(235px,.75fr)}
  .kd-article-shell{grid-template-columns:minmax(0,1fr) 280px;gap:36px}
}

@media (max-width:980px){
  .kd-home-shell{grid-template-columns:1fr}
  .kd-sidebar{display:grid;grid-template-columns:1.3fr .9fr;gap:14px;margin-top:4px}
  .kd-article-shell{grid-template-columns:1fr;max-width:820px}
  .kd-article-rail{position:static;display:grid;grid-template-columns:1.1fr .9fr;gap:16px}
  .kd-article-content,.kd-share,.kd-source-box,.kd-related-section,.kd-post-nav{max-width:none}
}

@media (max-width:760px){
  .kd-home-shell{gap:16px}
  .kd-lead-grid{grid-template-columns:1fr;gap:12px}
  .kd-hero{min-height:410px}
  .kd-side-news{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
  .kd-sidebar{grid-template-columns:1fr}
  .kd-article-shell{width:calc(100% - 28px);padding-top:24px;padding-bottom:46px}
  .kd-article-rail{display:block}
  .kd-article-rail .kd-live-panel{margin:26px 0 16px}
  .kd-article-title{font-size:44px;letter-spacing:-1.5px}
}

@media (max-width:600px){
  .kd-main{padding-bottom:34px}
  .kd-today-strip{display:block;margin-bottom:12px}
  .kd-today-title{min-height:36px;justify-content:flex-start;padding:0 14px}
  .kd-today-items{display:flex;overflow-x:auto;scroll-snap-type:x proximity}
  .kd-today-item{min-width:185px;min-height:48px;scroll-snap-align:start;border-right:1px solid var(--kd-line);justify-content:flex-start;padding:8px 14px}
  .kd-today-item .kd-today-sub{text-align:left}
  .kd-hero{min-height:365px;margin-inline:-12px;border-radius:0}
  .kd-hero-title{font-size:31px;line-height:1.03;letter-spacing:-1px}
  .kd-hero-excerpt{display:none}
  .kd-side-news{display:block}
  .kd-latest-section{margin-top:22px}
  .kd-sidebar{margin-top:8px}
  .kd-action-card--primary{margin-top:12px}
  .kd-news-grid{display:block}
  .kd-card{grid-template-columns:116px 1fr}
  .kd-card-title{-webkit-line-clamp:3}

  .kd-article-shell{width:calc(100% - 24px);padding-top:20px}
  .kd-article-header{margin-bottom:20px}
  .kd-breadcrumbs{font-size:10px;margin-bottom:13px}
  .kd-article-title{font-size:35px;line-height:1.02;letter-spacing:-1px;margin-bottom:13px}
  .kd-article--editorial .kd-article-title{font-size:37px}
  .kd-article-lead{font-size:18px;line-height:1.42;margin:11px 0 14px}
  .kd-article-byline{font-size:11px;gap:6px 8px;padding-top:11px}
  .kd-article-hero{margin-bottom:21px}
  .kd-article-content{font-size:18px;line-height:1.7}
  .kd-article-content h2{font-size:25px}
  .kd-article-content h3{font-size:21px}
  .kd-share{overflow-x:auto;white-space:nowrap;gap:8px}
  .kd-share-label{flex:0 0 auto}
  .kd-post-nav{grid-template-columns:1fr;margin-top:22px}
  .kd-post-nav-next{text-align:left}
  .kd-related-item{grid-template-columns:106px 1fr}
  .kd-related-thumb{width:106px;height:74px}
  .kd-rail-news{margin-bottom:8px}
  .kd-footer{margin-top:18px}
}

/* =========================================================
   V1.3.1 — MOBILE FIRST-SCREEN HOTFIX
   Desktop V1.3 stays intact. On phones the utility row and
   live dashboard strip no longer consume the first viewport.
   ========================================================= */
.kd-mobile-weather{display:none}

@media (max-width:600px){
  /* 1) The first viewport is editorial, not a dashboard. */
  .kd-utility{display:none}
  .kd-wrap{width:calc(100% - 24px)}

  /* 2) Compact one-line mobile masthead. */
  .kd-masthead{border-bottom:1px solid var(--kd-line);background:#fff}
  .kd-masthead-inner{
    min-height:58px;
    display:grid;
    grid-template-columns:36px minmax(0,1fr) auto 32px;
    align-items:center;
    gap:7px;
    flex-wrap:nowrap;
  }
  .kd-menu-toggle{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:36px;
    height:44px;
    padding:0;
    color:var(--kd-ink);
    font-size:25px;
    line-height:1;
  }
  .kd-brand{display:block;min-width:0;align-items:flex-start;line-height:1}
  .kd-brand-name{
    display:block;
    font-family:"Arial Black","Arial Narrow",Arial,sans-serif;
    font-size:clamp(18px,6.2vw,24px);
    line-height:1;
    letter-spacing:-1.1px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
  }
  .kd-brand-sub{display:none}
  .kd-mobile-weather{
    display:inline-flex;
    align-items:center;
    gap:5px;
    min-height:36px;
    padding:0 3px;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    color:#24282d;
  }
  .kd-mobile-weather .kd-live-dot{width:6px;height:6px;box-shadow:none;animation:none}
  .kd-mobile-search{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:32px;
    height:44px;
    padding:0;
    font-size:22px;
  }
  .kd-search.kd-search-open{
    grid-column:1/-1;
    display:flex;
    width:100%;
    margin:0 0 9px;
    order:initial;
  }
  .kd-search.kd-search-open input[type="search"],
  .kd-search.kd-search-open button{height:42px}

  /* 3) Navigation becomes a real drawer. Closed = zero height. */
  .kd-nav{display:none;background:#fff;color:var(--kd-ink);border:0;border-bottom:1px solid var(--kd-line)}
  .kd-nav.kd-nav-open{display:block}
  .kd-nav-inner{width:calc(100% - 24px);min-height:0;padding:8px 0 10px;overflow:visible}
  .kd-home-link{display:none}
  .kd-menu,
  .kd-menu.kd-menu-open{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    width:100%;
    min-height:0;
    overflow:visible;
    gap:2px 8px;
  }
  .kd-menu li{display:block;min-width:0}
  .kd-menu a{
    display:flex;
    min-height:44px;
    align-items:center;
    padding:0 8px;
    color:var(--kd-ink);
    font-size:11px;
    line-height:1.15;
    border-bottom:1px solid #f0f1f2;
    white-space:normal;
  }
  .kd-menu .current-menu-item>a:after,.kd-menu li:first-child>a:after{display:none}
  .kd-menu a:hover,.kd-menu .current-menu-item>a{background:#f7f7f8;color:var(--kd-red)}

  /* 4) Official warning stays visible, but only as a compact ticker-like notice. */
  .kd-alertbar{border-bottom:1px solid #ead3a7}
  .kd-alertbar-inner{
    width:calc(100% - 24px);
    min-height:36px;
    height:36px;
    gap:7px;
    padding:0;
    font-size:10px;
    overflow:hidden;
  }
  .kd-alert-icon{font-size:14px;flex:0 0 auto}
  .kd-alert-label{display:none}
  .kd-alert-text{
    flex:1 1 auto;
    min-width:0;
    max-width:none;
    padding:0;
    font-size:10px;
    line-height:1.1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .kd-alert-more{flex:0 0 auto;margin-left:0;font-size:0;line-height:1}
  .kd-alert-more:after{content:"Detalji →";font-size:9px;font-weight:900}

  /* 5) Live weather remains in header; the desktop "Danas" dashboard disappears on phones. */
  .kd-today-strip{display:none!important}

  /* 6) Content starts immediately. */
  .kd-main{padding-top:10px;padding-bottom:34px}
  .kd-home-shell{gap:14px}
  .kd-lead-grid{gap:10px}
  .kd-hero{min-height:330px;margin-inline:0;border-radius:3px}
  .kd-hero--no-image{min-height:280px}
  .kd-hero-content{left:16px;right:16px;bottom:15px}
  .kd-hero-title{font-size:29px;line-height:1.02;letter-spacing:-.9px}
  .kd-hero .kd-meta{font-size:10px;gap:6px 9px}

  /* 7) Secondary headlines remain compact; no fake sidebar above the fold. */
  .kd-side-item{grid-template-columns:104px 1fr;gap:11px;padding:10px 0}
  .kd-side-title{font-size:15px;line-height:1.17}
  .kd-sidebar{margin-top:4px}
  .kd-live-panel{margin-bottom:12px}
  .kd-action-card--primary{margin-top:0}

  /* 8) Single article pages inherit the same compact header. */
  .kd-article-shell{width:calc(100% - 24px);padding-top:18px}
  .kd-article-title{font-size:32px;line-height:1.03;letter-spacing:-.8px}
  .kd-article--editorial .kd-article-title{font-size:34px}
  .kd-article-lead{font-size:17px}
  .kd-article-content{font-size:17px;line-height:1.68}
}

@media (max-width:350px){
  .kd-masthead-inner{grid-template-columns:32px minmax(0,1fr) auto 28px;gap:5px}
  .kd-brand-name{font-size:18px;letter-spacing:-.8px}
  .kd-mobile-weather{font-size:11px}
  .kd-mobile-search{width:28px}
  .kd-alertbar-inner{width:calc(100% - 18px)}
  .kd-hero-title{font-size:27px}
}

/* =========================================================
   V1.4 — LOCKED MOBILE NEWSROOM DESIGN
   World-news clarity, local-service utility, no mobile bars.
   ========================================================= */

/* Brand can split cleanly on mobile without changing desktop masthead. */
.kd-brand-red{color:inherit}

/* Refined live panel: editorial instrument panel, not plugin rows. */
.kd-live-weather{grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:18px 16px}
.kd-live-weather-main{min-width:0}
.kd-live-temp{font-size:40px;letter-spacing:-2px;margin-bottom:9px}
.kd-weather-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;background:var(--kd-red);color:#fff;border-radius:3px;font-size:10px;font-weight:900;margin-bottom:8px}
.kd-live-weather-meta{font-size:11px;color:#c8cdd3;line-height:1.45}
.kd-live-weather-meta span{margin:0 4px;color:#727b85}
.kd-live-weather-symbol{font-size:44px;line-height:1;align-self:center;color:#ffd045;filter:saturate(.95)}
.kd-live-status-list li>a{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:11px;min-height:58px;padding:10px 14px;align-items:center}
.kd-live-status-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff}
.kd-live-status-icon svg{width:24px;height:24px;display:block}
.kd-live-status-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.kd-live-status-copy b{font-size:12px;color:#fff;line-height:1.2}
.kd-live-status-copy small{font-size:9px;color:#aeb5bd;line-height:1.3;white-space:normal}
.kd-live-status-list li>a strong{font-size:9px;font-weight:800;color:#e8ecf0;white-space:nowrap}

/* Civic problem card: the illustration is part of the service, not decoration. */
.kd-problem-card{overflow:hidden;padding:18px 18px 16px}
.kd-problem-card .kd-action-kicker{letter-spacing:.3px}
.kd-problem-card h3{margin-bottom:6px}
.kd-problem-lead{font-size:14px!important;line-height:1.42!important;color:#252a30!important;font-weight:800;margin-bottom:13px!important}
.kd-problem-svg{display:block;width:calc(100% + 36px);height:auto;margin:4px -18px 12px}
.kd-problem-points{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:7px}
.kd-problem-points li{position:relative;padding-left:19px;font-size:11px;line-height:1.35;color:#4f565e}
.kd-problem-points li:before{content:"✓";position:absolute;left:0;top:0;color:var(--kd-red);font-weight:900}
.kd-problem-button{width:100%;justify-content:center;min-height:42px;font-size:12px}
.kd-problem-count{display:block;text-align:center;margin-top:11px;color:#5c646d;font-size:10px;font-weight:800}
.kd-problem-count:hover{color:var(--kd-red)}

/* Article page: modern digital news by default; serif belongs to columns/essays. */
.kd-article-content{font-family:Arial,Helvetica,sans-serif;font-size:18.5px;line-height:1.72;color:#202328}
.kd-article--editorial .kd-article-content{font-family:Georgia,"Times New Roman",serif;font-size:19.5px;line-height:1.78}
.kd-article-meta-row{display:flex;align-items:center;gap:18px;margin:12px 0 18px;color:#626a73;font-size:12px}
.kd-author-row{display:flex;align-items:center;gap:11px;padding-top:13px;border-top:1px solid var(--kd-line);margin-bottom:2px}
.kd-author-avatar{width:44px;height:44px;overflow:hidden;border-radius:50%;background:#eceff2;flex:0 0 auto}
.kd-author-avatar img{width:100%;height:100%;object-fit:cover}
.kd-author-row strong{display:block;font-size:13px;color:#20242a}
.kd-author-row small{display:block;margin-top:2px;font-size:11px;color:#7b828a}

@media (max-width:600px){
  /* The phone starts like a newsroom: one header, then the story. */
  .kd-utility{display:none!important}
  .kd-alertbar{display:none!important}
  .kd-today-strip{display:none!important}
  .kd-wrap{width:calc(100% - 28px)}

  .kd-masthead{border-bottom:1px solid #eceef0;background:#fff}
  .kd-masthead-inner{
    min-height:76px;
    display:grid;
    grid-template-columns:40px minmax(100px,1fr) auto 34px;
    align-items:center;
    gap:9px;
  }
  .kd-menu-toggle{
    display:flex;align-items:center;justify-content:flex-start;
    width:40px;height:48px;padding:0;color:#111214;font-size:27px;font-weight:400;
  }
  .kd-brand{display:block;min-width:0;line-height:.92}
  .kd-brand-name{
    display:flex;flex-direction:column;align-items:flex-start;gap:0;
    font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;line-height:.94;
    letter-spacing:-.7px;white-space:normal;overflow:visible;text-transform:uppercase;
  }
  .kd-brand-word{display:block}
  .kd-brand-red{color:var(--kd-red)}
  .kd-brand-sub{display:none}

  .kd-mobile-weather{
    display:grid;grid-template-columns:25px auto;gap:6px;align-items:center;
    min-height:48px;padding:0;color:#191d22;white-space:nowrap;
  }
  .kd-mobile-weather-icon{font-size:24px;line-height:1;color:#f5b400}
  .kd-mobile-weather-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.03}
  .kd-mobile-weather-copy strong{font-size:12px;font-weight:900;letter-spacing:-.2px}
  .kd-mobile-weather-copy small{font-size:9px;font-weight:700;color:#555d66;margin-top:4px}
  .kd-mobile-search{display:flex;align-items:center;justify-content:flex-end;width:34px;height:48px;padding:0;color:#111214}
  .kd-mobile-search svg{width:23px;height:23px}

  .kd-search{display:none}
  .kd-search.kd-search-open{grid-column:1/-1;display:flex;width:100%;margin:0 0 10px}
  .kd-search.kd-search-open input[type="search"],.kd-search.kd-search-open button{height:42px}

  /* Drawer is intentionally invisible until requested. */
  .kd-nav{display:none;background:#fff;color:#111214;border-bottom:1px solid var(--kd-line)}
  .kd-nav.kd-nav-open{display:block}
  .kd-nav-inner{width:calc(100% - 28px);min-height:0;padding:7px 0 10px;overflow:visible}
  .kd-home-link{display:none}
  .kd-menu,.kd-menu.kd-menu-open{display:grid!important;grid-template-columns:1fr 1fr;width:100%;gap:1px 10px;overflow:visible}
  .kd-menu li{display:block}
  .kd-menu a{min-height:44px;padding:0 5px;color:#111214;font-size:11px;border-bottom:1px solid #f0f1f2;white-space:normal}
  .kd-menu a:hover,.kd-menu .current-menu-item>a{background:#fff;color:var(--kd-red)}

  .kd-main{padding-top:14px;padding-bottom:34px}
  .kd-home-shell{gap:18px}
  .kd-lead-grid{grid-template-columns:1fr;gap:8px}
  .kd-hero{min-height:440px;margin:0;border-radius:6px;box-shadow:none}
  .kd-hero--no-image{min-height:260px}
  .kd-hero-content{left:19px;right:19px;bottom:18px}
  .kd-hero .kd-kicker{margin-bottom:10px;padding:5px 9px}
  .kd-hero-title{font-size:33px;line-height:1.02;letter-spacing:-1.2px;margin-bottom:12px}
  .kd-hero-excerpt{display:block;font-size:15px;line-height:1.45;margin-bottom:16px;max-width:94%}
  .kd-hero--no-image .kd-hero-excerpt{display:none}
  .kd-hero .kd-meta{font-size:11px;gap:7px 10px}

  .kd-side-news{display:block;border:0}
  .kd-side-item{grid-template-columns:112px 1fr;gap:14px;padding:12px 0;margin:0;border-bottom:1px solid var(--kd-line)}
  .kd-side-thumb{aspect-ratio:1.2/1;border-radius:5px}
  .kd-side-title{font-size:16px;line-height:1.2;margin:4px 0 6px;-webkit-line-clamp:3}
  .kd-side-item .kd-meta{font-size:10px}

  .kd-latest-section{margin-top:24px}
  .kd-section-head{margin-bottom:8px;padding-bottom:8px}
  .kd-section-title{font-size:16px;padding-left:14px}
  .kd-section-title:before{width:3px;height:20px;left:0}
  .kd-section-more{display:none}
  .kd-news-grid{display:block}
  .kd-card{display:grid;grid-template-columns:112px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--kd-line)}
  .kd-card-thumb{margin:0;aspect-ratio:1.22/1;border-radius:5px}
  .kd-card-title{font-size:16px;line-height:1.22;margin:4px 0 5px;-webkit-line-clamp:3}
  .kd-card .kd-kicker{font-size:10px}
  .kd-card .kd-meta{font-size:10px}

  .kd-sidebar{margin-top:6px;display:block}
  .kd-live-panel{border-radius:7px;margin:0 0 14px}
  .kd-live-head{padding:14px 15px}
  .kd-live-weather{padding:18px 15px}
  .kd-live-temp{font-size:38px}
  .kd-live-weather-symbol{font-size:43px}
  .kd-live-status-list li>a{grid-template-columns:30px minmax(0,1fr) auto;min-height:62px;padding:11px 14px}
  .kd-live-status-copy b{font-size:13px}
  .kd-live-status-copy small{font-size:10px}
  .kd-live-status-list li>a strong{font-size:9px}

  .kd-problem-card{margin-top:14px;border-radius:7px;padding:20px 17px 16px;background:linear-gradient(180deg,#fff8f8,#fff)}
  .kd-problem-card h3{font-size:23px;line-height:1.08;margin-top:5px}
  .kd-problem-lead{font-size:15px!important;max-width:280px}
  .kd-problem-svg{width:calc(100% + 34px);margin:7px -17px 12px}
  .kd-problem-points{gap:8px;margin-bottom:15px}
  .kd-problem-points li{font-size:12px;padding-left:20px}
  .kd-problem-button{min-height:46px;font-size:12px}
  .kd-problem-count{font-size:11px;margin-top:12px}

  /* Lower blocks do not crowd the mobile news feed. */
  .kd-home-lower .kd-section{margin-top:28px}
  .kd-category-grid{grid-template-columns:1fr 1fr}
  .kd-info-grid{display:none}

  /* Single story: clean BBC/Fox-style reading hierarchy. */
  .kd-article-shell{width:calc(100% - 28px);padding-top:20px;padding-bottom:44px}
  .kd-article-header{margin-bottom:20px}
  .kd-breadcrumbs{font-size:11px;margin-bottom:17px}
  .kd-article-title{font-size:34px;line-height:1.03;letter-spacing:-1.15px;margin:8px 0 14px}
  .kd-article--editorial .kd-article-title{font-size:36px}
  .kd-article-lead{font-size:18px;line-height:1.42;margin:12px 0 14px}
  .kd-article-meta-row{gap:16px;font-size:11px;margin:12px 0 15px}
  .kd-author-row{padding-top:13px;margin-bottom:4px}
  .kd-author-avatar{width:40px;height:40px}
  .kd-article-hero{margin:20px 0 22px}
  .kd-article-content{font-size:17px;line-height:1.68;font-family:Arial,Helvetica,sans-serif}
  .kd-article--editorial .kd-article-content{font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.74}
  .kd-source-box{margin:24px 0 7px;border:1px solid #dfe3e7;border-left:0;border-radius:5px;background:#fafbfc;padding:15px 16px}
  .kd-share{gap:8px;overflow-x:auto;white-space:nowrap}
  .kd-post-nav{grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--kd-line);border-radius:5px;overflow:hidden}
  .kd-post-nav-item{border:0;border-right:1px solid var(--kd-line);min-height:84px;background:#fff;padding:12px}
  .kd-post-nav-item:last-child{border-right:0}
  .kd-post-nav-item strong{font-size:11px}
  .kd-related-section{margin-top:28px}
  .kd-article-rail{display:block;margin-top:30px}
  .kd-article-rail .kd-live-panel{margin:0 0 16px}

  .kd-footer{margin-top:24px}
}

@media (max-width:360px){
  .kd-wrap{width:calc(100% - 20px)}
  .kd-masthead-inner{grid-template-columns:36px minmax(88px,1fr) auto 30px;gap:5px;min-height:72px}
  .kd-brand-name{font-size:18px}
  .kd-mobile-weather{grid-template-columns:20px auto;gap:4px}
  .kd-mobile-weather-icon{font-size:20px}
  .kd-mobile-weather-copy strong{font-size:11px}
  .kd-mobile-weather-copy small{font-size:8px}
  .kd-hero{min-height:400px}
  .kd-hero-title{font-size:30px}
  .kd-side-item,.kd-card{grid-template-columns:102px 1fr;gap:11px}
  .kd-live-status-list li>a{grid-template-columns:28px minmax(0,1fr);gap:9px}
  .kd-live-status-list li>a strong{grid-column:2;justify-self:start;margin-top:-3px}
}

/* =========================================================
   V1.5 PREMIUM NEWSROOM — unified header + clean lead system
   ========================================================= */
.kd-utility,.kd-masthead,.kd-alertbar,.kd-today-strip{display:none!important}

.kd-site-header{background:#fff;border-bottom:1px solid #e3e5e8;position:relative;z-index:1000}
.kd-site-header-inner{min-height:72px;display:flex;align-items:center;gap:18px;position:relative}
.kd-brand-compact{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;line-height:.82;min-width:126px;letter-spacing:-.6px}
.kd-brand-compact-top{font-size:29px;font-weight:950;color:#0e0f11;letter-spacing:-1.35px}
.kd-brand-compact-bottom{font-size:17px;font-weight:950;color:var(--kd-red);letter-spacing:.5px;margin-top:6px}
.kd-header-spacer{flex:1}
.kd-header-weather{display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:7px 12px;border-left:1px solid #eceef0;color:#16181b;min-width:128px}
.kd-header-weather-icon{grid-row:1/3;font-size:23px;line-height:1;text-align:center}
.kd-header-weather-main{font-size:15px;font-weight:900;line-height:1.05}
.kd-header-weather-note{font-size:10px;color:#6e747b;line-height:1.15;white-space:nowrap}
.kd-header-weather-note.is-warning{color:#b24d00;font-weight:800}
.kd-mobile-search{display:flex!important;width:42px;height:42px;align-items:center;justify-content:center;border:0;background:transparent;color:#15171a;cursor:pointer;flex:0 0 auto}
.kd-mobile-search svg{width:23px;height:23px}
.kd-menu-toggle{display:none!important}
.kd-search{display:none!important;position:absolute;right:0;top:calc(100% + 6px);width:min(390px,calc(100vw - 24px));padding:10px;background:#fff;border:1px solid #dfe2e5;box-shadow:0 14px 32px rgba(15,18,22,.13);z-index:1100}
.kd-search.kd-search-open{display:flex!important}
.kd-search input[type="search"]{height:42px;min-width:0;flex:1;border:1px solid #d7dbe0;padding:0 12px;font-size:14px}
.kd-search button{height:42px;border:0;background:#111317;color:#fff;font-weight:900;text-transform:uppercase;padding:0 15px}

.kd-nav{background:#101114;color:#fff;border:0;position:relative;z-index:990}
.kd-nav-inner{min-height:46px;display:flex;align-items:stretch}
.kd-home-link{width:46px;background:var(--kd-red);font-size:17px}
.kd-menu a{font-size:12px;padding:0 17px;letter-spacing:.05px}

.kd-main{padding:22px 0 48px}
.kd-home-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 318px!important;gap:26px!important;align-items:start}
.kd-home-primary{min-width:0}
.kd-hero{min-height:348px!important;border-radius:6px!important;box-shadow:none!important}
.kd-hero--no-image{min-height:270px!important}
.kd-hero-content{left:24px!important;right:24px!important;bottom:20px!important;max-width:690px!important}
.kd-hero-title{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(30px,2.7vw,44px)!important;line-height:1.015!important;letter-spacing:-1.25px!important;margin-bottom:8px!important}
.kd-hero-excerpt{font-size:15px!important;line-height:1.4!important;max-width:580px!important;margin-bottom:10px!important}
.kd-hero .kd-kicker{margin-bottom:8px!important;padding:4px 8px!important;font-size:10px!important}
.kd-hero .kd-meta{font-size:11px!important}

.kd-focus-strip{display:grid;grid-template-columns:142px minmax(0,1fr);margin:14px 0 0;border-top:1px solid #dfe2e5;border-bottom:1px solid #dfe2e5;background:#fff;min-height:82px}
.kd-focus-label{display:flex;align-items:center;gap:8px;background:#111317;color:#fff;padding:0 16px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}
.kd-focus-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0}
.kd-focus-item{padding:11px 13px 10px;border-right:1px solid #e7e9eb;min-width:0}
.kd-focus-item:last-child{border-right:0}
.kd-focus-kicker{display:block;color:var(--kd-red);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}
.kd-focus-title{font-size:13px;line-height:1.22;font-weight:900;margin:0 0 5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kd-focus-meta{font-size:10px;color:#7a8087}
.kd-focus-item:hover{background:#fafafa}

.kd-sidebar{display:flex!important;flex-direction:column!important;gap:16px!important;min-width:0}
.kd-live-panel{border-radius:6px;overflow:hidden}
.kd-problem-card{border-radius:6px;overflow:hidden}
.kd-latest-section{margin-top:24px!important}
.kd-section{margin-top:30px}
.kd-section-head{margin-bottom:14px}
.kd-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}

/* Tablet — same brand system, no legacy masthead, no crushed 3-column lead */
@media (max-width:1180px){
  .kd-site-header-inner{min-height:64px}
  .kd-menu-toggle{display:flex!important;width:42px;height:42px;align-items:center;justify-content:center;padding:0;color:#131518;font-size:24px;order:0}
  .kd-brand-compact{min-width:116px}
  .kd-brand-compact-top{font-size:25px}
  .kd-brand-compact-bottom{font-size:15px;margin-top:5px}
  .kd-nav{display:none}
  .kd-nav.kd-nav-open{display:block;position:fixed;left:0;right:0;top:64px;background:#fff;color:#111317;border-top:1px solid #e5e7e9;border-bottom:1px solid #dfe2e5;box-shadow:0 12px 30px rgba(0,0,0,.10);z-index:999}
  .kd-nav.kd-nav-open .kd-nav-inner{display:block;min-height:0;padding:10px 18px 14px}
  .kd-nav.kd-nav-open .kd-home-link{display:none}
  .kd-nav.kd-nav-open .kd-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  .kd-nav.kd-nav-open .kd-menu li{display:block}
  .kd-nav.kd-nav-open .kd-menu a{display:block;color:#16181b;background:#fff;padding:12px 10px;border-bottom:1px solid #eceef0;font-size:12px}
  .kd-home-shell{grid-template-columns:1fr!important;gap:22px!important}
  .kd-sidebar{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)!important;gap:16px!important;margin-top:0!important}
  .kd-hero{min-height:340px!important}
  .kd-focus-strip{grid-template-columns:120px minmax(0,1fr)}
  .kd-focus-items{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kd-focus-item:nth-child(2){border-right:0}
  .kd-focus-item:nth-child(n+3){border-top:1px solid #e7e9eb}
}

/* Mobile — premium compact news header; story appears immediately */
@media (max-width:767px){
  .kd-site-header{position:sticky;top:0;box-shadow:0 1px 0 rgba(15,17,20,.08)}
  .kd-site-header-inner{min-height:57px;padding-left:2px;padding-right:2px;gap:8px}
  .kd-menu-toggle{width:38px;height:38px;font-size:23px;flex:0 0 38px}
  .kd-brand-compact{min-width:92px;line-height:.8}
  .kd-brand-compact-top{font-size:20px;letter-spacing:-.7px}
  .kd-brand-compact-bottom{font-size:13px;margin-top:5px;letter-spacing:.45px}
  .kd-header-weather{grid-template-columns:auto;grid-template-rows:auto auto;padding:0 7px;border-left:0;min-width:58px;text-align:right;column-gap:0}
  .kd-header-weather-icon{display:none}
  .kd-header-weather-main{font-size:13px}
  .kd-header-weather-note{font-size:9px;max-width:62px;overflow:hidden;text-overflow:ellipsis}
  .kd-mobile-search{width:38px;height:38px;flex:0 0 38px}
  .kd-mobile-search svg{width:21px;height:21px}
  .kd-nav.kd-nav-open{top:57px}
  .kd-nav.kd-nav-open .kd-nav-inner{padding:7px 12px 12px}
  .kd-nav.kd-nav-open .kd-menu{grid-template-columns:1fr 1fr}
  .kd-search{position:fixed;top:59px;left:12px;right:12px;width:auto}

  .kd-main{padding:10px 0 36px!important}
  .kd-wrap{width:calc(100% - 24px)}
  .kd-home-shell{display:block!important}
  .kd-hero{min-height:286px!important;margin:0!important;border-radius:5px!important}
  .kd-hero--no-image{min-height:220px!important}
  .kd-hero-content{left:14px!important;right:14px!important;bottom:14px!important}
  .kd-hero-title{font-size:27px!important;line-height:1.01!important;letter-spacing:-.85px!important;margin-bottom:7px!important}
  .kd-hero-excerpt{display:none!important}
  .kd-hero .kd-meta{font-size:10px!important;gap:6px 9px!important}

  .kd-focus-strip{display:block;margin:10px 0 18px;min-height:0;border-radius:4px;overflow:hidden}
  .kd-focus-label{min-height:37px;padding:0 12px;font-size:10px}
  .kd-focus-items{display:flex;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .kd-focus-items::-webkit-scrollbar{display:none}
  .kd-focus-item{flex:0 0 78%;scroll-snap-align:start;border-right:1px solid #e7e9eb!important;border-top:0!important;padding:10px 11px}
  .kd-focus-title{font-size:14px;line-height:1.2}

  .kd-sidebar{display:block!important;margin-top:18px!important}
  .kd-live-panel{margin-bottom:14px}
  .kd-latest-section{margin-top:20px!important}
  .kd-news-grid{display:block!important}
  .kd-card{grid-template-columns:104px 1fr!important;gap:11px!important;padding:10px 0!important}
  .kd-card-title{font-size:15px!important}
  .kd-section{margin-top:24px!important}
}


/* =========================================================
   V1.5.1 — desktop rhythm correction
   Desktop focus becomes a thin newsroom wire, not mobile cards.
   Focus posts remain available to Najnovije so sparse sites never
   produce a dead white hole. The top sidebar is deliberately compact.
   ========================================================= */
@media (min-width:1181px){
  .kd-main{padding-top:18px!important}
  .kd-home-shell{grid-template-columns:minmax(0,1fr) 304px!important;gap:22px!important}
  .kd-hero{min-height:340px!important}
  .kd-hero--no-image{min-height:255px!important}
  .kd-hero-title{font-size:clamp(30px,2.55vw,42px)!important}
  .kd-hero-excerpt{max-width:620px!important}

  /* Desktop wire: compact editorial line, deliberately unlike mobile cards. */
  .kd-focus-strip{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;min-height:42px!important;margin:11px 0 18px!important;border:1px solid #e3e6e9!important;background:#fff!important;overflow:hidden!important}
  .kd-focus-label{display:flex!important;align-items:center!important;justify-content:center!important;background:#111317!important;color:#fff!important;padding:0 12px!important;font-size:10px!important;letter-spacing:.5px!important;white-space:nowrap!important}
  .kd-focus-items{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;min-width:0!important}
  .kd-focus-item{display:flex!important;align-items:center!important;min-height:42px!important;padding:0 13px!important;border-right:1px solid #e7e9eb!important;border-top:0!important;overflow:hidden!important}
  .kd-focus-item:nth-child(n+4){display:none!important}
  .kd-focus-item:nth-child(3){border-right:0!important}
  .kd-focus-kicker,.kd-focus-meta{display:none!important}
  .kd-focus-title{margin:0!important;font-size:12.5px!important;line-height:1.2!important;font-weight:850!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important}

  /* Compact live card: only the three most useful statuses above the fold. */
  .kd-lead-live .kd-live-panel{margin:0!important;border-radius:6px!important}
  .kd-live-panel--compact .kd-live-head{padding:10px 13px!important}
  .kd-live-panel--compact .kd-live-weather{padding:12px 13px!important}
  .kd-live-panel--compact .kd-live-temp{font-size:34px!important}
  .kd-live-panel--compact .kd-live-weather-symbol{font-size:38px!important}
  .kd-live-panel--compact .kd-live-status-list li>a{min-height:47px!important;padding:7px 12px!important;grid-template-columns:25px minmax(0,1fr) auto!important;gap:8px!important}
  .kd-live-panel--compact .kd-live-status-copy b{font-size:11px!important}
  .kd-live-panel--compact .kd-live-status-copy small{font-size:9px!important}
  .kd-live-panel--compact .kd-live-status-list li>a strong{font-size:8.5px!important}
  .kd-live-panel--compact .kd-live-source{padding:7px 12px!important}
  .kd-live-all{display:block;padding:8px 12px;background:#14181d;color:#fff;font-size:9px;font-weight:900;text-align:right;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.08)}
  .kd-live-all:hover{color:#fff;background:#1b2026}

  .kd-latest-section{margin-top:18px!important}
  .kd-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}

  /* Civic service is a lower editorial band, never part of the hero height. */
  .kd-civic-band{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;min-height:190px;margin:30px 0 4px;border:1px solid #eadbdd;border-top:3px solid var(--kd-red);background:linear-gradient(90deg,#fff 0%,#fff 58%,#fff7f7 100%);overflow:hidden}
  .kd-civic-band-copy{padding:24px 28px}
  .kd-civic-band h2{font-size:24px;line-height:1.08;margin:5px 0 8px;letter-spacing:-.45px}
  .kd-civic-band p{font-size:13px;color:#59616a;max-width:620px;margin:0 0 15px}
  .kd-civic-band .kd-problem-count{margin-left:12px;font-size:11px;font-weight:800;color:#60666e}
  .kd-civic-band-art{height:190px;overflow:hidden;align-self:stretch;background:#fff7f7}
  .kd-civic-band-art .kd-problem-art{height:100%;margin:0;border:0;border-radius:0;background:transparent}
  .kd-civic-band-art svg{height:100%;width:100%;display:block}
}

/* Tablet: no stacked card-strip. Keep one clean horizontally scrollable newswire. */
@media (min-width:768px) and (max-width:1180px){
  .kd-focus-strip{display:grid!important;grid-template-columns:100px minmax(0,1fr)!important;min-height:42px!important;margin:10px 0 16px!important;border:1px solid #e3e6e9!important}
  .kd-focus-label{min-height:42px!important;padding:0 12px!important;justify-content:center!important;font-size:10px!important}
  .kd-focus-items{display:flex!important;overflow-x:auto!important;scrollbar-width:none!important}
  .kd-focus-items::-webkit-scrollbar{display:none!important}
  .kd-focus-item{flex:0 0 42%!important;min-height:42px!important;padding:0 12px!important;display:flex!important;align-items:center!important;border-top:0!important}
  .kd-focus-kicker,.kd-focus-meta{display:none!important}
  .kd-focus-title{font-size:12.5px!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;width:100%!important}
  .kd-civic-band{display:grid;grid-template-columns:1fr 300px;margin:26px 0 4px;border:1px solid #eadbdd;border-top:3px solid var(--kd-red);background:#fff}
  .kd-civic-band-copy{padding:22px}
  .kd-civic-band-art{overflow:hidden;background:#fff7f7}
}

/* Mobile: a single slim wire under hero, not a bulky focus-card carousel. */
@media (max-width:767px){
  .kd-focus-strip{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;min-height:40px!important;margin:9px 0 16px!important;border:1px solid #e4e6e9!important;border-radius:3px!important;background:#fff!important;overflow:hidden!important}
  .kd-focus-label{display:flex!important;min-height:40px!important;align-items:center!important;justify-content:center!important;background:#111317!important;padding:0 9px!important;font-size:9px!important;letter-spacing:.4px!important}
  .kd-focus-items{display:flex!important;overflow-x:auto!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important}
  .kd-focus-items::-webkit-scrollbar{display:none!important}
  .kd-focus-item{flex:0 0 86%!important;min-height:40px!important;padding:0 10px!important;display:flex!important;align-items:center!important;border-top:0!important;border-right:1px solid #e7e9eb!important;scroll-snap-align:start!important}
  .kd-focus-kicker,.kd-focus-meta{display:none!important}
  .kd-focus-title{font-size:12px!important;line-height:1.15!important;margin:0!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important}
  .kd-civic-band{margin:24px 0 0;border:1px solid #eadbdd;border-top:3px solid var(--kd-red);background:linear-gradient(180deg,#fff,#fff8f8);overflow:hidden;border-radius:5px}
  .kd-civic-band-copy{padding:18px 16px 14px}
  .kd-civic-band h2{font-size:21px;line-height:1.08;margin:5px 0 8px}
  .kd-civic-band p{font-size:12px;color:#59616a;margin:0 0 13px}
  .kd-civic-band .kd-problem-count{display:block;margin:11px 0 0;font-size:11px;font-weight:800}
  .kd-civic-band-art{display:none}
}


/* V1.5.2 — authentic Kladovo civic reporting panel */
.kd-civic-scene{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  min-height:255px;
  margin:30px 0 6px;
  overflow:hidden;
  border:1px solid #dfe2e6;
  border-top:3px solid var(--kd-red);
  border-radius:7px;
  background:#111419;
  box-shadow:0 10px 28px rgba(15,20,26,.08);
}
.kd-civic-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 34px 29px;
  color:#fff;
  background:linear-gradient(110deg,#111419 0%,#15191f 78%,rgba(17,20,25,.90) 100%);
}
.kd-civic-eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.55px;
  text-transform:uppercase;
  color:#fff;
}
.kd-civic-eyebrow small{font-size:10px;font-weight:700;letter-spacing:.2px;color:#aeb4bc;text-transform:none}
.kd-civic-rule{display:inline-block;width:4px;height:18px;background:var(--kd-red);border-radius:1px}
.kd-civic-scene h2{max-width:640px;margin:0 0 10px;font-size:clamp(28px,2.35vw,38px);line-height:1.02;letter-spacing:-1.05px;color:#fff;text-wrap:balance}
.kd-civic-scene p{max-width:650px;margin:0 0 19px;font-size:14px;line-height:1.48;color:#d9dde2}
.kd-civic-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.kd-civic-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:48px;
  padding:0 19px;
  border:1px solid #ef3137;
  border-radius:2px;
  background:var(--kd-red);
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.25px;
  text-transform:uppercase;
  box-shadow:0 7px 18px rgba(215,25,32,.18);
  transition:transform .16s ease,background .16s ease,border-color .16s ease;
}
.kd-civic-cta:hover{color:#fff;background:#ef2028;border-color:#ef2028;transform:translateY(-1px)}
.kd-civic-cta span{font-size:18px;line-height:1}
.kd-civic-count{font-size:11px;font-weight:850;color:#c9ced4;border-bottom:1px solid rgba(255,255,255,.25)}
.kd-civic-count:hover{color:#fff;border-bottom-color:#fff}
.kd-civic-visual{
  position:relative;
  min-height:255px;
  background-image:
    linear-gradient(90deg,rgba(17,20,25,.92) 0%,rgba(17,20,25,.42) 23%,rgba(17,20,25,.08) 58%,rgba(17,20,25,.02) 100%),
    url('assets/images/kladovo-local-problem.jpg');
  background-size:cover;
  background-position:center 61%;
  filter:saturate(.88) contrast(1.06);
}
.kd-civic-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12));
  pointer-events:none;
}
.kd-civic-visual:after{
  content:"";
  position:absolute;
  left:18%;
  right:10%;
  bottom:12%;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(215,25,32,.72),transparent);
  opacity:.72;
  pointer-events:none;
}

@media (min-width:768px) and (max-width:1180px){
  .kd-civic-scene{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr);min-height:235px;margin-top:26px}
  .kd-civic-copy{padding:25px 27px}
  .kd-civic-scene h2{font-size:30px}
  .kd-civic-scene p{font-size:13px}
  .kd-civic-visual{min-height:235px;background-position:center 62%}
}

@media (max-width:767px){
  .kd-civic-scene{
    display:block;
    min-height:344px;
    margin:24px 0 0;
    border-radius:7px;
    border:1px solid #d9dde1;
    border-top:3px solid var(--kd-red);
    background:#111419;
  }
  .kd-civic-visual{
    position:absolute;
    inset:0;
    min-height:344px;
    background-image:
      linear-gradient(180deg,rgba(10,13,17,.05) 0%,rgba(10,13,17,.12) 30%,rgba(10,13,17,.87) 67%,rgba(10,13,17,.97) 100%),
      url('assets/images/kladovo-local-problem.jpg');
    background-position:center 58%;
    background-size:cover;
    filter:saturate(.90) contrast(1.08);
  }
  .kd-civic-copy{
    position:relative;
    z-index:2;
    min-height:344px;
    justify-content:flex-end;
    padding:24px 18px 20px;
    background:transparent;
  }
  .kd-civic-eyebrow{margin-bottom:9px;font-size:10px}
  .kd-civic-rule{height:16px}
  .kd-civic-scene h2{max-width:94%;font-size:29px;line-height:1.01;letter-spacing:-.85px;margin-bottom:9px;text-shadow:0 1px 12px rgba(0,0,0,.42)}
  .kd-civic-scene p{max-width:95%;font-size:13px;line-height:1.42;color:#eef0f2;margin-bottom:15px;text-shadow:0 1px 10px rgba(0,0,0,.36)}
  .kd-civic-actions{gap:10px;align-items:flex-start;flex-direction:column}
  .kd-civic-cta{min-height:46px;width:auto;min-width:190px;padding:0 17px;font-size:12px}
  .kd-civic-count{font-size:10px;color:#e3e6ea}
  .kd-civic-visual:after{left:7%;right:44%;bottom:43%;height:3px;opacity:.85}
}


/* --- V1.5.3 desktop civic panel clarity fix ---
   Mobile stays locked. Desktop/tablet civic panel stops stretching the
   Kladovo street photo and treats it as a sharper editorial scene.
------------------------------------------------------------------- */
@media (min-width:768px){
  .kd-civic-scene{
    grid-template-columns:minmax(0,1.24fr) minmax(280px,.76fr) !important;
    min-height:232px !important;
    margin:28px 0 6px !important;
    background:linear-gradient(90deg,#111419 0%,#15191f 64%,#eef1f4 64%,#eef1f4 100%) !important;
  }
  .kd-civic-copy{
    padding:24px 28px 23px !important;
    background:linear-gradient(110deg,#111419 0%,#15191f 86%,rgba(17,20,25,.96) 100%) !important;
  }
  .kd-civic-eyebrow{margin-bottom:10px !important;}
  .kd-civic-scene h2{
    max-width:560px !important;
    margin-bottom:8px !important;
    font-size:clamp(26px,2.1vw,34px) !important;
    letter-spacing:-.9px !important;
  }
  .kd-civic-scene p{
    max-width:560px !important;
    margin-bottom:16px !important;
    font-size:13px !important;
    line-height:1.45 !important;
  }
  .kd-civic-actions{gap:13px !important;}
  .kd-civic-cta{min-height:44px !important; padding:0 18px !important;}
  .kd-civic-count{font-size:10px !important;}
  .kd-civic-visual{
    min-height:232px !important;
    background-image:url('assets/images/kladovo-local-problem.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
    background-position:center 92% !important;
    background-color:#eef1f4 !important;
    filter:none !important;
  }
  .kd-civic-visual:before{
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 72%,rgba(255,255,255,.18) 100%) !important;
  }
  .kd-civic-visual:after{
    left:18% !important;
    right:16% !important;
    bottom:14% !important;
    height:3px !important;
    background:linear-gradient(90deg,transparent,rgba(215,25,32,.96) 18%,rgba(215,25,32,.96) 82%,transparent) !important;
    opacity:.94 !important;
  }
}


/* --- V1.5.4 desktop civic image placement fix ---
   Mobile remains untouched/locked. Desktop/tablet uses a true editorial crop,
   not contain/letterbox, so the Kladovo location fills the visual panel. */
@media (min-width:768px){
  .kd-civic-scene{
    grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr) !important;
    min-height:238px !important;
    background:#111419 !important;
  }
  .kd-civic-copy{
    padding:25px 30px 24px !important;
    background:linear-gradient(108deg,#111419 0%,#15191f 88%,rgba(17,20,25,.94) 100%) !important;
  }
  .kd-civic-visual{
    min-height:238px !important;
    background-image:url('assets/images/kladovo-local-problem.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center 48% !important;
    background-color:#20242a !important;
    filter:saturate(.92) contrast(1.08) brightness(.92) !important;
    box-shadow:inset 18px 0 28px rgba(17,20,25,.20) !important;
  }
  .kd-civic-visual:before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(90deg,rgba(17,20,25,.46) 0%,rgba(17,20,25,.12) 22%,rgba(0,0,0,0) 52%) !important;
    pointer-events:none !important;
  }
  .kd-civic-visual:after{display:none !important;}
}

@media (min-width:768px) and (max-width:1180px){
  .kd-civic-scene{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr) !important;}
  .kd-civic-visual{background-position:center 50% !important;}
}
