/*
Theme Name: İz Gazetesi PRO Theme V2
Description: İz Gazetesi yapısına yakın profesyonel haber teması.
Version: 2.0
Author: OpenAI
Text Domain: izpro
*/
:root{
  --primary:#d71920;
  --dark:#101114;
  --border:#e7e7e7;
  --muted:#6f6f6f;
  --bg:#ffffff;
  --max:1280px;
  --radius:16px;
  --shadow:0 8px 24px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#222}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(100% - 24px,var(--max));margin:0 auto}
.topbar{background:#111;color:#fff;font-size:13px}
.topbar-inner,.header-inner,.headline-strip,.footer-top,.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.topbar-inner{padding:10px 0;flex-wrap:wrap}
.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.header-inner{padding:16px 0}
.logo{font-size:36px;font-weight:800;letter-spacing:-1px}
.logo span{color:var(--primary)}
.search-box{display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;min-width:320px}
.search-box input{border:0;padding:12px 16px;min-width:240px;outline:0}
.search-box button{border:0;background:var(--primary);color:#fff;padding:0 18px;font-weight:700}
.nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:69px;z-index:99}
.nav .menu{list-style:none;margin:0;padding:0;display:flex;gap:22px;overflow:auto;white-space:nowrap}
.nav .menu a{display:block;padding:14px 0;font-size:14px;font-weight:700}
.nav .current-menu-item a,.nav .menu a:hover{color:var(--primary)}
.breaking{background:#fff7f7;border-bottom:1px solid #f2cccc;position:sticky;top:116px;z-index:98;overflow:hidden}
.headline-strip{padding:10px 0;flex-wrap:wrap}
.break-label{background:var(--primary);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}
.ticker-marquee{flex:1;min-width:260px;overflow:hidden;white-space:nowrap}
.ticker-track{display:inline-block;padding-left:100%;animation:marquee 38s linear infinite}
.ticker-item{display:inline-block;margin-right:30px;font-size:14px;font-weight:700}
.ticker-item:after{content:"•";color:var(--primary);margin-left:30px}
.ticker-marquee:hover .ticker-track,.ticker-track:hover{animation-play-state:paused}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.hero{padding:10px 0}
.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:start}
.card,.side-card,.box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.slider{position:relative;background:#000;overflow:hidden}
.slide{display:none;position:relative;min-height:520px;background-size:cover;background-position:center;color:#fff}
.slide.active{display:block}
.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.18))}
.slide-content{position:absolute;left:22px;right:22px;bottom:54px;z-index:2;max-width:82%}
.badge{display:inline-block;background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;margin-bottom:12px}
.slide-title{font-size:40px;line-height:1.08;font-weight:800;margin:0 0 8px}
.slide-excerpt{font-size:16px;color:#eee;margin:0 0 8px;max-width:80%}
.slide-meta,.meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#ddd}
.slider-controls{position:absolute;left:14px;right:14px;bottom:12px;z-index:3;display:flex;justify-content:space-between;align-items:center}
.slider-dots{display:flex;gap:8px}
.slider-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:0}
.slider-dot.active{background:#fff}
.slider-arrows button{border:0;background:rgba(255,255,255,.18);color:#fff;width:36px;height:36px;border-radius:50%}
.side-card h3,.box h3{margin:0;padding:12px 14px;border-bottom:1px solid var(--border);font-size:18px}
.mini-news,.popular-item{display:flex;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border)}
.mini-news:last-child,.popular-item:last-child{border-bottom:0}
.mini-news img{width:95px;height:68px;object-fit:cover;border-radius:10px}
.mini-news strong{font-size:15px;line-height:1.25}
.authors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.writer-item{display:flex;gap:10px;padding:12px;border-bottom:1px solid var(--border);min-height:88px}
.writer-item img{width:48px;height:48px;border-radius:50%}
.writer-item:nth-last-child(-n+3){border-bottom:0}
.writer-item:not(:nth-child(3n)){border-right:1px solid var(--border)}
.writer-meta strong{display:block;margin-bottom:4px;font-size:15px}
.writer-meta span{font-size:12px;color:var(--muted);line-height:1.35}
.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;padding:0 0 8px}
.section{margin-bottom:14px}
.section-head{margin-bottom:8px;border-bottom:2px solid var(--primary);padding-bottom:6px}
.section-head h2{margin:0;font-size:23px}
.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.news-card img{width:100%;height:205px;object-fit:cover}
.news-card-body{padding:12px}
.news-card-body h3{margin:0 0 6px;font-size:21px;line-height:1.2}
.news-card-body p{margin:0 0 6px;color:#666;font-size:14px}
.num{min-width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:var(--primary);font-weight:800}
.newsletter{background:#111;color:#fff;padding:14px;border-radius:var(--radius)}
.newsletter p{color:#ddd}
.newsletter input,.newsletter button{width:100%;padding:12px;border:0}
.newsletter input{margin-bottom:10px}
.newsletter button{background:var(--primary);color:#fff;font-weight:700}
.footer{background:#111;color:#fff;margin-top:12px}
.footer-top{padding:20px 0;align-items:start;gap:18px}
.footer-col{flex:1}
.footer-col h4{margin-top:0}
.footer-col p,.footer-col li{color:#d2d2d2;font-size:14px}
.footer-col ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:14px 0;color:#ccc;font-size:13px}
.pagination{display:flex;gap:8px;flex-wrap:wrap}
.pagination .page-numbers{padding:10px 14px;border:1px solid var(--border);border-radius:12px}
@media(max-width:1024px){
  .hero-grid,.main-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .authors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .writer-item{border-right:0!important;border-bottom:1px solid var(--border)!important}
  .writer-item:nth-last-child(-n+2){border-bottom:0!important}
}
@media(max-width:720px){
  .topbar-inner,.header-inner,.headline-strip,.section-head,.footer-top{flex-direction:column;align-items:flex-start}
  .search-box{width:100%;min-width:0}
  .search-box input{width:100%;min-width:0}
  .nav{top:118px}
  .breaking{top:165px}
  .news-grid,.authors-grid{grid-template-columns:1fr}
  .slide{min-height:400px}
  .slide-title{font-size:28px}
  .slide-excerpt,.slide-content{max-width:100%}
}


/* Öne çıkanlar ve en çok okunanlar görsel + numara düzeni */
.mini-news,.popular-item{
  align-items:flex-start;
}
.mini-news .item-no,
.popular-item .item-no{
  min-width:34px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f3f3;
  color:var(--primary);
  font-weight:800;
  font-size:15px;
  margin-top:2px;
}
.mini-news a img,
.popular-item a img,
.mini-news-thumb img,
.popular-thumb img{
  width:350px !important;
  max-width:100%;
  height:400px !important;
  object-fit:cover;
  border-radius:12px;
}
.mini-news,
.popular-item{
  gap:12px;
}
.item-text{
  flex:1;
}
.item-text strong{
  display:block;
  margin-bottom:6px;
}
.read-count{
  font-size:12px;
  color:var(--muted);
  margin-top:6px;
  display:block;
}
@media(max-width:900px){
  .mini-news a img,
  .popular-item a img,
  .mini-news-thumb img,
  .popular-thumb img{
    width:140px !important;
    height:160px !important;
  }
}


/* Professional single/block article page */
.article-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:20px;
  align-items:start;
}
.article-main{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.article-header{
  padding:22px 22px 0;
}
.article-title{
  font-size:42px;
  line-height:1.12;
  margin:10px 0 14px;
  font-weight:800;
}
.article-featured{
  margin:18px 0 0;
}
.article-featured img{
  width:100%;
  max-height:520px;
  object-fit:cover;
}
.article-content{
  padding:22px;
  font-size:18px;
  line-height:1.8;
}
.article-content p{
  margin:0 0 18px;
}
.article-content h2,
.article-content h3{
  margin:24px 0 12px;
  line-height:1.25;
}
.article-sidebar{
  display:grid;
  gap:16px;
}
.sidebar-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.sidebar-box h3{
  margin:0;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
  font-size:18px;
}
.sidebar-box .inside{
  padding:14px;
}
.related-list{
  display:grid;
  gap:12px;
}
.related-item{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:10px;
  align-items:start;
  padding-bottom:12px;
  border-bottom:1px solid var(--border);
}
.related-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.related-item img{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
}
.article-author-box{
  margin-top:20px;
  border-top:1px solid var(--border);
  padding-top:18px;
  display:flex;
  gap:14px;
  align-items:center;
}
.article-author-box img{
  width:64px;
  height:64px;
  border-radius:50%;
}
.prof-input-wrap{
  max-width:860px;
}
@media(max-width:980px){
  .article-layout{
    grid-template-columns:1fr;
  }
  .article-title{
    font-size:32px;
  }
}


/* Sözcü-benzeri haber detay sayfası */
.article-page-wrap{
  max-width:860px;
  margin:18px auto 24px;
}
.article-breadcrumb{
  font-size:14px;
  color:#666;
  margin-bottom:10px;
}
.article-breadcrumb a{
  color:#666;
}
.article-top-meta{
  font-size:14px;
  color:#666;
  margin-bottom:8px;
}
.article-kicker{
  font-size:14px;
  color:#666;
  margin-bottom:8px;
}
.article-title{
  font-size:46px;
  line-height:1.08;
  font-weight:800;
  margin:0 0 10px;
  color:#111;
}
.article-spot{
  font-size:22px;
  line-height:1.35;
  font-weight:700;
  color:#222;
  margin:0 0 16px;
}
.article-author-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  flex-wrap:wrap;
}
.article-author-line img{
  width:42px;
  height:42px;
  border-radius:50%;
}
.article-tools{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:18px;
}
.article-tool-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid var(--border);
  background:#fff;
  color:#333;
  font-size:14px;
  font-weight:700;
}
.article-main-image{
  margin:0 0 18px;
}
.article-main-image img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:16px;
}
.article-main-caption{
  margin-top:8px;
  color:#666;
  font-size:14px;
}
.article-content-wrap{
  background:#fff;
}
.article-content-wrap .article-content{
  padding:0;
  font-size:20px;
  line-height:1.85;
}
.article-content-wrap .article-content p{
  margin:0 0 20px;
}
.article-reactions{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.article-reactions h3{
  margin:0 0 12px;
  font-size:20px;
}
.reaction-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.reaction-pill{
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 14px;
  background:#fff;
  font-size:14px;
}
.article-headlines-box{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.article-headlines-box h3{
  margin:0 0 14px;
  font-size:24px;
}
.headlines-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.headline-card{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.headline-card img{
  width:100%;
  height:170px;
  object-fit:cover;
}
.headline-card .inside{
  padding:12px;
}
.headline-card strong{
  line-height:1.3;
  display:block;
}
@media(max-width:720px){
  .article-title{
    font-size:34px;
  }
  .article-spot{
    font-size:18px;
  }
  .headlines-grid{
    grid-template-columns:1fr;
  }
}


/* HaberV8 benzeri içerik sayfası */
.v8-article-wrap{
  max-width:900px;
  margin:18px auto 28px;
}
.v8-breadcrumb{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  color:#666;
  margin-bottom:10px;
}
.v8-read-count{
  font-size:15px;
  color:#666;
  margin:6px 0 4px;
}
.v8-title{
  font-size:44px;
  line-height:1.1;
  font-weight:800;
  margin:0 0 8px;
  color:#111;
}
.v8-subline{
  font-size:14px;
  color:#666;
  margin-bottom:16px;
}
.v8-main-image{
  margin:0 0 14px;
}
.v8-main-image img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:14px;
}
.v8-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.v8-social-title{
  font-weight:700;
  color:#444;
  margin-right:4px;
}
.v8-social-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid var(--border);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#333;
  font-size:13px;
  font-weight:700;
}
.v8-content{
  font-size:20px;
  line-height:1.9;
  color:#222;
}
.v8-content p{
  margin:0 0 18px;
}
.v8-content h2,
.v8-content h3{
  margin:24px 0 12px;
  line-height:1.3;
}
.v8-related{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-related h3{
  margin:0 0 14px;
  font-size:24px;
}
.v8-related ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}
.v8-reply-box{
  margin-top:28px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-reply-box h3{
  margin:0 0 12px;
  font-size:24px;
}
.v8-newsletter{
  margin-top:28px;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  background:#fafafa;
}
.v8-newsletter h3{
  margin:0 0 10px;
}
.v8-newsletter input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:12px;
  margin-top:10px;
}
@media(max-width:720px){
  .v8-title{
    font-size:32px;
  }
  .v8-content{
    font-size:18px;
  }
}


/* HaberV8 benzeri anasayfa */
.home-v8-wrap{
  padding:10px 0 12px;
}
.v8-hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
  align-items:start;
}
.v8-side-stack{
  display:grid;
  gap:14px;
}
.v8-side-feature{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-side-feature img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.v8-side-feature .inside{
  padding:12px;
}
.v8-side-feature strong{
  display:block;
  font-size:18px;
  line-height:1.25;
}
.v8-thumb-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
.v8-thumb-card{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-thumb-card img{
  width:100%;
  height:155px;
  object-fit:cover;
}
.v8-thumb-card .inside{
  padding:12px;
}
.v8-thumb-card strong{
  display:block;
  line-height:1.3;
}
.v8-list-block{
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.v8-list-block h3{
  margin:0;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
  font-size:19px;
}
.v8-list-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
}
.v8-list-item:last-child{
  border-bottom:0;
}
.v8-list-item img{
  width:120px;
  height:84px;
  object-fit:cover;
  border-radius:10px;
}
.v8-double-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
@media(max-width:1024px){
  .v8-hero-grid,
  .v8-double-col,
  .v8-thumb-grid{
    grid-template-columns:1fr;
  }
}


/* Sözcü-benzeri haber detay sayfası */
.article-page-wrap{
  max-width:860px;
  margin:18px auto 24px;
}
.article-breadcrumb{
  font-size:14px;
  color:#666;
  margin-bottom:10px;
}
.article-breadcrumb a{
  color:#666;
}
.article-top-meta{
  font-size:14px;
  color:#666;
  margin-bottom:8px;
}
.article-kicker{
  font-size:14px;
  color:#666;
  margin-bottom:8px;
}
.article-title{
  font-size:46px;
  line-height:1.08;
  font-weight:800;
  margin:0 0 10px;
  color:#111;
}
.article-spot{
  font-size:22px;
  line-height:1.35;
  font-weight:700;
  color:#222;
  margin:0 0 16px;
}
.article-author-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  flex-wrap:wrap;
}
.article-author-line img{
  width:42px;
  height:42px;
  border-radius:50%;
}
.article-tools{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:18px;
}
.article-tool-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid var(--border);
  background:#fff;
  color:#333;
  font-size:14px;
  font-weight:700;
}
.article-main-image{
  margin:0 0 18px;
}
.article-main-image img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:16px;
}
.article-main-caption{
  margin-top:8px;
  color:#666;
  font-size:14px;
}
.article-content-wrap{
  background:#fff;
}
.article-content-wrap .article-content{
  padding:0;
  font-size:20px;
  line-height:1.85;
}
.article-content-wrap .article-content p{
  margin:0 0 20px;
}
.article-reactions{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.article-reactions h3{
  margin:0 0 12px;
  font-size:20px;
}
.reaction-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.reaction-pill{
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 14px;
  background:#fff;
  font-size:14px;
}
.article-headlines-box{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.article-headlines-box h3{
  margin:0 0 14px;
  font-size:24px;
}
.headlines-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.headline-card{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.headline-card img{
  width:100%;
  height:170px;
  object-fit:cover;
}
.headline-card .inside{
  padding:12px;
}
.headline-card strong{
  line-height:1.3;
  display:block;
}
@media(max-width:720px){
  .article-title{
    font-size:34px;
  }
  .article-spot{
    font-size:18px;
  }
  .headlines-grid{
    grid-template-columns:1fr;
  }
}


/* HaberV8 benzeri içerik sayfası */
.v8-article-wrap{
  max-width:900px;
  margin:18px auto 28px;
}
.v8-breadcrumb{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  color:#666;
  margin-bottom:10px;
}
.v8-read-count{
  font-size:15px;
  color:#666;
  margin:6px 0 4px;
}
.v8-title{
  font-size:44px;
  line-height:1.1;
  font-weight:800;
  margin:0 0 8px;
  color:#111;
}
.v8-subline{
  font-size:14px;
  color:#666;
  margin-bottom:16px;
}
.v8-main-image{
  margin:0 0 14px;
}
.v8-main-image img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:14px;
}
.v8-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.v8-social-title{
  font-weight:700;
  color:#444;
  margin-right:4px;
}
.v8-social-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid var(--border);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#333;
  font-size:13px;
  font-weight:700;
}
.v8-content{
  font-size:20px;
  line-height:1.9;
  color:#222;
}
.v8-content p{
  margin:0 0 18px;
}
.v8-content h2,
.v8-content h3{
  margin:24px 0 12px;
  line-height:1.3;
}
.v8-related{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-related h3{
  margin:0 0 14px;
  font-size:24px;
}
.v8-related ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}
.v8-reply-box{
  margin-top:28px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-reply-box h3{
  margin:0 0 12px;
  font-size:24px;
}
.v8-newsletter{
  margin-top:28px;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  background:#fafafa;
}
.v8-newsletter h3{
  margin:0 0 10px;
}
.v8-newsletter input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:12px;
  margin-top:10px;
}
@media(max-width:720px){
  .v8-title{
    font-size:32px;
  }
  .v8-content{
    font-size:18px;
  }
}


/* HaberV8 benzeri anasayfa */
.home-v8-wrap{
  padding:10px 0 12px;
}
.v8-hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
  align-items:start;
}
.v8-side-stack{
  display:grid;
  gap:14px;
}
.v8-side-feature{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-side-feature img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.v8-side-feature .inside{
  padding:12px;
}
.v8-side-feature strong{
  display:block;
  font-size:18px;
  line-height:1.25;
}
.v8-thumb-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
.v8-thumb-card{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-thumb-card img{
  width:100%;
  height:155px;
  object-fit:cover;
}
.v8-thumb-card .inside{
  padding:12px;
}
.v8-thumb-card strong{
  display:block;
  line-height:1.3;
}
.v8-list-block{
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.v8-list-block h3{
  margin:0;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
  font-size:19px;
}
.v8-list-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
}
.v8-list-item:last-child{
  border-bottom:0;
}
.v8-list-item img{
  width:120px;
  height:84px;
  object-fit:cover;
  border-radius:10px;
}
.v8-double-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
@media(max-width:1024px){
  .v8-hero-grid,
  .v8-double-col,
  .v8-thumb-grid{
    grid-template-columns:1fr;
  }
}


/* HaberV8 benzeri içerik sayfası */
.v8-article-wrap{
  max-width:900px;
  margin:18px auto 28px;
}
.v8-breadcrumb{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  color:#666;
  margin-bottom:10px;
}
.v8-read-count{
  font-size:15px;
  color:#666;
  margin:6px 0 4px;
}
.v8-title{
  font-size:44px;
  line-height:1.1;
  font-weight:800;
  margin:0 0 8px;
  color:#111;
}
.v8-subline{
  font-size:14px;
  color:#666;
  margin-bottom:16px;
}
.v8-main-image{
  margin:0 0 14px;
}
.v8-main-image img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:14px;
}
.v8-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.v8-social-title{
  font-weight:700;
  color:#444;
  margin-right:4px;
}
.v8-social-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid var(--border);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#333;
  font-size:13px;
  font-weight:700;
}
.v8-content{
  font-size:20px;
  line-height:1.9;
  color:#222;
}
.v8-content p{
  margin:0 0 18px;
}
.v8-content h2,
.v8-content h3{
  margin:24px 0 12px;
  line-height:1.3;
}
.v8-related{
  margin-top:26px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-related h3{
  margin:0 0 14px;
  font-size:24px;
}
.v8-related ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}
.v8-reply-box{
  margin-top:28px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.v8-reply-box h3{
  margin:0 0 12px;
  font-size:24px;
}
.v8-newsletter{
  margin-top:28px;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  background:#fafafa;
}
.v8-newsletter h3{
  margin:0 0 10px;
}
.v8-newsletter input{
  width:100%;
  max-width:420px;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:12px;
  margin-top:10px;
}
@media(max-width:720px){
  .v8-title{
    font-size:32px;
  }
  .v8-content{
    font-size:18px;
  }
}


/* HaberV8 benzeri anasayfa */
.home-v8-wrap{
  padding:10px 0 12px;
}
.v8-hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
  align-items:start;
}
.v8-side-stack{
  display:grid;
  gap:14px;
}
.v8-side-feature{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-side-feature img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.v8-side-feature .inside{
  padding:12px;
}
.v8-side-feature strong{
  display:block;
  font-size:18px;
  line-height:1.25;
}
.v8-thumb-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
.v8-thumb-card{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.v8-thumb-card img{
  width:100%;
  height:155px;
  object-fit:cover;
}
.v8-thumb-card .inside{
  padding:12px;
}
.v8-thumb-card strong{
  display:block;
  line-height:1.3;
}
.v8-list-block{
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.v8-list-block h3{
  margin:0;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
  font-size:19px;
}
.v8-list-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
}
.v8-list-item:last-child{
  border-bottom:0;
}
.v8-list-item img{
  width:120px;
  height:84px;
  object-fit:cover;
  border-radius:10px;
}
.v8-double-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
@media(max-width:1024px){
  .v8-hero-grid,
  .v8-double-col,
  .v8-thumb-grid{
    grid-template-columns:1fr;
  }
}
