/*
Theme Name: Ne Biliyoruz Editorial V48
Theme URI: https://nebiliyoruz.com
Author: Ne Biliyoruz
Description: Ne Biliyoruz? için özel dergi/haber teması. Seçilebilir 6'lı manşet, son dakika bandı, gelişmiş görsel yönetimi, kaynak alanı, okuma süresi, ilgili haberler, gerçek en çok okunanlar ve yönetilebilir kategori bölümleri.
Version: 48.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: ne-biliyoruz
*/

:root{
  --nb-ink:#101318; --nb-muted:#727984; --nb-line:#e7e7e2;
  --nb-paper:#fbfbf8; --nb-red:#d71920; --nb-blue:#1e5cff; --nb-max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--nb-paper);color:var(--nb-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.nb-wrap{width:min(var(--nb-max),calc(100% - 36px));margin:auto}

.nb-topbar{background:#121820;color:#fff;font-size:12px}
.nb-topbar-inner{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.nb-header{background:#fff;border-bottom:1px solid var(--nb-line)}
.nb-header-inner{min-height:112px;display:grid;grid-template-columns:170px 1fr auto;gap:28px;align-items:center}
.nb-logo img{max-height:96px;width:auto}
.nb-logo-text{font-weight:900;font-size:28px;letter-spacing:-1px}
.nb-nav ul{display:flex;gap:26px;justify-content:center;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.nb-nav a{font-size:13px;font-weight:800;text-transform:uppercase}
.nb-nav a:hover{color:var(--nb-red)}
.nb-search{font-size:24px}
.nb-breaking{background:#fff;border-bottom:1px solid var(--nb-line)}
.nb-breaking-inner{display:flex;align-items:center;gap:15px;min-height:42px;overflow:hidden}
.nb-breaking-label{background:var(--nb-red);color:#fff;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;flex:0 0 auto}
.nb-breaking-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}

.nb-main{padding:32px 0 65px}

/* slider */
.nb-slider{position:relative;min-height:560px;background:#111;overflow:hidden;margin-bottom:38px}
.nb-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
.nb-slide.is-active{opacity:1;pointer-events:auto;z-index:2}
.nb-slide img{width:100%;height:560px;object-fit:cover}
.nb-slide-placeholder{height:560px;background:linear-gradient(135deg,#354b61,#1b2229)}
.nb-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.82))}
.nb-slide-copy{position:absolute;z-index:3;left:38px;right:38px;bottom:95px;color:#fff}
.nb-badge{display:inline-block;background:var(--nb-blue);color:#fff;padding:6px 9px;font-size:10px;font-weight:900;text-transform:uppercase}
.nb-slide-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,68px);line-height:.98;margin:12px 0;max-width:850px}
.nb-slide-excerpt{max-width:720px;font-size:17px;color:rgba(255,255,255,.9)}
.nb-slider-tabs{position:absolute;left:0;right:0;bottom:0;z-index:5;display:grid;grid-template-columns:repeat(6,1fr);background:rgba(8,11,15,.88)}
.nb-slider-tab{height:60px;border:0;border-top:3px solid transparent;background:transparent;color:#fff;font-weight:900;cursor:pointer}
.nb-slider-tab.is-active{border-top-color:var(--nb-red);background:rgba(255,255,255,.08)}
.nb-slider-arrow{position:absolute;z-index:6;top:44%;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:22px;cursor:pointer}
.nb-prev{left:14px}.nb-next{right:14px}
.nb-empty-slider{padding:36px;background:#fff;border:1px dashed #cfd3d8;margin-bottom:38px}

/* sections/cards */
.nb-section{padding:36px 0 18px}
.nb-section-head{display:flex;justify-content:space-between;align-items:flex-end;border-top:2px solid var(--nb-ink);padding-top:12px;margin-bottom:22px}
.nb-section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:0}
.nb-section-head a{font-size:12px;font-weight:800;text-transform:uppercase}
.nb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nb-card{border-bottom:1px solid var(--nb-line);padding-bottom:22px}
.nb-card-thumb{aspect-ratio:16/10;overflow:hidden;background:#ddd;margin-bottom:14px}
.nb-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s}
.nb-card:hover .nb-card-thumb img{transform:scale(1.025)}
.nb-card h3{font-family:Georgia,"Times New Roman",serif;font-size:26px;line-height:1.08;margin:9px 0 10px}
.nb-card p{color:var(--nb-muted);font-size:15px}
.nb-meta{font-size:11px;text-transform:uppercase;font-weight:800;color:#596274}
.nb-popular .nb-meta{display:none} /* view count intentionally hidden */

.nb-article{width:min(880px,calc(100% - 36px));margin:auto}
.nb-article-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,6vw,72px);line-height:1.02;margin:12px 0 20px}
.nb-article-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.8}
.nb-article-content p{margin-bottom:1.35em}

.nb-footer{background:#111820;color:#fff;padding:55px 0 70px;margin-top:55px}
.nb-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.nb-footer ul{list-style:none;padding:0}.nb-footer li{margin:8px 0;color:#cbd1d7}

@media(max-width:850px){
  .nb-header-inner{grid-template-columns:120px 1fr}
  .nb-nav{grid-column:1/-1;overflow:auto}
  .nb-nav ul{justify-content:flex-start;flex-wrap:nowrap}
  .nb-cards{grid-template-columns:1fr}
  .nb-slider{min-height:480px}
  .nb-slide img,.nb-slide-placeholder{height:480px}
  .nb-slide-copy{left:22px;right:22px}
  .nb-slide-excerpt{display:none}
  .nb-footer-grid{grid-template-columns:1fr}
}


/* V6 display options */
.nb-ratio-16-9{aspect-ratio:16/9}
.nb-ratio-4-3{aspect-ratio:4/3}
.nb-ratio-1-1{aspect-ratio:1/1}
.nb-pos-center img{object-position:center center}
.nb-pos-top img{object-position:center top}
.nb-pos-bottom img{object-position:center bottom}
.nb-pos-left img{object-position:left center}
.nb-pos-right img{object-position:right center}
.nb-title-compact h3{font-size:22px}
.nb-title-large h3{font-size:30px}
.nb-spot{font-size:16px;color:var(--nb-muted);margin:8px 0 14px}


/* Final editorial refinements */
.nb-breaking-link{display:block;width:100%}
.nb-breaking-inner{position:relative}
.nb-breaking-text strong{margin-right:8px}
.nb-source-box{margin:34px 0 0;padding:15px 18px;background:#fff;border-left:3px solid var(--nb-red);font-size:14px}
.nb-related{margin-top:54px}
.nb-related .nb-cards{grid-template-columns:repeat(3,1fr)}
.nb-reading-time{white-space:nowrap}
.nb-editor-label{display:inline-block;margin-left:8px;color:var(--nb-red)}
.nb-article-content blockquote{margin:2em 0;padding:8px 0 8px 24px;border-left:4px solid var(--nb-red);font-size:1.25em;line-height:1.5}
.nb-article-content img{border-radius:2px}
.nb-admin-note{font-size:12px;color:#646970}
@media(max-width:850px){.nb-related .nb-cards{grid-template-columns:1fr}}


/* V8: HTML prototipine daha yakın ana sayfa */
.nb-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,.82fr);
  gap:22px;
}
.nb-hero-grid .nb-slider{margin-bottom:0}
.nb-side-stack{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:16px;
}
.nb-mini{
  position:relative;
  min-height:176px;
  overflow:hidden;
  background:#161a20;
}
.nb-mini img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}
.nb-mini:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.84));
}
.nb-mini-copy{
  position:absolute;
  z-index:2;
  left:18px;right:18px;bottom:16px;
  color:white;
}
.nb-mini-copy h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.06;
  margin:8px 0 0;
}
.nb-home-gap{margin-bottom:42px}
.nb-nav-fallback ul{
  display:flex;gap:26px;justify-content:center;align-items:center;flex-wrap:wrap;
  list-style:none;padding:0;margin:0
}
.nb-nav-fallback a{font-size:13px;font-weight:800;text-transform:uppercase}
.nb-nav-fallback a:hover{color:var(--nb-red)}
@media(max-width:1000px){
  .nb-hero-grid{grid-template-columns:1fr}
  .nb-side-stack{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}
  .nb-mini{min-height:210px}
}
@media(max-width:700px){
  .nb-side-stack{grid-template-columns:1fr}
}


/* V9: 16:9 standardizasyonu + daha temiz manşet */
.nb-hero-grid{
  grid-template-columns:minmax(0,1.95fr) minmax(300px,.78fr);
  align-items:start;
}

.nb-slider{
  aspect-ratio:16/9;
  min-height:0;
  height:auto;
  margin-bottom:0;
}
.nb-slide{
  min-height:0;
}
.nb-slide img,
.nb-slide-placeholder{
  width:100%;
  height:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.nb-slide-copy{
  left:34px;
  right:34px;
  bottom:82px;
  max-width:760px;
}
.nb-slide-title{
  font-size:clamp(32px,3.4vw,52px);
  line-height:1.02;
  letter-spacing:-.025em;
  margin:10px 0 10px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-wrap:balance;
}
.nb-slide-excerpt{
  font-size:15px;
  line-height:1.45;
  max-width:680px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0;
}
.nb-slider-tabs{
  grid-template-columns:repeat(6,1fr);
  min-height:46px;
}
.nb-slider-tab{
  height:46px;
  font-size:12px;
}
.nb-slider-arrow{
  width:38px;
  height:38px;
  font-size:19px;
}
.nb-prev{left:12px}
.nb-next{right:12px}

/* Sağdaki haberler de 16:9 */
.nb-side-stack{
  grid-template-rows:repeat(3,auto);
}
.nb-mini{
  min-height:0;
  aspect-ratio:16/9;
}
.nb-mini img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.nb-mini-copy{
  left:16px;
  right:16px;
  bottom:14px;
}
.nb-mini-copy h3{
  font-size:20px;
  line-height:1.08;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Kartlarda varsayılan görünüm 16:9 */
.nb-card-thumb{
  aspect-ratio:16/9;
}
.nb-card-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 16:9'u gerçekten baskın yap, özel oran seçilirse yine çalışsın */
.nb-ratio-16-9{aspect-ratio:16/9}
.nb-ratio-4-3{aspect-ratio:4/3}
.nb-ratio-1-1{aspect-ratio:1/1}

/* Ana sayfa bölüm başlıklarının taşmasını önle */
.nb-section-head h2{
  line-height:1.05;
}
.nb-card h3{
  text-wrap:balance;
}

/* Tablet/mobile */
@media(max-width:1000px){
  .nb-hero-grid{grid-template-columns:1fr}
  .nb-side-stack{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:auto;
  }
  .nb-mini{aspect-ratio:16/9}
}
@media(max-width:700px){
  .nb-slider{aspect-ratio:4/5}
  .nb-slide img,.nb-slide-placeholder{aspect-ratio:4/5}
  .nb-slide-copy{left:20px;right:20px;bottom:68px}
  .nb-slide-title{
    font-size:clamp(28px,8vw,40px);
    -webkit-line-clamp:4;
  }
  .nb-slide-excerpt{display:none}
  .nb-side-stack{grid-template-columns:1fr}
}


/* V10 DÜZELTME: slider + sağ kolon aynı toplam yükseklik */
.nb-hero-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.95fr) minmax(300px,.78fr) !important;
  gap:22px !important;
  align-items:stretch !important;
}

.nb-hero-grid > div:first-child{
  display:flex;
  min-width:0;
}

.nb-hero-grid .nb-slider{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:16/9 !important;
  margin:0 !important;
}

.nb-side-stack{
  height:100% !important;
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  grid-template-rows:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  align-self:stretch !important;
}

.nb-mini{
  min-height:0 !important;
  height:100% !important;
  aspect-ratio:auto !important;
  position:relative !important;
  overflow:hidden !important;
}

.nb-mini img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* V10 DÜZELTME: ana sayfa ve kategori kartlarının HEPSİ 16:9 */
.nb-section .nb-card-thumb,
.nb-popular .nb-card-thumb,
.nb-cards .nb-card-thumb,
.nb-ratio-16-9,
.nb-ratio-4-3,
.nb-ratio-1-1{
  aspect-ratio:16/9 !important;
  width:100% !important;
  height:auto !important;
  overflow:hidden !important;
}

.nb-section .nb-card-thumb img,
.nb-popular .nb-card-thumb img,
.nb-cards .nb-card-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* Kartların gereksiz dikey uzamasını engelle */
.nb-card{
  align-self:start;
}
.nb-card h3{
  margin-top:10px !important;
}

/* Slider başlığı fotoğrafı ezmesin */
.nb-slide-copy{
  max-width:72% !important;
}
.nb-slide-title{
  font-size:clamp(30px,3.1vw,48px) !important;
  line-height:1.03 !important;
  -webkit-line-clamp:3 !important;
}
.nb-slide-excerpt{
  font-size:14px !important;
  -webkit-line-clamp:2 !important;
}

/* Tablet */
@media(max-width:1000px){
  .nb-hero-grid{
    grid-template-columns:1fr !important;
  }
  .nb-hero-grid > div:first-child{
    display:block;
  }
  .nb-side-stack{
    height:auto !important;
    grid-template-columns:repeat(3,1fr) !important;
    grid-template-rows:auto !important;
  }
  .nb-mini{
    aspect-ratio:16/9 !important;
    height:auto !important;
  }
}

/* Mobil */
@media(max-width:700px){
  .nb-side-stack{
    grid-template-columns:1fr !important;
  }
  .nb-mini{
    aspect-ratio:16/9 !important;
  }
  .nb-slide-copy{
    max-width:none !important;
  }
}


/* V11 utility classes driven by Customizer */
body.nb-hide-excerpts .nb-card p,
body.nb-hide-slider-spot .nb-slide-excerpt{display:none!important}
body.nb-hide-meta .nb-meta{display:none!important}
body.nb-hide-sidebar-stories .nb-side-stack{display:none!important}
body.nb-hide-sidebar-stories .nb-hero-grid{grid-template-columns:1fr!important}
body.nb-hide-slider-arrows .nb-slider-arrow{display:none!important}
body.nb-hide-slider-tabs .nb-slider-tabs{display:none!important}
body.nb-rounded-images .nb-card-thumb,
body.nb-rounded-images .nb-mini,
body.nb-rounded-images .nb-slider{border-radius:var(--nb-radius,10px);overflow:hidden}
body.nb-card-shadow .nb-card{box-shadow:0 8px 30px rgba(16,19,24,.08);padding:14px;background:#fff;border-bottom:0}
body.nb-hover-zoom .nb-card-thumb img,
body.nb-hover-zoom .nb-mini img{transition:transform .25s ease}
body.nb-hover-zoom .nb-card:hover .nb-card-thumb img,
body.nb-hover-zoom .nb-mini:hover img{transform:scale(1.035)}
body.nb-dark-mode{background:#11151b;color:#f4f4f4}
body.nb-dark-mode .nb-header,
body.nb-dark-mode .nb-section,
body.nb-dark-mode .nb-breaking{background:#11151b;color:#f4f4f4}
body.nb-dark-mode .nb-card p,
body.nb-dark-mode .nb-meta{color:#b8c0ca}


/* V13 KRİTİK ORAN DÜZELTMESİ
   .nb-card-thumb bir <a> etiketi olduğu için inline kaldığında aspect-ratio
   bazı kartlarda uygulanmıyordu. Artık blok ve sabit kırpım kutusu. */
.nb-card-thumb,
.nb-section .nb-card-thumb,
.nb-popular .nb-card-thumb,
.nb-cards .nb-card-thumb{
  display:block !important;
  position:relative !important;
  width:100% !important;
  aspect-ratio:16/9 !important;
  height:auto !important;
  overflow:hidden !important;
  margin-bottom:14px !important;
  background:#e8e8e8 !important;
}

.nb-card-thumb img,
.nb-section .nb-card-thumb img,
.nb-popular .nb-card-thumb img,
.nb-cards .nb-card-thumb img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  display:block !important;
}

/* Kartların iki/üç sütunda aynı genişliği ve hizayı koruması */
.nb-cards{
  align-items:start !important;
}
.nb-card{
  min-width:0 !important;
  width:100% !important;
}

/* Customizer'da seçilen oran yine çalışsın; dinamik CSS daha sonra geldiğinde
   4:3 / kare / orijinal seçenekleri bu 16:9 varsayılanını geçersiz kılabilir. */


/* V14 MOBILE FIXES */
@media (max-width: 700px){

  html,body{overflow-x:hidden!important}

  .nb-wrap{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }

  /* Header daha kompakt */
  .nb-topbar{
    display:none!important;
  }

  .nb-header-inner{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:72px 1fr!important;
    gap:12px!important;
    padding:10px 0 8px!important;
    align-items:center!important;
  }

  .nb-logo{
    grid-column:1!important;
    grid-row:1!important;
  }

  .nb-logo img{
    max-height:68px!important;
    width:auto!important;
  }

  .nb-logo-text{
    font-size:16px!important;
    line-height:1!important;
  }

  .nb-search{
    display:none!important;
  }

  .nb-nav{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    padding:5px 0 2px!important;
  }

  .nb-nav::-webkit-scrollbar{display:none!important}

  .nb-nav ul,
  .nb-nav-fallback ul{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:22px!important;
    width:max-content!important;
    min-width:max-content!important;
    padding:0 2px!important;
    margin:0!important;
  }

  .nb-nav li{
    flex:0 0 auto!important;
  }

  .nb-nav a,
  .nb-nav-fallback a{
    font-size:14px!important;
    white-space:nowrap!important;
  }

  /* Ana sayfa üst alan */
  .nb-main{
    padding-top:18px!important;
  }

  .nb-hero-grid{
    display:block!important;
  }

  .nb-hero-grid > div:first-child{
    display:block!important;
  }

  .nb-slider{
    width:100%!important;
    aspect-ratio:16/9!important;
    height:auto!important;
    min-height:0!important;
    border-radius:0!important;
  }

  .nb-slide,
  .nb-slide img,
  .nb-slide-placeholder{
    width:100%!important;
    height:100%!important;
    aspect-ratio:16/9!important;
    object-fit:cover!important;
  }

  .nb-slide-copy{
    left:18px!important;
    right:18px!important;
    bottom:58px!important;
    max-width:82%!important;
  }

  .nb-slide-title{
    font-size:30px!important;
    line-height:1.02!important;
    letter-spacing:-.02em!important;
    margin:6px 0 0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  .nb-slide-excerpt{
    display:none!important;
  }

  .nb-slider-arrow{
    width:34px!important;
    height:34px!important;
    font-size:18px!important;
    top:43%!important;
  }

  .nb-slider-tabs{
    min-height:42px!important;
    height:42px!important;
    grid-template-columns:repeat(6,1fr)!important;
  }

  .nb-slider-tab{
    height:42px!important;
    min-width:0!important;
    font-size:11px!important;
    padding:0!important;
  }

  /* Sağdaki 3 haber mobilde tek sütun */
  .nb-side-stack{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    gap:14px!important;
    margin-top:16px!important;
    height:auto!important;
  }

  .nb-mini{
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
  }

  .nb-mini-copy h3{
    font-size:22px!important;
    line-height:1.08!important;
  }

  /* En kritik düzeltme: mobilde tüm kartlar TEK sütun */
  .nb-cards{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
  }

  .nb-card{
    width:100%!important;
    min-width:0!important;
  }

  .nb-card-thumb,
  .nb-section .nb-card-thumb,
  .nb-popular .nb-card-thumb,
  .nb-cards .nb-card-thumb{
    width:100%!important;
    aspect-ratio:16/9!important;
  }

  .nb-card h3{
    font-size:28px!important;
    line-height:1.08!important;
    margin:10px 0 8px!important;
  }

  .nb-card p{
    font-size:16px!important;
    line-height:1.5!important;
  }

  .nb-meta{
    font-size:11px!important;
  }

  .nb-section{
    padding-top:30px!important;
  }

  .nb-section-head{
    margin-bottom:16px!important;
  }

  .nb-section-head h2{
    font-size:34px!important;
  }

  .nb-section-head a{
    font-size:10px!important;
  }

  /* Haber detay */
  .nb-article{
    width:calc(100% - 24px)!important;
  }

  .nb-article-title{
    font-size:38px!important;
    line-height:1.02!important;
  }

  .nb-article-content{
    font-size:18px!important;
    line-height:1.7!important;
  }

  /* Footer */
  .nb-footer{
    padding:38px 0 48px!important;
  }
}


/* V16 — Mobil slider okları başlığı kapatmasın */
@media(max-width:700px){

  .nb-slider-arrow{
    top:50% !important;
    transform:translateY(-50%) !important;
    width:32px !important;
    height:32px !important;
    font-size:17px !important;
    background:rgba(255,255,255,.88) !important;
    z-index:8 !important;
  }

  .nb-prev{
    left:8px !important;
  }

  .nb-next{
    right:8px !important;
  }

  /* Başlık alanını oklardan uzak tut */
  .nb-slide-copy{
    left:52px !important;
    right:52px !important;
    bottom:58px !important;
    max-width:none !important;
  }

  .nb-slide-title{
    text-align:left !important;
  }
}


/* V21 — Türkçe büyük harf düzeltmesi
   Menü ve kategori etiketlerinde uppercase artık PHP tarafında Türkçe kurallarla uygulanır. */
.nb-nav a,
.nb-nav-fallback a,
.nb-badge{
  text-transform:none !important;
}


/* V41 - Manşet 1-16 numaraları tek satır */
.nb-slider-tabs{
  display:grid !important;
  grid-template-columns:repeat(16,minmax(0,1fr)) !important;
  gap:0 !important;
  width:100% !important;
  max-width:none !important;
  overflow:hidden !important;
  flex-wrap:nowrap !important;
}
.nb-slider-tab{
  width:auto !important;
  min-width:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin:0 !important;
  text-align:center !important;
  white-space:nowrap !important;
}
@media(max-width:700px){
  .nb-slider-tabs{
    grid-template-columns:repeat(16,minmax(24px,1fr)) !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
  }
  .nb-slider-tab{
    font-size:11px !important;
  }
}


/* V43 - Mobil manşet: masaüstü yerleşiminin kompakt hali
   Slider yüksekliği DEĞİŞMEZ. Başlık görselin üzerinde tam görünür. */
@media(max-width:700px){

  /* Slider 16:9 kalır, yukarı doğru büyümez */
  .nb-slider{
    aspect-ratio:16/9 !important;
    height:auto !important;
    min-height:0 !important;
  }

  /* Başlık alanı görselin üzerinde, alt numaraların hemen üstünde */
  .nb-slide-copy{
    left:42px !important;
    right:42px !important;
    bottom:50px !important;
    max-width:none !important;
    overflow:visible !important;
  }

  /* Kategori etiketi mobilde daha küçük */
  .nb-slide-copy .nb-badge,
  .nb-slide .nb-badge{
    font-size:9px !important;
    line-height:1 !important;
    padding:4px 6px !important;
    margin:0 0 4px 0 !important;
  }

  /* Başlığın tamamı görünsün: eski 2 satır kesme tamamen kapalı */
  .nb-slide-title{
    font-size:21px !important;
    line-height:1.04 !important;
    letter-spacing:-.015em !important;
    margin:4px 0 0 !important;
    max-width:100% !important;

    display:block !important;
    -webkit-line-clamp:unset !important;
    -webkit-box-orient:initial !important;
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:normal !important;

    text-shadow:0 2px 5px rgba(0,0,0,.9) !important;
  }

  /* Spot mobilde kapalı kalsın, başlığa alan bıraksın */
  .nb-slide-excerpt{
    display:none !important;
  }

  /* Oklar başlığın alanını mümkün olduğunca az yesin */
  .nb-slider-arrow{
    width:30px !important;
    height:30px !important;
    font-size:16px !important;
  }
  .nb-prev{ left:6px !important; }
  .nb-next{ right:6px !important; }
}


/* ================= V46 Yorumlar ================= */
.nb-comments{margin:34px auto 0;padding:0 0 40px}
.nb-comments-inner{max-width:860px;margin:0 auto}
.nb-comments-title,.comment-reply-title{margin:0 0 18px;font-size:24px;line-height:1.2;font-weight:800}
.nb-comment-list{list-style:none;margin:0 0 28px;padding:0}
.nb-comment-item{margin:0 0 14px}
.nb-comment-card{border:1px solid rgba(0,0,0,.10);border-radius:12px;padding:16px 18px;background:#fff}
.nb-comment-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.nb-comment-author{font-size:15px;font-weight:800}
.nb-comment-date{font-size:12px;opacity:.55}
.nb-comment-text{font-size:15px;line-height:1.65}
#respond{margin-top:24px}
#respond p{margin:0 0 14px}
#respond label{display:block;margin-bottom:6px;font-size:14px;font-weight:700}
#respond input[type="text"],#respond textarea{width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:12px 13px;font:inherit;background:#fff}
#respond input[type="submit"]{appearance:none;border:0;border-radius:9px;padding:11px 18px;font-size:14px;font-weight:800;cursor:pointer;background:#e31d2b;color:#fff}
#respond .comment-form-cookies-consent,#respond .comment-notes,#respond .comment-form-email,#respond .comment-form-url{display:none!important}
@media(max-width:700px){
  .nb-comments{margin-top:24px;padding-left:16px;padding-right:16px}
  .nb-comments-title,.comment-reply-title{font-size:21px}
  .nb-comment-card{padding:14px}
}


/* ================= V48 İletişim Formu ================= */
.nb-contact-box{max-width:860px;margin:8px auto 34px;padding:24px 0 0;border-top:1px solid rgba(0,0,0,.10)}
.nb-contact-box h2{margin:0 0 8px;font-size:24px;line-height:1.2;font-weight:800}
.nb-contact-intro{margin:0 0 18px;font-size:15px;line-height:1.55;opacity:.75}
.nb-contact-field{margin:0 0 14px}
.nb-contact-field label{display:block;margin-bottom:6px;font-size:14px;font-weight:700}
.nb-contact-field input,.nb-contact-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:12px 13px;font:inherit;background:#fff}
.nb-contact-field textarea{min-height:130px;resize:vertical}
.nb-contact-help{display:block;margin-top:5px;font-size:12px;line-height:1.4;opacity:.62}
.nb-contact-submit{appearance:none;border:0;border-radius:9px;padding:11px 18px;font-size:14px;font-weight:800;cursor:pointer;background:#e31d2b;color:#fff}
.nb-contact-notice{margin:0 0 16px;padding:12px 14px;border-radius:9px;font-size:14px;line-height:1.45;background:rgba(0,0,0,.05)}
.nb-contact-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:700px){
 .nb-contact-box{margin:8px 16px 28px;padding-top:20px}
 .nb-contact-box h2{font-size:21px}
}
