/*
Theme Name: KozanVakti
Theme URI: https://kozanvakti.com/
Author: KozanVakti
Description: Kozan ve çevresi için hızlı, mobil öncelikli, profesyonel yerel haber WordPress teması.
Version: 1.13.3
Text Domain: kozanvakti
*/

:root{
  --kv-red:#c81920;
  --kv-red-dark:#9f1116;
  --kv-ink:#15171a;
  --kv-muted:#6b7280;
  --kv-line:#e5e7eb;
  --kv-bg:#f4f5f7;
  --kv-card:#ffffff;
  --kv-radius:12px;
  --kv-shadow:0 8px 24px rgba(15,23,42,.07);
  --kv-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--kv-bg);color:var(--kv-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(calc(100% - 32px),var(--kv-max));margin-inline:auto}
.site-topbar{background:#0d0f12;color:#d7dbe0;font-size:13px}
.site-topbar .inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.top-links{display:flex;gap:16px;flex-wrap:wrap}
.site-header{background:#fff;border-bottom:1px solid var(--kv-line)}
.header-main{min-height:86px;display:grid;grid-template-columns:minmax(300px,430px) 1fr auto;gap:24px;align-items:center}
.brand-logo{display:block;max-width:430px}.brand-logo img{width:100%;max-width:430px;height:auto;max-height:100px;object-fit:contain}.custom-brand-logo .custom-logo-link{display:block}.custom-brand-logo .custom-logo{width:auto;max-width:430px;max-height:100px}.footer-brand{display:inline-block;background:#fff;border-radius:8px;padding:8px 10px;margin-bottom:12px}.footer-brand img{width:min(360px,100%);height:auto}
.header-ad{min-height:58px;border:1px dashed #d1d5db;border-radius:8px;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:12px;background:#fafafa}
.header-actions{display:flex;gap:8px;align-items:center}
.icon-btn,.menu-toggle{border:1px solid var(--kv-line);background:#fff;border-radius:9px;height:40px;padding:0 13px;cursor:pointer}
.menu-toggle{display:none}
.main-nav{background:#fff;border-bottom:1px solid var(--kv-line);position:sticky;top:0;z-index:50}
.main-nav .inner{min-height:50px;display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none}
.main-nav a{white-space:nowrap;padding:15px 12px;font-size:14px;font-weight:700}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--kv-red)}
.main-nav .mobile-menu-links{display:flex;align-items:center;gap:5px;min-width:max-content}
.main-nav .desktop-menu-list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.main-nav .desktop-menu-list>li{display:block;list-style:none;margin:0;padding:0}
.main-nav .desktop-menu-list>li>a{display:block}
.breaking{background:#fff;border-bottom:1px solid var(--kv-line)}
.breaking .inner{display:flex;min-height:42px;align-items:center;overflow:hidden}
.breaking-label{background:var(--kv-red);color:#fff;font-size:12px;font-weight:800;padding:6px 10px;border-radius:6px;margin-right:12px;white-space:nowrap}
.breaking-track{display:flex;gap:26px;white-space:nowrap;overflow:hidden;font-size:14px}
.breaking-track a:before{content:'•';color:var(--kv-red);margin-right:8px}
.page-wrap{padding:22px 0 42px}
.hero-grid{display:grid;grid-template-columns:1.65fr .85fr;gap:16px;margin-bottom:22px}
.hero-main,.hero-side-card,.news-card,.widget,.article-card{background:var(--kv-card);border-radius:var(--kv-radius);overflow:hidden;box-shadow:var(--kv-shadow)}
.hero-main{position:relative;min-height:440px;background:#111}
.hero-main img{width:100%;height:440px;object-fit:cover;opacity:.86}
.hero-overlay{position:absolute;inset:auto 0 0 0;padding:72px 28px 26px;background:linear-gradient(transparent,rgba(0,0,0,.86));color:#fff}
.kicker{display:inline-flex;background:var(--kv-red);color:#fff;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:10px}
.hero-title{margin:0;font-size:34px;line-height:1.08;letter-spacing:-.6px}
.hero-meta,.meta{font-size:12px;color:#9ca3af;margin-top:10px}
.hero-side{display:grid;grid-template-columns:1fr;gap:16px}
.hero-side-card{display:grid;grid-template-columns:46% 54%;min-height:132px}
.hero-side-card img{width:100%;height:100%;object-fit:cover}
.hero-side-content{padding:14px}
.hero-side-content h3{font-size:16px;line-height:1.24;margin:3px 0 0}
.section{margin-top:24px}
.section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #1f2937;margin-bottom:14px}
.section-head h2{margin:0;padding:0 0 8px;border-bottom:4px solid var(--kv-red);font-size:22px;letter-spacing:-.3px}
.section-head a{font-size:12px;color:var(--kv-muted);padding-bottom:10px}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.news-card .thumb{aspect-ratio:16/10;overflow:hidden;background:#e5e7eb}
.news-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.25s transform}
.news-card:hover .thumb img{transform:scale(1.03)}
.news-card .body{padding:14px}
.news-card h3{font-size:17px;line-height:1.27;margin:6px 0 8px}
.summary{color:#59606b;font-size:14px;margin:0}
.sidebar{display:flex;flex-direction:column;gap:16px}
.widget{padding:16px}
.widget-title{font-size:18px;font-weight:800;border-left:4px solid var(--kv-red);padding-left:9px;margin:0 0 12px}
.popular-item{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--kv-line)}
.popular-item:first-of-type{border-top:0}
.popular-no{font-size:28px;font-weight:900;color:#d1d5db;line-height:1}
.popular-item a{font-weight:700;font-size:14px;line-height:1.3}
.ad-box{min-height:250px;border:1px dashed #cbd5e1;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#fafafa;font-size:12px}
.local-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.local-chip{background:#fff;border:1px solid var(--kv-line);border-radius:10px;padding:14px;font-weight:800;text-align:center}
.local-chip:hover{border-color:#ef9a9e;color:var(--kv-red)}
.site-footer{background:#101216;color:#cfd3d8;margin-top:34px;padding:42px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}
.footer-title{color:#fff;font-weight:800;margin-bottom:12px}
.footer-links{display:grid;gap:8px;font-size:14px}
.footer-bottom{border-top:1px solid #272b31;margin-top:28px;padding-top:16px;font-size:12px;color:#9097a1;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.archive-title{font-size:30px;margin:0 0 18px}
.article-card{padding:0;margin-bottom:14px;display:grid;grid-template-columns:250px 1fr}
.article-card img{width:100%;height:170px;object-fit:cover}
.article-card .body{padding:16px}
.article-card h2{margin:5px 0 8px;font-size:21px;line-height:1.25}
.single-article{background:#fff;border-radius:var(--kv-radius);box-shadow:var(--kv-shadow);padding:28px}
.single-title{font-size:40px;line-height:1.08;margin:10px 0 14px;letter-spacing:-.6px}
.single-lead{font-size:19px;color:#4b5563;font-weight:600}
.single-article .featured{margin:22px -28px 22px;width:calc(100% + 56px);max-width:none}
.entry-content{font-size:17px;line-height:1.8}
.entry-content p{margin:0 0 18px}
.share-row{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.share-row a{border:1px solid var(--kv-line);border-radius:8px;padding:8px 10px;font-size:13px;font-weight:700}
.pagination{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}
.pagination .page-numbers{background:#fff;border:1px solid var(--kv-line);padding:7px 11px;border-radius:7px}
.pagination .current{background:var(--kv-red);border-color:var(--kv-red);color:#fff}
.search-form{display:flex;gap:8px}
.search-form input{min-width:0;flex:1;border:1px solid var(--kv-line);border-radius:8px;padding:10px 12px}
.search-form button{background:var(--kv-red);color:#fff;border:0;border-radius:8px;padding:0 14px;font-weight:700}
@media(max-width:980px){
 .header-main{grid-template-columns:minmax(0,1fr) auto}.header-ad{display:none}.menu-toggle{display:inline-block}.main-nav .inner{display:none}.main-nav.open .inner{display:flex;flex-direction:column;align-items:stretch;padding:8px}.main-nav.open a{padding:10px}
 .hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(3,1fr)}.hero-side-card{display:block}.hero-side-card img{height:130px}
 .content-layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .container{width:min(calc(100% - 20px),var(--kv-max))}.site-topbar .inner{justify-content:center}.top-links{display:none}.header-main{min-height:72px}.brand-logo{max-width:300px}.brand-logo img,.custom-brand-logo .custom-logo{max-height:70px}
 .hero-main{min-height:360px}.hero-main img{height:360px}.hero-overlay{padding:60px 18px 18px}.hero-title{font-size:27px}.hero-side{grid-template-columns:1fr}.hero-side-card{display:grid;grid-template-columns:42% 58%}.hero-side-card img{height:100%}
 .news-grid{grid-template-columns:1fr}.sidebar{display:flex}.local-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.article-card{grid-template-columns:120px 1fr}.article-card img{height:120px}.article-card .body{padding:10px}.article-card h2{font-size:16px}.summary{display:none}
 .single-article{padding:18px}.single-title{font-size:30px}.single-lead{font-size:17px}.single-article .featured{margin:18px -18px;width:calc(100% + 36px)}
}

/* ===== KozanVakti v1.2.0 / Profesyonel Ana Sayfa ===== */
.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#e31c25;margin-right:8px;box-shadow:0 0 0 4px rgba(227,28,37,.12)}
.tip-link{color:#fff!important;font-weight:800}.brand-area{min-width:0}.search-panel{display:none;background:#f7f7f8;border-top:1px solid var(--kv-line);padding:14px 0}.search-panel.open{display:block}.search-panel .search-form{max-width:700px;margin:auto}.search-toggle span,.menu-toggle span{font-weight:700}
.breaking-window{overflow:hidden;flex:1}.breaking-track{width:max-content;animation:kvTicker 42s linear infinite}.breaking-track:hover{animation-play-state:paused}.breaking-track a{display:inline-flex;align-items:center;gap:7px;margin-right:34px}.breaking-track time{color:var(--kv-red);font-size:12px;font-weight:800}.breaking-track a:before{display:none}.breaking-label{display:inline-flex;align-items:center}.breaking-label i{width:7px;height:7px;border-radius:50%;background:#fff;margin-right:7px;animation:kvPulse 1.3s infinite}@keyframes kvTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes kvPulse{50%{opacity:.35}}
.page-wrap{padding-top:18px}.top-stories{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:14px}.top-story{min-width:0}.top-story-image{position:relative;aspect-ratio:16/9;border-radius:9px;overflow:hidden;background:#ddd}.top-story-image img{width:100%;height:100%;object-fit:cover;transition:.25s}.top-story:hover img{transform:scale(1.035)}.top-story-cat{position:absolute;left:7px;bottom:7px;background:rgba(200,25,32,.95);color:#fff;font-size:9px;font-weight:900;padding:3px 6px;border-radius:4px;text-transform:uppercase}.top-story h3{font-size:13px;line-height:1.25;margin:7px 2px 0;font-weight:800}
.hero-shell{background:#111;border-radius:14px;overflow:hidden;box-shadow:var(--kv-shadow);margin-bottom:20px}.hero-stage{height:520px;position:relative;background:#111}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .4s ease}.hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.hero-slide>a{display:block;height:100%}.hero-slide img{width:100%;height:100%;object-fit:cover;opacity:.88}.hero-overlay{padding:110px 40px 34px}.hero-overlay:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 60%);z-index:-1}.hero-title{font-size:42px;max-width:850px}.hero-overlay p{margin:10px 0 0;max-width:700px;font-size:16px;color:#e5e7eb}.hero-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.33);color:#fff;font-size:30px;line-height:1;cursor:pointer}.hero-prev{left:15px}.hero-next{right:15px}.hero-numbers{display:grid;grid-template-columns:repeat(6,1fr);background:#fff}.hero-number{border:0;border-right:1px solid var(--kv-line);background:#fff;min-width:0;padding:10px 12px;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer}.hero-number:last-child{border-right:0}.hero-number span{width:27px;height:27px;flex:0 0 27px;border-radius:50%;background:#f1f2f4;display:grid;place-items:center;font-size:12px;font-weight:900}.hero-number small{font-size:11px;line-height:1.2;font-weight:700;color:#4b5563}.hero-number.is-active{background:#fbf2f2}.hero-number.is-active span{background:var(--kv-red);color:#fff}.hero-number.is-active small{color:var(--kv-red)}
.ad-wide{min-height:90px;border:1px dashed #cbd5e1;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;color:#9ca3af;font-size:12px;margin:20px 0}.ad-wide span,.ad-box span{font-size:9px;border:1px solid #d1d5db;border-radius:3px;padding:2px 4px}.ad-wide.mid{min-height:110px}.home-layout{align-items:start}.home-main{min-width:0}.section-head{align-items:center}.section-head>div{position:relative}.section-eyebrow{display:block;color:var(--kv-red);font-size:9px;letter-spacing:1.2px;font-weight:900;margin-bottom:1px}.section-head h2{font-size:24px}.time-badge{position:absolute;bottom:8px;left:8px;background:rgba(17,24,39,.88);color:#fff;font-size:10px;font-weight:800;padding:3px 6px;border-radius:4px}.news-card .thumb{position:relative}.latest-section .news-card h3{font-size:18px}.latest-section .summary{font-size:13px}
.feature-layout{display:grid;grid-template-columns:1.22fr .9fr;gap:16px}.feature-lead{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--kv-shadow)}.feature-image{display:block;aspect-ratio:16/9;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-body{padding:17px}.feature-body h3{font-size:25px;line-height:1.14;margin:5px 0 8px}.feature-body p{color:#68707b;margin:0 0 9px}.feature-list{display:grid;grid-template-columns:1fr;gap:10px}.mini-news{display:grid;grid-template-columns:128px 1fr;gap:12px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 17px rgba(15,23,42,.05);min-height:92px}.mini-news>a{height:100%}.mini-news img{width:100%;height:100%;object-fit:cover}.mini-news>div{padding:10px 10px 8px 0}.mini-time,.line-news time{font-size:10px;color:var(--kv-red);font-weight:900}.mini-news h4{font-size:14px;line-height:1.25;margin:4px 0}
.dual-categories{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dual-block{background:#fff;padding:16px;border-radius:12px;box-shadow:var(--kv-shadow)}.section-head.compact{margin-bottom:7px}.section-head.compact h2{font-size:20px}.line-news{display:grid;grid-template-columns:100px 1fr;gap:10px;border-top:1px solid var(--kv-line);padding:10px 0}.line-news>a{height:67px;border-radius:7px;overflow:hidden}.line-news img{width:100%;height:100%;object-fit:cover}.line-news h4{font-size:14px;line-height:1.25;margin:3px 0}
.local-section .section-head{margin-bottom:12px}.local-chip{position:relative;overflow:hidden;text-align:left;padding:18px 16px}.local-chip:before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--kv-red)}.local-chip strong{display:block;font-size:18px}.local-chip span{font-size:11px;color:var(--kv-muted);font-weight:500}.triple-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.triple-block{background:#fff;border-radius:12px;padding:14px;box-shadow:var(--kv-shadow)}.mini-section-title{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #111;padding-bottom:8px;margin-bottom:10px}.mini-section-title h3{margin:0;font-size:19px}.mini-section-title a{font-size:10px;color:var(--kv-red);font-weight:800}.triple-lead img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.triple-lead h4{font-size:16px;line-height:1.25;margin:8px 0}.text-news{display:block;border-top:1px solid var(--kv-line);padding:9px 0;font-size:13px;font-weight:700;line-height:1.3}
.home-sidebar{position:relative}.home-sidebar>.widget:first-child{position:sticky;top:72px}.widget-head{display:flex;align-items:center;justify-content:space-between}.widget-head>span{font-size:9px;color:var(--kv-muted);font-weight:800}.popular-item small{display:block;color:#9ca3af;font-size:10px;margin-top:4px}.quick-widget{display:grid}.quick-widget a{display:flex;justify-content:space-between;border-top:1px solid var(--kv-line);padding:10px 0;font-size:13px;font-weight:800}.quick-widget a span{color:var(--kv-red)}.agenda-widget>a{display:grid;grid-template-columns:42px 1fr;gap:8px;border-top:1px solid var(--kv-line);padding:9px 0;font-size:12px;font-weight:700;line-height:1.3}.agenda-widget time{color:var(--kv-red);font-weight:900}.ad-box{flex-direction:column;gap:5px}
@media(max-width:1100px){.top-stories{grid-template-columns:repeat(4,1fr)}.top-story:nth-child(5){display:none}.hero-stage{height:470px}.hero-title{font-size:37px}.hero-number small{display:none}.hero-number{justify-content:center}.content-layout{grid-template-columns:minmax(0,1fr) 285px}.feature-layout{grid-template-columns:1.1fr .9fr}.triple-categories{grid-template-columns:1fr 1fr}.triple-block:last-child{grid-column:1/-1}}
@media(max-width:980px){.top-stories{grid-template-columns:repeat(3,1fr)}.top-story:nth-child(4){display:none}.hero-stage{height:430px}.hero-overlay{padding:90px 28px 28px}.home-sidebar>.widget:first-child{position:static}.triple-categories{grid-template-columns:repeat(3,1fr)}.triple-block:last-child{grid-column:auto}}
@media(max-width:760px){.top-stories{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.top-story{flex:0 0 62%;scroll-snap-align:start}.top-story:nth-child(4),.top-story:nth-child(5){display:block}.hero-shell{border-radius:9px}.hero-stage{height:390px}.hero-title{font-size:29px}.hero-overlay{padding:80px 20px 22px}.hero-overlay p{display:none}.hero-numbers{grid-template-columns:repeat(6,1fr)}.hero-number{padding:8px 4px}.hero-number span{width:25px;height:25px;flex-basis:25px}.feature-layout{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr 1fr}.dual-categories{grid-template-columns:1fr}.triple-categories{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr 1fr}.latest-section .summary{display:none}.ad-wide{min-height:72px}.section-head h2{font-size:22px}}
@media(max-width:540px){.top-story{flex-basis:72%}.hero-stage{height:350px}.hero-title{font-size:26px}.hero-arrow{width:34px;height:34px;font-size:24px}.hero-prev{left:8px}.hero-next{right:8px}.hero-overlay{padding-left:16px;padding-right:16px}.hero-numbers{overflow-x:auto;display:flex}.hero-number{flex:0 0 46px}.feature-list{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr}.triple-categories{grid-template-columns:1fr}.local-strip{grid-template-columns:1fr 1fr}.search-toggle span,.menu-toggle span{display:none}}


/* ===== KozanVakti v1.3.0 / Profesyonel Haber Detay Sayfası ===== */
.single-page-wrap{padding-top:22px}.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.single-main{min-width:0}.single-sidebar{display:grid;gap:16px}.single-sidebar>.popular-widget{position:sticky;top:70px;z-index:1}.breadcrumbs{display:flex;gap:7px;align-items:center;flex-wrap:wrap;color:#7b828c;font-size:12px;margin-bottom:18px}.breadcrumbs a:hover{color:var(--kv-red)}.breadcrumbs .current{color:#9aa0a8}.article-head{max-width:900px}.article-kicker-row{display:flex;align-items:center;gap:8px}.fresh-badge{font-size:10px;font-weight:900;background:#16181b;color:#fff;border-radius:4px;padding:4px 7px}.single-title{font-size:46px;line-height:1.08;margin:12px 0 16px;letter-spacing:-1px}.single-lead{font-size:20px;line-height:1.55;color:#535b66;margin:0 0 20px}.article-meta-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid var(--kv-line);border-bottom:1px solid var(--kv-line)}.author-meta{display:flex;align-items:center;gap:10px;min-width:0}.author-avatar{border-radius:50%}.author-meta strong{display:block;font-size:14px}.author-meta span{display:block;color:#7b828c;font-size:11px;margin-top:2px}.article-stats{display:flex;gap:12px;flex-wrap:wrap;color:#666e78;font-size:11px;font-weight:700}.share-row-top{margin:14px 0 4px}.share-label{font-size:12px;font-weight:900;display:flex;align-items:center;margin-right:2px}.share-row a,.copy-link-btn{border:1px solid var(--kv-line);border-radius:8px;padding:8px 11px;font-size:12px;font-weight:800;background:#fff;cursor:pointer}.share-row a:hover,.copy-link-btn:hover{border-color:#bbb}.share-facebook:hover{color:#1877f2}.share-x:hover{color:#000}.share-whatsapp:hover{color:#0a9e50}.featured-figure{margin:24px -28px 8px}.featured-figure .featured{width:100%;max-width:none;margin:0;aspect-ratio:16/9;object-fit:cover}.featured-figure figcaption{padding:8px 28px 0;color:#7d838b;font-size:11px}.article-ad{min-height:110px;margin:22px 0;border:1px dashed #cbd5e1;border-radius:9px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9aa0a8;gap:5px}.article-ad span{font-size:9px;border:1px solid #d3d6da;border-radius:3px;padding:2px 5px}.article-ad small{font-size:11px}.article-body-wrap{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;max-width:900px}.share-rail{position:sticky;top:80px;align-self:start;display:grid;gap:8px;padding-top:4px}.share-rail a{width:38px;height:38px;border-radius:50%;border:1px solid var(--kv-line);background:#fff;display:grid;place-items:center;font-size:13px;font-weight:900}.share-rail a:hover{border-color:var(--kv-red);color:var(--kv-red)}.entry-content{font-size:18px;line-height:1.85}.entry-content>p:first-child::first-letter{font-size:54px;line-height:.9;float:left;font-weight:900;color:var(--kv-red);padding:7px 8px 0 0}.entry-content h2{font-size:28px;line-height:1.25;margin:30px 0 12px}.entry-content h3{font-size:23px;line-height:1.3;margin:25px 0 10px}.entry-content blockquote{margin:26px 0;padding:14px 18px;border-left:4px solid var(--kv-red);background:#f8f8f9;font-size:19px;font-weight:700}.entry-content img{border-radius:9px}.article-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid var(--kv-line);padding-top:18px;margin-top:24px}.article-tags strong{font-size:12px}.article-tags a{font-size:11px;background:#f2f3f5;border-radius:20px;padding:6px 9px}.author-box{display:grid;grid-template-columns:72px 1fr;gap:15px;background:#f7f7f8;border:1px solid var(--kv-line);border-radius:10px;padding:18px;margin-top:22px}.author-box-avatar{border-radius:50%}.author-box span{font-size:9px;font-weight:900;color:var(--kv-red);letter-spacing:.8px}.author-box h3{font-size:18px;margin:3px 0}.author-box p{font-size:13px;color:#686f78;margin:3px 0 0}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.post-nav-item{border:1px solid var(--kv-line);border-radius:10px;padding:13px;min-width:0}.post-nav-item.next{text-align:right}.post-nav-item span{display:block;color:#9a1d22;font-size:9px;font-weight:900;margin-bottom:5px}.post-nav-item strong{display:block;font-size:13px;line-height:1.3}.related-news{margin-top:24px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.related-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--kv-shadow)}.related-thumb{display:block;aspect-ratio:16/9;overflow:hidden}.related-thumb img{width:100%;height:100%;object-fit:cover}.related-card>div{padding:10px}.related-card time{font-size:9px;color:var(--kv-red);font-weight:800}.related-card h3{font-size:13px;line-height:1.3;margin:4px 0}.single-sidebar .popular-item b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f3f4f6;color:var(--kv-red);font-size:12px}.single-sidebar .popular-item:first-of-type{border-top:1px solid var(--kv-line)}
@media(max-width:1100px){.single-layout{grid-template-columns:minmax(0,1fr) 285px}.single-title{font-size:41px}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.single-layout{grid-template-columns:1fr}.single-sidebar{grid-template-columns:1fr 1fr}.single-sidebar>.popular-widget{position:static}.single-title{font-size:39px}}
@media(max-width:680px){.single-page-wrap{padding-top:12px}.single-layout{gap:16px}.single-article{padding:16px}.breadcrumbs{font-size:10px;margin-bottom:12px}.single-title{font-size:31px;letter-spacing:-.4px}.single-lead{font-size:17px}.article-meta-row{align-items:flex-start;flex-direction:column;gap:10px}.article-stats{gap:9px}.share-row-top{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.share-row-top>*{white-space:nowrap}.featured-figure{margin:18px -16px 7px}.featured-figure figcaption{padding:7px 16px 0}.article-body-wrap{display:block}.share-rail{display:none}.entry-content{font-size:17px;line-height:1.78}.entry-content>p:first-child::first-letter{font-size:45px}.entry-content h2{font-size:24px}.entry-content h3{font-size:21px}.author-box{grid-template-columns:54px 1fr}.author-box-avatar{width:54px;height:54px}.post-navigation{grid-template-columns:1fr}.post-nav-item.next{text-align:left}.related-grid{grid-template-columns:1fr 1fr}.single-sidebar{grid-template-columns:1fr}}
@media(max-width:460px){.related-grid{grid-template-columns:1fr}.single-title{font-size:28px}.share-label{display:none}}

/* ===== KozanVakti v1.4.0 / Profesyonel Kategori, Arama ve Arşiv ===== */
.archive-pro{--archive-accent:var(--kv-red)}
.archive-breadcrumb{display:flex;align-items:center;gap:8px;color:#858b94;font-size:12px;margin:0 0 14px}.archive-breadcrumb a:hover{color:var(--archive-accent)}
.archive-hero{position:relative;overflow:hidden;background:#fff;border-radius:14px;padding:26px 28px;margin-bottom:14px;box-shadow:var(--kv-shadow);display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-top:5px solid var(--archive-accent)}
.archive-hero:after{content:'';position:absolute;width:190px;height:190px;border-radius:50%;right:-70px;top:-105px;background:color-mix(in srgb,var(--archive-accent) 8%,transparent);pointer-events:none}
.archive-eyebrow{font-size:10px;letter-spacing:1.4px;font-weight:900;color:var(--archive-accent)}.archive-hero h1{font-size:38px;line-height:1.05;margin:6px 0 0;letter-spacing:-.7px}.archive-description{max-width:720px;color:#606873;font-size:14px;margin-top:10px}.archive-description p{margin:0}.archive-count{min-width:84px;text-align:center;border-left:1px solid var(--kv-line);padding-left:22px;position:relative;z-index:1}.archive-count strong{display:block;font-size:28px;line-height:1;color:var(--archive-accent)}.archive-count span{display:block;font-size:10px;text-transform:uppercase;font-weight:900;color:#858b94;margin-top:6px}
.subcat-strip{display:flex;gap:8px;overflow-x:auto;padding:3px 1px 16px;scrollbar-width:none}.subcat-strip a{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--kv-line);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.subcat-strip a:hover{border-color:var(--archive-accent);color:var(--archive-accent)}.subcat-strip small{min-width:20px;height:20px;border-radius:20px;background:#f1f2f4;display:grid;place-items:center;font-size:9px;color:#747b85}
.archive-layout{align-items:start}.archive-main{min-width:0}.category-lead{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;margin-bottom:24px}.category-lead-main{position:relative;overflow:hidden;border-radius:13px;background:#111;min-height:400px;box-shadow:var(--kv-shadow)}.lead-image,.lead-image img{width:100%;height:100%;position:absolute;inset:0}.lead-image img{object-fit:cover;opacity:.83}.lead-overlay{position:absolute;inset:auto 0 0;padding:100px 24px 22px;background:linear-gradient(transparent,rgba(0,0,0,.92));color:#fff}.lead-overlay .kicker{background:var(--archive-accent)}.lead-overlay h2{font-size:29px;line-height:1.12;margin:0 0 8px}.lead-overlay p{font-size:13px;color:#e0e2e5;margin:0 0 9px}.lead-overlay time{font-size:10px;color:#bfc3c8}.category-lead-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.category-mini{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--kv-shadow)}.category-mini-image{display:block;aspect-ratio:16/10;overflow:hidden}.category-mini-image img{width:100%;height:100%;object-fit:cover;transition:.25s}.category-mini:hover img{transform:scale(1.035)}.category-mini>div{padding:10px}.category-mini time{font-size:9px;color:var(--archive-accent);font-weight:800}.category-mini h3{font-size:14px;line-height:1.25;margin:4px 0 1px}
.archive-list-head{display:flex;align-items:end;justify-content:space-between;gap:10px;border-bottom:2px solid #1c2025;margin:0 0 13px}.archive-list-head h2{font-size:21px;margin:0;border-bottom:4px solid var(--archive-accent);padding:0 0 7px}.archive-list-head span{font-size:10px;color:#8a9098;padding-bottom:9px}.archive-news-list{display:grid;gap:13px}.archive-card{display:grid;grid-template-columns:245px minmax(0,1fr);background:#fff;border-radius:11px;overflow:hidden;box-shadow:var(--kv-shadow);transition:.18s transform}.archive-card:hover{transform:translateY(-1px)}.archive-card-image{display:block;min-height:165px;background:#e7e8ea}.archive-card-image img{width:100%;height:100%;object-fit:cover}.archive-card-body{padding:14px 16px;min-width:0}.archive-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.archive-card-cat{font-size:9px;font-weight:900;color:var(--archive-accent);text-transform:uppercase}.archive-card-top time{font-size:9px;color:#9097a0}.archive-card h2{font-size:20px;line-height:1.23;margin:6px 0 6px}.archive-card p{font-size:13px;color:#606873;margin:0 0 9px}.archive-card-meta{display:flex;gap:13px;color:#9298a1;font-size:9px;font-weight:700}.archive-sidebar .widget{box-shadow:var(--kv-shadow)}.archive-popular .popular-item small{display:block;color:#969ca4;font-size:9px;margin-top:4px}.archive-cat-list>li{list-style:none;border-top:1px solid var(--kv-line);padding:8px 2px;font-size:13px}.archive-cat-list>li:first-child{border-top:0}.archive-cat-list a{font-weight:700}.archive-cat-list a:hover{color:var(--archive-accent)}.widget-note{font-size:12px;color:#868d96}.archive-empty{background:#fff;border-radius:12px;padding:36px;text-align:center;box-shadow:var(--kv-shadow)}.archive-empty strong{display:block;font-size:21px}.archive-empty p{color:#6d747d;font-size:13px}.archive-empty>a{display:inline-block;background:var(--archive-accent);color:#fff;padding:9px 13px;border-radius:7px;font-size:12px;font-weight:800;margin-top:8px}.archive-empty .search-form{max-width:520px;margin:18px auto 0}.archive-search-box{background:#fff;border:1px solid var(--kv-line);border-radius:11px;padding:12px;margin:0 0 18px}.archive-search-box .search-form input{font-size:14px}.search-hero{--archive-accent:#15171a}.pagination .nav-links{display:flex;gap:7px;flex-wrap:wrap}.pagination .page-numbers:hover{border-color:var(--archive-accent);color:var(--archive-accent)}.pagination .current{background:var(--archive-accent);border-color:var(--archive-accent);color:#fff}.pagination .current:hover{color:#fff}
@media(max-width:1100px){.category-lead{grid-template-columns:1.25fr 1fr}.category-lead-main{min-height:370px}.archive-card{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:980px){.category-lead{grid-template-columns:1fr}.category-lead-main{min-height:420px}.category-lead-side{grid-template-columns:repeat(4,1fr)}.category-mini h3{font-size:13px}.archive-sidebar{display:grid;grid-template-columns:1fr 1fr}.archive-sidebar>*{min-width:0}}
@media(max-width:720px){.archive-hero{padding:20px;align-items:flex-start}.archive-hero h1{font-size:30px}.archive-count{padding-left:14px}.category-lead-main{min-height:350px}.lead-overlay{padding:80px 17px 17px}.lead-overlay h2{font-size:25px}.category-lead-side{grid-template-columns:1fr 1fr}.archive-card{grid-template-columns:135px minmax(0,1fr)}.archive-card-image{min-height:125px}.archive-card-body{padding:10px}.archive-card h2{font-size:16px;margin-top:4px}.archive-card p{display:none}.archive-card-meta{margin-top:8px}.archive-sidebar{grid-template-columns:1fr}}
@media(max-width:460px){.archive-hero{padding:17px}.archive-hero h1{font-size:27px}.archive-description{font-size:12px}.archive-count strong{font-size:23px}.category-lead-main{min-height:320px}.category-lead-side{display:flex;overflow-x:auto;gap:9px;scrollbar-width:none}.category-mini{flex:0 0 72%}.archive-list-head h2{font-size:18px}.archive-list-head span{display:none}.archive-card{grid-template-columns:112px minmax(0,1fr)}.archive-card-image{min-height:112px}.archive-card h2{font-size:15px}.archive-card-top time{display:none}.archive-card-meta span:last-child{display:none}}


/* ===== v1.5.0 Haber Editörü / içerik alanları ===== */
.editor-pick-badge{display:inline-flex;align-items:center;margin-left:7px;padding:3px 8px;border-radius:999px;background:#17191c;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}
.photo-credit{display:block;margin-top:3px;color:#6b7280;font-size:12px;font-weight:700}
.article-source{margin:24px 0;padding:14px 16px;border-left:4px solid var(--kv-red);background:#fff;border-radius:0 9px 9px 0;box-shadow:var(--kv-shadow);display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.article-source span{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--kv-red)}
.article-source a,.article-source strong{font-size:14px;font-weight:800;color:#1f2937}
.article-source a:hover{color:var(--kv-red)}
@media(max-width:640px){.article-source{align-items:flex-start;flex-direction:column;gap:4px}.editor-pick-badge{margin-left:4px}}


/* v1.7.0 - Site & reklam yönetimi */
.kv-ad-slot{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}
.kv-ad-slot>ins,.kv-ad-slot>iframe{max-width:100%}
.kv-ad-placeholder{width:100%;min-height:90px;border:1px dashed #d1d5db;border-radius:8px;color:#9ca3af;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:11px}
.kv-ad-placeholder span{font-size:9px;border:1px solid #d6d9dd;border-radius:3px;padding:2px 5px;letter-spacing:.5px}
.kv-ad-header_ad{min-width:0}.kv-ad-header_ad .kv-ad-placeholder{min-height:58px}
.kv-ad-home_top_ad,.kv-ad-home_mid_ad{margin:18px 0}.kv-ad-sidebar_ad .kv-ad-placeholder{min-height:250px}
.kv-ad-article_top_ad,.kv-ad-article_bottom_ad{margin:22px 0}.kv-ad-article_top_ad .kv-ad-placeholder,.kv-ad-article_bottom_ad .kv-ad-placeholder{min-height:110px}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.footer-social a{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:6px;padding:7px 9px;font-size:11px;font-weight:800}.footer-social a:hover{background:rgba(255,255,255,.08)}
@media(max-width:900px){.kv-ad-header_ad{display:none}}


/* ===== v1.9.0: Mobil haber deneyimi ===== */
.mobile-menu-head,.mobile-menu-social,.mobile-bottom-nav,.mobile-menu-backdrop{display:none}
@media(max-width:980px){
  body.kv-menu-open{overflow:hidden}
  .kv-mobile-sticky-header .site-header{position:sticky;top:0;z-index:92;box-shadow:0 5px 18px rgba(0,0,0,.07)}
  .site-header .header-main{min-height:66px;padding-top:7px;padding-bottom:7px}
  .brand-logo img,.custom-brand-logo img{max-height:49px;width:auto}
  .main-nav{position:fixed;top:0;right:0;bottom:0;width:min(88vw,370px);height:100dvh;background:#fff;z-index:110;transform:translateX(105%);transition:transform .25s ease;box-shadow:-15px 0 40px rgba(0,0,0,.16);border:0;overflow-y:auto}
  .main-nav.open{transform:translateX(0)}
  .main-nav .inner,.main-nav.open .inner{display:block;padding:0 18px 24px;min-height:100%;overflow:visible}
  .main-nav .mobile-menu-links{display:block;min-width:0}
  .main-nav .desktop-menu-list{display:block;margin:0;padding:0;list-style:none}
  .main-nav .desktop-menu-list>li{display:block;margin:0;padding:0;list-style:none}
  .main-nav .desktop-menu-list>li>a{display:block;padding:13px 3px;border-bottom:1px solid var(--kv-line);font-size:15px;font-weight:800}
  .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;z-index:2;padding:17px 0 11px;border-bottom:2px solid #17191c;margin-bottom:4px}
  .mobile-menu-head strong{font-size:19px}.mobile-menu-close{border:0;background:#f1f2f4;width:36px;height:36px;border-radius:50%;font-size:25px;line-height:1;cursor:pointer}
  .mobile-menu-social{display:flex;flex-wrap:wrap;gap:7px;padding-top:17px}.mobile-menu-social a{background:#f2f3f5;border-radius:7px;padding:8px 10px;font-size:11px;font-weight:800}
  .mobile-menu-backdrop.open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.44);z-index:105;backdrop-filter:blur(2px)}
  .search-panel{position:relative;z-index:94}.search-panel.open{box-shadow:0 8px 18px rgba(0,0,0,.08)}
  .breaking{position:relative;z-index:40}
}
@media(max-width:760px){
  body.kv-has-mobile-bottom-nav{padding-bottom:68px}
  .mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,.97);border-top:1px solid #dfe2e6;box-shadow:0 -7px 24px rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom)}
  .mobile-bottom-item{min-width:0;min-height:58px;border:0;background:transparent;color:#34383d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;padding:5px 2px;font-family:inherit;cursor:pointer}
  .mobile-bottom-item:hover,.mobile-bottom-item:focus{color:var(--kv-red)}
  .mobile-bottom-icon{font-size:20px;line-height:1;font-weight:900}.mobile-bottom-item small{font-size:9px;font-weight:800;white-space:nowrap}
  .hero-stage{height:min(64vh,390px);min-height:315px}.hero-slide img{opacity:.92}.hero-overlay{background:linear-gradient(transparent 12%,rgba(0,0,0,.88));padding-top:100px}
  .hero-title{line-height:1.13;letter-spacing:-.35px}.hero-meta{color:#e2e4e8}
  .hero-numbers{scrollbar-width:none}.hero-numbers::-webkit-scrollbar{display:none}
  .top-stories{scrollbar-width:none}.top-stories::-webkit-scrollbar{display:none}
  .kv-mobile-breaking-compact .breaking .inner{min-height:38px}.kv-mobile-breaking-compact .breaking-label{font-size:9px;padding:0 9px}.kv-mobile-breaking-compact .breaking-track a{font-size:11px}.kv-mobile-breaking-compact .breaking-track time{font-size:9px}
}
@media(max-width:540px){
  .site-topbar{display:none}
  .site-header .header-main{min-height:61px;padding-left:12px;padding-right:12px}.brand-logo img,.custom-brand-logo img{max-height:43px;max-width:210px}
  .header-actions{gap:4px}.icon-btn,.menu-toggle{min-width:38px;min-height:38px;padding:0 9px}
  .hero-shell{margin-left:-10px;margin-right:-10px;border-radius:0}.hero-stage{height:340px}.hero-title{font-size:25px}
  .hero-arrow{top:44%}.hero-number{flex:0 0 43px}
  .breaking .container{padding-left:0;padding-right:0}.breaking-label{border-radius:0}
}

/* ===== v1.9.0: Referans görünümlü ana manşet sliderı ===== */
.hero-v19{background:transparent;border-radius:0;overflow:visible;box-shadow:none}
.hero-v19 .hero-v19-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,1fr);gap:22px;align-items:stretch}
.hero-v19 .hero-stage{height:590px;overflow:hidden;background:#080808;position:relative}
.hero-v19 .hero-slide>a{position:relative;display:block;width:100%;height:100%}
.hero-v19 .hero-slide img{width:100%;height:100%;object-fit:cover;opacity:1}
.hero-v19 .hero-v19-caption{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.94);padding:18px 24px 20px;color:#fff}
.hero-v19 .hero-title{font-size:38px;line-height:1.08;max-width:none;margin:0;font-weight:900;letter-spacing:-.7px;text-shadow:none}
.hero-v19 .hero-arrow{width:52px;height:70px;border:0;border-radius:0;background:rgba(0,0,0,.18);font-size:54px;font-weight:300;transition:.2s}
.hero-v19 .hero-arrow:hover{background:rgba(0,0,0,.55)}
.hero-v19 .hero-prev{left:0}.hero-v19 .hero-next{right:0}
.hero-side-rail{display:grid;grid-template-rows:1fr 1fr;gap:22px;min-width:0}
.hero-side-card{position:relative;display:block;min-height:0;overflow:hidden;background:#080808}
.hero-side-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hero-side-card:hover img{transform:scale(1.025)}
.hero-side-card strong{position:absolute;left:0;right:0;bottom:0;padding:14px 18px 16px;background:rgba(0,0,0,.94);color:#fff;font-size:21px;line-height:1.15;font-weight:900}
.hero-v19 .hero-numbers{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;padding:16px 18px;border-top:1px solid #eee;overflow-x:auto;scrollbar-width:none}
.hero-v19 .hero-numbers::-webkit-scrollbar{display:none}
.hero-v19 .hero-number{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;min-width:34px;padding:0;border:0;background:transparent;border-radius:7px;color:#8d8d8d;font-size:20px;font-weight:800;line-height:1}
.hero-v19 .hero-number span{display:contents;background:none;color:inherit;font-size:inherit;font-weight:inherit}
.hero-v19 .hero-number.is-active{background:var(--kv-red);color:#fff}
.hero-v19 .hero-number:hover:not(.is-active){background:#f1f1f1;color:#333}
@media(max-width:1100px){.hero-v19 .hero-v19-grid{grid-template-columns:minmax(0,1.75fr) minmax(260px,1fr);gap:16px}.hero-v19 .hero-stage{height:520px}.hero-side-rail{gap:16px}.hero-v19 .hero-title{font-size:33px}.hero-side-card strong{font-size:18px}}
@media(max-width:820px){.hero-v19 .hero-v19-grid{display:block}.hero-v19 .hero-stage{height:430px}.hero-v19 .hero-side-rail{display:none}.hero-v19 .hero-v19-caption{padding:16px 18px 18px}.hero-v19 .hero-title{font-size:29px}.hero-v19 .hero-numbers{justify-content:flex-start;padding:12px 10px;gap:7px}.hero-v19 .hero-number{flex-basis:32px;width:32px;height:32px;min-width:32px;font-size:17px}}
@media(max-width:540px){.hero-v19{margin-left:-10px;margin-right:-10px}.hero-v19 .hero-stage{height:360px}.hero-v19 .hero-title{font-size:24px;line-height:1.12}.hero-v19 .hero-arrow{width:38px;height:58px;font-size:42px}.hero-v19 .hero-v19-caption{padding:14px 15px 16px}}


/* ===== v1.9.3: Mobil görünüm revizyonu ===== */
@media (max-width: 820px){
  :root{--kv-radius:10px;--kv-shadow:0 4px 14px rgba(15,23,42,.06)}
  html,body{max-width:100%;overflow-x:hidden}
  body{background:#f5f6f7}
  .container{width:calc(100% - 24px);max-width:none}
  .page-wrap{padding-top:12px;padding-bottom:28px}

  /* Header */
  .site-header{border-bottom:1px solid #eceef1}
  .site-header .header-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:64px;padding:7px 0}
  .brand-area{min-width:0;display:flex;align-items:center}
  .brand-logo,.custom-brand-logo{max-width:245px;min-width:0}
  .brand-logo img,.custom-brand-logo img,.custom-brand-logo .custom-logo{display:block;width:auto;max-width:100%;max-height:50px;object-fit:contain;object-position:left center}
  .header-actions{gap:6px}
  .icon-btn,.menu-toggle{width:42px;height:42px;min-width:42px;padding:0;display:inline-grid;place-items:center;border-radius:10px;font-size:20px;background:#fff}
  .search-toggle span,.menu-toggle span{display:none}
  .menu-toggle{font-size:23px}
  .kv-ad-header_ad{display:none!important}

  /* Search */
  .search-panel{padding:10px 0;background:#fff}
  .search-panel .container{width:calc(100% - 24px)}
  .search-form{gap:6px}
  .search-form input{height:44px;font-size:16px;border-radius:9px}
  .search-form button{min-width:64px;border-radius:9px}

  /* Drawer menu */
  .main-nav{width:min(88vw,350px);max-width:350px}
  .main-nav .inner,.main-nav.open .inner{padding:0 16px 22px}
  .mobile-menu-head{padding:15px 0 9px}
  .main-nav .desktop-menu-list>li>a{font-size:15px;padding:12px 2px}
  .mobile-menu-close{width:34px;height:34px;font-size:23px}

  /* Son dakika */
  .breaking .inner{width:100%;min-height:38px}
  .breaking-label{align-self:stretch;border-radius:0;margin-right:9px;padding:0 10px;font-size:9px;letter-spacing:.2px}
  .breaking-window{min-width:0}
  .breaking-track{font-size:11px;gap:18px}
  .breaking-track a{margin-right:22px}
  .breaking-track time{font-size:9px}

  /* Sürmanşet */
  .top-stories{margin:0 -12px 12px;padding:0 12px 5px;gap:9px}
  .top-story{flex:0 0 72%;max-width:285px}
  .top-story-image{border-radius:8px}
  .top-story h3{font-size:13px;line-height:1.25;margin-top:6px}

  /* v1.9 slider */
  .hero-v19{margin:0 -12px 16px}
  .hero-v19 .hero-v19-grid{display:block}
  .hero-v19 .hero-side-rail{display:none}
  .hero-v19 .hero-stage{height:auto;aspect-ratio:4/3;min-height:300px;max-height:430px}
  .hero-v19 .hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .hero-v19 .hero-v19-caption{padding:13px 15px 15px;background:linear-gradient(transparent,rgba(0,0,0,.92) 28%,rgba(0,0,0,.98));padding-top:70px}
  .hero-v19 .hero-title{font-size:clamp(21px,6vw,29px);line-height:1.12;letter-spacing:-.35px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-v19 .hero-arrow{width:38px;height:54px;font-size:39px;top:45%;background:rgba(0,0,0,.27)}
  .hero-v19 .hero-numbers{justify-content:flex-start;padding:9px 12px;gap:6px;border-top:0;box-shadow:0 3px 10px rgba(0,0,0,.05)}
  .hero-v19 .hero-number{flex:0 0 31px;width:31px;height:31px;min-width:31px;border-radius:50%;font-size:15px;background:#f0f1f3;color:#72767c}
  .hero-v19 .hero-number.is-active{background:var(--kv-red);color:#fff}

  /* İçerik blokları */
  .content-layout,.home-layout{display:block}
  .section{margin-top:18px}
  .section-head{margin-bottom:10px}
  .section-head h2{font-size:20px;padding-bottom:6px;border-bottom-width:3px}
  .section-head a{font-size:11px;padding-bottom:7px}
  .news-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .news-card{border-radius:9px}
  .news-card .body{padding:10px}
  .news-card h3,.latest-section .news-card h3{font-size:15px;line-height:1.24;margin:5px 0 4px}
  .news-card .meta{font-size:9px;margin-top:5px}
  .summary{display:none}
  .feature-layout{grid-template-columns:1fr;gap:10px}
  .feature-body{padding:13px}
  .feature-body h3{font-size:21px}
  .feature-list{grid-template-columns:1fr;gap:8px}
  .mini-news{grid-template-columns:112px 1fr;min-height:80px}
  .mini-news>div{padding:8px 8px 7px 0}
  .mini-news h4{font-size:13px}
  .dual-categories,.triple-categories{grid-template-columns:1fr;gap:12px}
  .dual-block,.triple-block{padding:12px;border-radius:9px}
  .local-strip{grid-template-columns:1fr 1fr;gap:8px}
  .local-chip{padding:12px 11px;border-radius:8px}
  .local-chip strong{font-size:16px}
  .line-news{grid-template-columns:92px 1fr}

  /* Sidebar mobilde içerikten sonra */
  .sidebar,.home-sidebar,.archive-sidebar{display:flex!important;flex-direction:column;gap:12px;margin-top:18px}
  .widget{padding:13px;border-radius:9px}
  .widget-title{font-size:17px}
  .kv-ad-sidebar_ad{display:none}

  /* Footer */
  .site-footer{margin-top:22px;padding:28px 0 82px}
  .footer-grid{grid-template-columns:1fr;gap:20px}
  .footer-brand img{width:min(300px,100%)}
  .footer-bottom{display:block;line-height:1.7}
}

@media (max-width: 540px){
  .container{width:calc(100% - 20px)}
  .site-topbar{display:none}
  .site-header .header-main{min-height:58px;padding:6px 0}
  .brand-logo,.custom-brand-logo{max-width:205px}
  .brand-logo img,.custom-brand-logo img,.custom-brand-logo .custom-logo{max-height:43px}
  .icon-btn,.menu-toggle{width:38px;height:38px;min-width:38px;border-radius:9px;font-size:18px}
  .menu-toggle{font-size:21px}
  .hero-v19{margin-left:-10px;margin-right:-10px}
  .hero-v19 .hero-stage{aspect-ratio:1.15/1;min-height:315px;max-height:370px}
  .hero-v19 .hero-v19-caption{padding:62px 13px 13px}
  .hero-v19 .hero-title{font-size:23px}
  .hero-v19 .hero-arrow{width:34px;height:50px;font-size:36px}
  .hero-v19 .hero-number{flex-basis:30px;width:30px;height:30px;min-width:30px;font-size:14px}
  .top-stories{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}
  .top-story{flex-basis:78%}
  .news-grid{grid-template-columns:1fr;gap:10px}
  .news-card{display:grid;grid-template-columns:128px minmax(0,1fr)}
  .news-card .thumb{aspect-ratio:auto;height:100%;min-height:105px}
  .news-card .body{padding:9px 10px}
  .news-card h3,.latest-section .news-card h3{font-size:15px;margin-top:3px}
  .news-card .kicker{font-size:8px;padding:2px 5px;margin-bottom:3px}
  .local-strip{grid-template-columns:1fr 1fr}
  .mobile-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding-top:2px}
  .mobile-bottom-item{min-height:56px}
  .mobile-bottom-icon{font-size:19px}
  .mobile-bottom-item small{font-size:8px}
  body.kv-has-mobile-bottom-nav{padding-bottom:64px}
}

@media (max-width: 380px){
  .brand-logo,.custom-brand-logo{max-width:175px}
  .header-actions{gap:4px}
  .icon-btn,.menu-toggle{width:36px;height:36px;min-width:36px}
  .hero-v19 .hero-stage{min-height:292px}
  .hero-v19 .hero-title{font-size:21px}
  .local-strip{grid-template-columns:1fr}
}

/* v1.9.5 - Ana sayfa kategori haberleri */
.local-chip-news{display:flex;flex-direction:column;gap:12px;text-decoration:none}
.local-chip-title{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;text-decoration:none;color:inherit}
.local-chip-title span{font-size:13px;color:#d71920;font-weight:800;white-space:nowrap}
.local-latest{display:grid;grid-template-columns:88px 1fr;gap:10px;align-items:center;text-decoration:none;color:inherit}
.local-latest img{width:88px;height:62px;object-fit:cover;border-radius:8px}
.local-latest b{font-size:14px;line-height:1.3}
.local-empty{font-size:13px;color:#7a8493}
@media(max-width:700px){
  .local-latest{grid-template-columns:76px 1fr}
  .local-latest img{width:76px;height:54px}
}


/* ===== v1.9.6: Manşet slider sabit oran / tarayıcı tutarlılığı ===== */
@media (min-width:821px){
  .hero-v19 .hero-v19-grid{
    height:590px;
    min-height:590px;
    max-height:590px;
    align-items:stretch;
  }
  .hero-v19 .hero-stage{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
  }
  .hero-v19 .hero-side-rail{
    height:100%;
    min-height:0;
    max-height:100%;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
    overflow:hidden;
  }
  .hero-v19 .hero-side-card{
    position:relative;
    display:block;
    height:100%;
    min-height:0;
    max-height:100%;
    overflow:hidden;
  }
  .hero-v19 .hero-side-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:cover;
    display:block;
  }
  .hero-v19 .hero-side-card strong{
    z-index:2;
  }
}
@media (min-width:821px) and (max-width:1100px){
  .hero-v19 .hero-v19-grid{height:520px;min-height:520px;max-height:520px}
}
@media (max-width:820px){
  .hero-v19 .hero-v19-grid{height:auto!important;min-height:0!important;max-height:none!important}
  .hero-v19 .hero-stage{height:auto!important}
}


/* v1.10.0 - Son Haberler: kompakt 4'lü kart düzeni */
.latest-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.latest-card{
  min-width:0 !important;
}
.latest-card .thumb,
.latest-card .post-thumb,
.latest-card .card-image,
.latest-card > a:first-child{
  border-radius:12px;
  overflow:hidden;
}
.latest-card img{
  width:100% !important;
  height:180px !important;
  aspect-ratio:16/10 !important;
  object-fit:cover !important;
  display:block;
}
.latest-card h3,
.latest-card .card-title{
  font-size:18px !important;
  line-height:1.25 !important;
  margin-top:10px !important;
}
.latest-card .time-badge,
.latest-card .post-time,
.latest-card .card-time,
.latest-card time,
.latest-grid .time-badge,
.latest-grid .post-time,
.latest-grid .card-time{
  display:none !important;
}

@media (max-width:1100px){
  .latest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .latest-card img{
    height:190px !important;
  }
}
@media (max-width:620px){
  .latest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .latest-card img{
    height:130px !important;
  }
  .latest-card h3,
  .latest-card .card-title{
    font-size:15px !important;
  }
}
@media (max-width:390px){
  .latest-grid{
    grid-template-columns:1fr !important;
  }
  .latest-card img{
    height:180px !important;
  }
}


/* v1.10.1 - GERÇEK Son Haberler sınıflarına kesin 4'lü kompakt görünüm */
.latest-section .news-grid,
.latest-section .latest-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:start !important;
}
.latest-section .news-card,
.latest-section .latest-card{
  display:block !important;
  min-width:0 !important;
  height:auto !important;
  border-radius:12px !important;
  overflow:hidden !important;
}
.latest-section .news-card .thumb,
.latest-section .latest-card .thumb{
  display:block !important;
  width:100% !important;
  height:165px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
}
.latest-section .news-card .thumb img,
.latest-section .latest-card .thumb img{
  display:block !important;
  width:100% !important;
  height:165px !important;
  min-height:0 !important;
  object-fit:cover !important;
}
.latest-section .news-card .body,
.latest-section .latest-card .body{
  padding:10px 11px 12px !important;
}
.latest-section .news-card h3,
.latest-section .latest-card h3{
  font-size:16px !important;
  line-height:1.28 !important;
  margin:5px 0 0 !important;
}
.latest-section .news-card .summary,
.latest-section .latest-card .summary{
  display:none !important;
}
.latest-section .time-badge,
.latest-section .post-time,
.latest-section .card-time,
.latest-section time{
  display:none !important;
}

@media(max-width:1100px){
  .latest-section .news-grid,
  .latest-section .latest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .latest-section .news-card .thumb,
  .latest-section .latest-card .thumb,
  .latest-section .news-card .thumb img,
  .latest-section .latest-card .thumb img{
    height:170px !important;
  }
}
@media(max-width:620px){
  .latest-section .news-grid,
  .latest-section .latest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .latest-section .news-card,
  .latest-section .latest-card{
    display:block !important;
  }
  .latest-section .news-card .thumb,
  .latest-section .latest-card .thumb,
  .latest-section .news-card .thumb img,
  .latest-section .latest-card .thumb img{
    height:115px !important;
  }
  .latest-section .news-card h3,
  .latest-section .latest-card h3{
    font-size:14px !important;
  }
}


/* v1.10.2 - Son Haberler kartlarını eşit yükseklikte tut */
.latest-section .news-grid,
.latest-section .latest-grid{
  align-items:stretch !important;
}
.latest-section .news-card,
.latest-section .latest-card{
  display:flex !important;
  flex-direction:column !important;
  height:355px !important;
}
.latest-section .news-card .thumb,
.latest-section .latest-card .thumb,
.latest-section .news-card .thumb img,
.latest-section .latest-card .thumb img{
  flex:0 0 165px !important;
  height:165px !important;
}
.latest-section .news-card .body,
.latest-section .latest-card .body{
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
  padding:10px 11px 12px !important;
  overflow:hidden !important;
}
.latest-section .news-card h3,
.latest-section .latest-card h3{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:3 !important;
  line-clamp:3 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  max-height:3.84em !important;
  margin:8px 0 0 !important;
}
.latest-section .news-card .cat,
.latest-section .latest-card .cat{
  flex:0 0 auto !important;
}

@media(max-width:1100px){
  .latest-section .news-card,
  .latest-section .latest-card{
    height:355px !important;
  }
}
@media(max-width:620px){
  .latest-section .news-card,
  .latest-section .latest-card{
    height:285px !important;
  }
  .latest-section .news-card .thumb,
  .latest-section .latest-card .thumb,
  .latest-section .news-card .thumb img,
  .latest-section .latest-card .thumb img{
    flex-basis:115px !important;
    height:115px !important;
  }
  .latest-section .news-card h3,
  .latest-section .latest-card h3{
    -webkit-line-clamp:3 !important;
    line-clamp:3 !important;
  }
}


/* v1.10.5 - "Diğer Sayfalar" bölümü masaüstü + mobil tamamen gizli */
.other-pages,
.other-pages-section,
.other-pages-wrap,
.pages-section,
.kv-other-pages,
#other-pages,
#diger-sayfalar,
.footer-pages,
.mobile-other-pages{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
}

/* v1.11.0 */
.home-layout.home-layout-full{display:block!important;grid-template-columns:1fr!important}
.home-layout-full>.home-sidebar,.home-layout-full>aside,.home-layout-full .home-sidebar{display:none!important}
.home-layout-full>main,.home-layout-full .home-main,.home-layout-full .main-content{width:100%!important;max-width:none!important}
.latest-section .news-grid,.latest-section .latest-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}
.latest-section .news-card,.latest-section .latest-card{display:flex!important;flex-direction:column!important;height:330px!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
.latest-section .news-card .thumb,.latest-section .latest-card .thumb,.latest-section .news-card .thumb img,.latest-section .latest-card .thumb img{width:100%!important;height:190px!important;min-height:190px!important;flex:0 0 190px!important;border-radius:0!important;object-fit:cover!important}
.latest-section .news-card .body,.latest-section .latest-card .body{padding:16px 18px 18px!important;display:block!important;overflow:hidden!important}
.latest-section .news-card .cat,.latest-section .latest-card .cat,.latest-section .news-card .category,.latest-section .latest-card .category{display:none!important}
.latest-section .news-card h3,.latest-section .latest-card h3{margin:0!important;font-size:20px!important;line-height:1.35!important;font-weight:800!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;line-clamp:3!important;overflow:hidden!important;text-overflow:ellipsis!important;max-height:4.05em!important}
.latest-section .news-card .summary,.latest-section .latest-card .summary,.latest-section time,.latest-section .time-badge{display:none!important}
@media(max-width:1100px){.latest-section .news-grid,.latest-section .latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}}
@media(max-width:620px){.latest-section .news-grid,.latest-section .latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.latest-section .news-card,.latest-section .latest-card{height:250px!important}.latest-section .news-card .thumb,.latest-section .latest-card .thumb,.latest-section .news-card .thumb img,.latest-section .latest-card .thumb img{height:135px!important;min-height:135px!important;flex-basis:135px!important}.latest-section .news-card .body,.latest-section .latest-card .body{padding:10px 11px 12px!important}.latest-section .news-card h3,.latest-section .latest-card h3{font-size:15px!important;line-height:1.3!important}}

/* v1.11.1 - Ana sayfa sağ sütun HTML'den kaldırıldı */
.content-layout.home-layout.home-layout-full{
  display:block !important;
  grid-template-columns:1fr !important;
  width:100% !important;
}
.home-layout-full .home-main{
  width:100% !important;
  max-width:none !important;
}


/* v1.11.2 - Ana sayfa Kozan Gündemi tarih/saatlerini kaldır */
.kozan-section time,
.kozan-section .time,
.kozan-section .news-time,
.kozan-section .post-time,
.kozan-section .date,
.kozan-section .post-date,
.kozan-section .meta,
.kozan-section .news-meta,
.kozan-gundemi time,
.kozan-gundemi .time,
.kozan-gundemi .news-time,
.kozan-gundemi .post-time,
.kozan-gundemi .date,
.kozan-gundemi .post-date,
.kozan-gundemi .meta,
.kozan-gundemi .news-meta{
  display:none !important;
}


/* v1.11.3 - Manşet görsellerini kırpmadan tam göster */
.hero-slider .slide img,
.hero-main .slide img,
.hero-slide img,
.featured-slider .slide img,
.manset-slider .slide img,
.hero-side-card img,
.hero-side .news-card img,
.hero-side img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Ana büyük manşette görselin tamamı görünür; kutu oranı görsele uyum sağlar */
.hero-slider .slide,
.hero-main .slide,
.hero-slide,
.featured-slider .slide,
.manset-slider .slide{
  background:#fff !important;
}

/* Sağdaki seçili manşet görsellerinde de kırpma yok */
.hero-side-card .thumb,
.hero-side .news-card .thumb{
  background:#fff !important;
}

@media(max-width:768px){
  .hero-slider .slide img,
  .hero-main .slide img,
  .hero-slide img,
  .featured-slider .slide img,
  .manset-slider .slide img,
  .hero-side-card img,
  .hero-side .news-card img,
  .hero-side img{
    object-fit:contain !important;
    object-position:center center !important;
  }
}

/* v1.11.6 - Feature sections: tarih/saat gizleme, tasarıma dokunmaz */
.feature-section .mini-time,
.feature-section .feature-body .meta {
    display: none !important;
}


/* v1.12.0 - KozanVakti Video */
.kv-video-home-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:18px}.kv-video-lead,.kv-video-small,.kv-video-archive-card{background:#fff}.kv-video-thumb{position:relative;display:block;overflow:hidden;background:#111}.kv-video-thumb img{width:100%;height:100%;object-fit:cover}.kv-video-lead .kv-video-thumb{aspect-ratio:16/9;border-radius:12px}.kv-video-lead h3{font-size:25px;line-height:1.18;margin:12px 2px 0}.kv-video-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kv-video-small .kv-video-thumb{aspect-ratio:16/9;border-radius:10px}.kv-video-small h4{font-size:16px;line-height:1.25;margin:8px 2px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kv-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(200,25,32,.94);color:#fff;font-size:25px;padding-left:4px;box-shadow:0 6px 22px rgba(0,0,0,.25)}.kv-play.small{width:44px;height:44px;font-size:17px}.kv-video-thumb small{position:absolute;right:9px;bottom:8px;background:rgba(0,0,0,.78);color:#fff;border-radius:5px;padding:3px 7px;font-size:11px;font-weight:800}.kv-video-thumb:hover .kv-play{transform:translate(-50%,-50%) scale(1.08)}
.kv-video-single{max-width:1000px;margin:0 auto}.kv-video-single-head{margin-bottom:18px}.kv-video-single-head h1{font-size:40px;line-height:1.1;margin:5px 0 10px}.kv-video-single-head p{font-size:18px;color:var(--kv-muted)}.kv-video-player-wrap{position:relative;background:#000;border-radius:14px;overflow:hidden;aspect-ratio:16/9}.kv-video-player-wrap iframe,.kv-video-player-wrap video,.kv-video-player-wrap .wp-video,.kv-video-player-wrap .mejs-container{width:100%!important;height:100%!important;max-width:none!important}.kv-video-player-wrap iframe{position:absolute;inset:0}.kv-video-single-content{background:#fff;border-radius:12px;padding:24px;margin-top:20px;font-size:17px}.kv-video-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.kv-video-archive-card{border-radius:12px;overflow:hidden;box-shadow:var(--kv-shadow)}.kv-video-archive-card .kv-video-thumb{aspect-ratio:16/9}.kv-video-archive-card h2{font-size:18px;line-height:1.3;margin:0;padding:14px 16px 18px}.archive-hero{margin-bottom:24px}.archive-hero h1{font-size:38px;margin:4px 0}.archive-hero p{color:var(--kv-muted)}
@media(max-width:900px){.kv-video-home-grid{grid-template-columns:1fr}.kv-video-side-grid{grid-template-columns:repeat(2,1fr)}.kv-video-archive-grid{grid-template-columns:repeat(2,1fr)}.kv-video-single-head h1{font-size:32px}}
@media(max-width:540px){.kv-video-side-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.kv-video-small{flex:0 0 72%;scroll-snap-align:start}.kv-video-lead h3{font-size:20px}.kv-video-archive-grid{grid-template-columns:1fr}.kv-video-single-head h1{font-size:27px}.kv-play{width:52px;height:52px;font-size:20px}}


/* v1.12.1 - Tek video sayfası oynatıcı ve diğer videolar */
.kv-video-single-page{padding-top:24px;padding-bottom:54px}
.kv-video-single{max-width:1050px;margin:0 auto}
.kv-video-single-head{margin:10px 0 22px}
.kv-video-single-head h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:7px 0 10px}
.kv-video-player-wrap{
  width:100%;
  aspect-ratio:16/9;
  background:#080808;
  border-radius:16px;
  overflow:hidden;
  margin:0 0 24px;
  box-shadow:0 8px 30px rgba(0,0,0,.14);
}
.kv-video-player-wrap iframe,
.kv-video-player-wrap video,
.kv-video-player-wrap .wp-video,
.kv-video-player-wrap .mejs-container{
  width:100% !important;
  height:100% !important;
  display:block;
  border:0;
}
.kv-video-player-wrap .wp-video{max-width:none!important}
.kv-video-player-wrap>p{color:#fff;padding:24px}
.kv-video-player-wrap>p a{color:#fff}
.kv-video-single-content{font-size:18px;line-height:1.8;max-width:850px;margin:0 auto}
.kv-related-videos{max-width:1050px;margin:42px auto 0}
.kv-related-videos-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.kv-related-videos-head h2{margin:0;font-size:26px}
.kv-related-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.kv-related-video-card{background:#fff;border:1px solid #e7e9ee;border-radius:12px;overflow:hidden}
.kv-related-video-thumb{display:block;position:relative;aspect-ratio:16/9;background:#111;overflow:hidden}
.kv-related-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.kv-related-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(215,25,32,.94);display:grid;place-items:center;color:#fff;font-size:20px}
.kv-related-video-card h3{font-size:17px;line-height:1.35;margin:0;padding:13px 14px 16px}
.kv-related-video-card h3 a{text-decoration:none;color:inherit}
@media(max-width:760px){
  .kv-video-player-wrap{border-radius:10px}
  .kv-related-video-grid{grid-template-columns:1fr 1fr;gap:12px}
  .kv-related-video-card h3{font-size:15px}
}
@media(max-width:420px){
  .kv-related-video-grid{grid-template-columns:1fr}
}


/* v1.12.4 - Kozan Gündemi küçük kart özetleri */
.kozan-section .feature-list .mini-news > div{
  padding:14px 16px !important;
  overflow:hidden;
}
.kozan-section .feature-list .mini-news h4{
  margin:0 0 7px !important;
}
.kozan-section .feature-list .mini-summary{
  margin:0 !important;
  color:#6d7582 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}
@media(max-width:760px){
  .kozan-section .feature-list .mini-summary{
    font-size:12px !important;
    -webkit-line-clamp:2;
    line-clamp:2;
  }
}


/* v1.13.1 - Son Haberler kalıcı 8 kart / 4x2 koruması
   PHP sorgusu zaten 8 haber getirir. Bu CSS ek güvenlik katmanıdır. */
@media (min-width:1101px){
  .latest-section .news-grid,
  .latest-section .latest-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
  .latest-section .news-card,
  .latest-section .latest-card{
    height:330px !important;
    min-height:330px !important;
    max-height:330px !important;
  }
  .latest-section .news-card h3,
  .latest-section .latest-card h3{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:3 !important;
    line-clamp:3 !important;
    overflow:hidden !important;
  }
}


/* v1.13.2 - Yöneticiye özel Facebook grup paylaşımı */
.kv-admin-fb-share{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
  padding:14px 16px;
  border:1px solid #dce3ec;
  border-left:4px solid #1877f2;
  border-radius:12px;
  background:#f7faff;
}
.kv-admin-fb-share__label{
  width:100%;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  color:#687386;
}
.kv-admin-fb-share__button,
.kv-admin-fb-share__group{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none!important;
  font-weight:800;
  border-radius:9px;
  min-height:42px;
}
.kv-admin-fb-share__button{
  padding:9px 15px;
  color:#fff!important;
  background:#1877f2;
}
.kv-admin-fb-share__icon{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  color:#1877f2;
  font-family:Arial,sans-serif;
  font-size:19px;
  font-weight:900;
}
.kv-admin-fb-share__group{
  padding:9px 13px;
  color:#182230!important;
  background:#fff;
  border:1px solid #d7dee8;
}
.kv-admin-fb-share__note{
  width:100%;
  color:#687386;
  font-size:12px;
  line-height:1.45;
}
@media(max-width:600px){
  .kv-admin-fb-share__button,
  .kv-admin-fb-share__group{width:100%}
}


/* v1.13.3 - Facebook grup paylaşımı: profil sharer yerine grubu doğrudan aç */
button.kv-admin-fb-share__button{
  border:0;
  cursor:pointer;
  font:inherit;
}
.kv-admin-fb-share__status{
  font-size:12px;
  font-weight:800;
  color:#1877f2;
}
