.nd-humanitarian-article{
  width:min(var(--nd-cover-width,1110px), calc(100vw - 48px));
--nd-red:#d71920;
  --nd-red-dark:#a90f16;
  --nd-dark:#111827;
  --nd-text:#26313d;
  --nd-muted:#68727d;
  --nd-soft:#f5f6f7;
  --nd-soft-red:#fff4f4;
  --nd-line:#e5e7eb;
  --nd-white:#ffffff;
  --nd-radius:20px;

  max-width:none;
  margin:0 auto;
  padding:0 18px 70px;
  color:var(--nd-text);
  font-family:inherit;
  font-size:18px;
  line-height:1.82;
  box-sizing:border-box;
}

.nd-humanitarian-article *,
.nd-humanitarian-article *:before,
.nd-humanitarian-article *:after{
  box-sizing:border-box;
}

.nd-humanitarian-article .nd-hero{
  position:relative;
  overflow:hidden;
  margin:10px 0 38px;
  padding:56px 54px 50px;
  border-radius:26px;
  background:
    radial-gradient(circle at 88% 18%, rgba(215,25,32,.34), transparent 30%),
    linear-gradient(135deg,#0c111b 0%,#151d29 60%,#202a36 100%);
  color:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.16);
}

.nd-humanitarian-article .nd-hero:after{
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  right:-110px;
  bottom:-175px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:
    0 0 0 35px rgba(255,255,255,.025),
    0 0 0 70px rgba(255,255,255,.018);
}

.nd-humanitarian-article .nd-kicker{
  display:inline-block;
  margin:0 0 20px;
  padding:7px 12px;
  border-radius:999px;
  background:var(--nd-red);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nd-humanitarian-article .nd-hero h1{
  max-width:850px;
  margin:0 0 18px !important;
  padding:0 !important;
  color:#fff !important;
  font-size:clamp(35px,5vw,58px) !important;
  line-height:1.05 !important;
  letter-spacing:-.035em;
  font-weight:800 !important;
}

.nd-humanitarian-article .nd-hero-title-accent{
  color:#ff4c52;
}

.nd-humanitarian-article .nd-hero-subtitle{
  max-width:820px;
  margin:0 0 28px;
  color:#d7dde5;
  font-size:19px;
  line-height:1.55;
}

.nd-humanitarian-article .nd-author{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 18px;
  padding-top:21px;
  border-top:1px solid rgba(255,255,255,.14);
  font-size:14px;
  color:#bac3cd;
}

.nd-humanitarian-article .nd-author strong{
  color:#fff;
  font-size:16px;
}

.nd-humanitarian-article .nd-lead{
  position:relative;
  margin:0 0 34px;
  padding:28px 32px;
  background:var(--nd-soft-red);
  border-left:5px solid var(--nd-red);
  border-radius:0 18px 18px 0;
  color:#252f3a;
  font-size:20px;
  line-height:1.72;
}

.nd-humanitarian-article .nd-lead strong{
  color:var(--nd-red-dark);
}

.nd-humanitarian-article .nd-abstract{
  margin:30px 0;
  padding:30px 32px;
  border:1px solid var(--nd-line);
  border-radius:var(--nd-radius);
  background:#fff;
  box-shadow:0 12px 32px rgba(17,24,39,.05);
}

.nd-humanitarian-article .nd-abstract h2{
  margin:0 0 12px !important;
  font-size:25px !important;
  color:var(--nd-dark) !important;
}

.nd-humanitarian-article .nd-abstract p{
  margin:0;
  font-size:16px;
  line-height:1.75;
}

.nd-humanitarian-article .nd-keywords{
  margin-top:17px !important;
  padding-top:15px;
  border-top:1px solid var(--nd-line);
  color:var(--nd-muted);
  font-size:14px !important;
}

.nd-humanitarian-article .nd-toc{
  margin:35px 0 45px;
  padding:30px 32px;
  border-radius:var(--nd-radius);
  background:var(--nd-dark);
  color:#fff;
}

.nd-humanitarian-article .nd-toc-title{
  margin:0 0 18px;
  color:#fff;
  font-size:21px;
  font-weight:800;
}

.nd-humanitarian-article .nd-toc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 25px;
}

.nd-humanitarian-article .nd-toc a{
  display:block;
  padding:8px 0;
  color:#dce2e9 !important;
  text-decoration:none !important;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:14px;
  line-height:1.4;
  transition:.2s ease;
}

.nd-humanitarian-article .nd-toc a:hover{
  color:#fff !important;
  padding-left:4px;
}

.nd-humanitarian-article .nd-section{
  scroll-margin-top:100px;
  margin:0 0 52px;
}

.nd-humanitarian-article .nd-section-number{
  display:block;
  margin-bottom:5px;
  color:var(--nd-red);
  font-size:13px;
  font-weight:900;
  letter-spacing:.09em;
}

.nd-humanitarian-article .nd-section h2{
  margin:0 0 22px !important;
  padding:0 0 13px !important;
  border-bottom:1px solid var(--nd-line);
  color:var(--nd-dark) !important;
  font-size:31px !important;
  line-height:1.25 !important;
  letter-spacing:-.02em;
}

.nd-humanitarian-article .nd-section h3{
  margin:32px 0 12px !important;
  color:var(--nd-dark) !important;
  font-size:23px !important;
  line-height:1.35 !important;
}

.nd-humanitarian-article .nd-section p{
  margin:0 0 20px;
}

.nd-humanitarian-article .nd-section p:first-of-type{
  font-size:18.5px;
}

.nd-humanitarian-article .nd-highlight{
  margin:32px 0;
  padding:28px 34px;
  border-radius:18px;
  background:linear-gradient(135deg,#111827,#202b38);
  color:#fff;
  font-size:23px;
  line-height:1.5;
  font-weight:700;
}

.nd-humanitarian-article .nd-highlight span{
  color:#ff434a;
}

.nd-humanitarian-article .nd-three-line{
  margin:32px 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.nd-humanitarian-article .nd-three-line div{
  padding:22px 20px;
  border:1px solid var(--nd-line);
  border-top:4px solid var(--nd-red);
  border-radius:14px;
  background:#fff;
  font-weight:700;
  text-align:center;
  line-height:1.45;
}

.nd-humanitarian-article .nd-role-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:30px 0;
}

.nd-humanitarian-article .nd-role-card{
  padding:22px 20px;
  border-radius:16px;
  background:var(--nd-soft);
  border:1px solid var(--nd-line);
}

.nd-humanitarian-article .nd-role-no{
  display:block;
  margin-bottom:8px;
  color:var(--nd-red);
  font-size:13px;
  font-weight:900;
}

.nd-humanitarian-article .nd-role-card strong{
  display:block;
  margin-bottom:7px;
  color:var(--nd-dark);
  font-size:16px;
}

.nd-humanitarian-article .nd-role-card p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:var(--nd-muted);
}

.nd-humanitarian-article .nd-table-wrap{
  overflow-x:auto;
  margin:32px 0 14px;
  border:1px solid var(--nd-line);
  border-radius:16px;
}

.nd-humanitarian-article table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  margin:0 !important;
  background:#fff;
  font-size:14px;
  line-height:1.5;
}

.nd-humanitarian-article th{
  padding:15px 14px;
  background:var(--nd-dark);
  color:#fff;
  text-align:left;
  font-weight:700;
}

.nd-humanitarian-article td{
  padding:14px;
  vertical-align:top;
  border-bottom:1px solid var(--nd-line);
}

.nd-humanitarian-article tr:last-child td{
  border-bottom:0;
}

.nd-humanitarian-article td:first-child{
  font-weight:800;
  color:var(--nd-red-dark);
}

.nd-humanitarian-article .nd-caption{
  margin:8px 0 30px;
  color:var(--nd-muted);
  font-size:13px;
  font-style:italic;
}

.nd-humanitarian-article .nd-question{
  margin:32px 0;
  padding:32px;
  text-align:center;
  border-radius:18px;
  background:var(--nd-red);
  color:#fff;
}

.nd-humanitarian-article .nd-question small{
  display:block;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800;
  opacity:.8;
}

.nd-humanitarian-article .nd-question strong{
  display:block;
  font-size:28px;
  line-height:1.35;
}

.nd-humanitarian-article .nd-final{
  margin:48px 0 28px;
  padding:44px 38px;
  border-radius:24px;
  text-align:center;
  background:linear-gradient(145deg,#101722,#1b2430);
  color:#fff;
}

.nd-humanitarian-article .nd-final small{
  display:block;
  margin-bottom:12px;
  color:#ff555b;
  font-weight:900;
  letter-spacing:.09em;
}

.nd-humanitarian-article .nd-final p{
  max-width:820px;
  margin:0 auto !important;
  font-size:27px;
  line-height:1.45;
  font-weight:800;
}

.nd-humanitarian-article .nd-references{
  margin-top:55px;
  padding-top:28px;
  border-top:3px solid var(--nd-dark);
}

.nd-humanitarian-article .nd-references h2{
  margin:0 0 22px !important;
  color:var(--nd-dark) !important;
  font-size:28px !important;
}

.nd-humanitarian-article .nd-ref{
  margin:0 0 12px;
  padding-left:22px;
  text-indent:-22px;
  color:#4b5563;
  font-size:14px;
  line-height:1.55;
}

.nd-humanitarian-article .nd-author-note{
  margin:45px 0 0;
  padding:24px 28px;
  border:1px solid var(--nd-line);
  border-radius:16px;
  background:var(--nd-soft);
  font-size:14px;
  line-height:1.6;
}

.nd-humanitarian-article .nd-author-note strong{
  color:var(--nd-dark);
}

@media(max-width:760px){
  .nd-humanitarian-article{
    padding-left:12px;
    padding-right:12px;
    font-size:17px;
    line-height:1.72;
  }

  .nd-humanitarian-article .nd-hero{
    margin-top:0;
    padding:38px 24px 34px;
    border-radius:18px;
  }

  .nd-humanitarian-article .nd-hero h1{
    font-size:35px !important;
  }

  .nd-humanitarian-article .nd-hero-subtitle{
    font-size:16px;
  }

  .nd-humanitarian-article .nd-lead{
    padding:22px;
    font-size:18px;
  }

  .nd-humanitarian-article .nd-abstract,
  .nd-humanitarian-article .nd-toc{
    padding:23px 20px;
  }

  .nd-humanitarian-article .nd-toc-grid,
  .nd-humanitarian-article .nd-three-line,
  .nd-humanitarian-article .nd-role-grid{
    grid-template-columns:1fr;
  }

  .nd-humanitarian-article .nd-section h2{
    font-size:26px !important;
  }

  .nd-humanitarian-article .nd-highlight{
    padding:23px;
    font-size:20px;
  }

  .nd-humanitarian-article .nd-final{
    padding:32px 22px;
  }

  .nd-humanitarian-article .nd-final p{
    font-size:22px;
  }
}


/* =========================================================
   ND AKADEMİK YAYIN SİSTEMİ v4.1
   Genel genişlik + akademik yayın kimliği
========================================================= */

:root{
  --nd-cover-width:1110px;
}

/* Akademik içerikte dış temanın dar okuma sütununu geç */
@media (min-width:783px){
  body.single-post .nd-humanitarian-article{
    width:min(var(--nd-cover-width,1110px), calc(100vw - 48px)) !important;
    max-width:none !important;
    position:relative !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

@media (max-width:782px){
  body.single-post .nd-humanitarian-article{
    width:100% !important;
    max-width:100% !important;
    position:static !important;
    left:auto !important;
    transform:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* Akademik yazıların tek TOC'u siyah ND panelidir */
body.nd-academic-post :is(
  .ez-toc-container,
  .ez-toc-widget-container,
  .lwptoc,
  .lwptoc_i,
  .simpletoc,
  .rank-math-toc-block,
  .wp-block-kadence-tableofcontents,
  .kadence-table-of-contents,
  .kt-toc-wrap,
  .toc-container,
  .table-of-contents,
  .toc-wrap
){
  display:none !important;
}

/* JS'nin bulduğu tema TOC'u */
body.nd-academic-post .nd-external-toc{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* Sabit üst menü anchor hedefini örtmesin */
.nd-humanitarian-article [id]{
  scroll-margin-top:105px;
}

/* Otomatik oluşturulan akademik yazılar için kompakt üst alan */
.nd-humanitarian-article.nd-academic-generated .nd-hero{
  padding:34px 36px 31px;
  margin-top:0;
}
.nd-humanitarian-article.nd-academic-generated .nd-hero h1{
  font-size:clamp(30px,4vw,46px) !important;
}
.nd-humanitarian-article.nd-academic-generated .nd-hero-subtitle{
  margin-bottom:0;
}
.nd-humanitarian-article.nd-academic-generated .nd-author{
  display:none;
}

/* Tema zaten sayfa H1'ini gösteriyorsa, tekrar eden akademik hero başlığını gizleyebiliriz.
   v4 varsayılanı: hero akademik kimliği korur fakat başlık tekrarı yaratmaz. */
body.nd-academic-post.nd-theme-title-present .nd-academic-generated .nd-hero h1{
  display:none !important;
}
body.nd-academic-post.nd-theme-title-present .nd-academic-generated .nd-hero{
  padding-top:28px;
  padding-bottom:28px;
}

/* Tüm tekil yazılarda görseller taşmasın */
body.single-post img{
  max-width:100%;
  height:auto;
}

/* Mobil */
@media(max-width:760px){
  .nd-humanitarian-article.nd-academic-generated .nd-hero{
    padding:26px 20px 24px;
  }
}


/* =========================================================
   v4.1 DÜZELTMELERİ
   - Akademik üst etiket altında koyu zemin yok
   - Bölüm/TOC boşlukları sıkılaştırıldı
   - Tüm yazılarda kapak genişliği daha güçlü uygulanır
========================================================= */

/* Akademik üst alan: yalnız etiket + gerekirse başlık/alt başlık; koyu zemin yok */
.nd-humanitarian-article .nd-hero,
.nd-humanitarian-article.nd-academic-generated .nd-hero{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  margin:0 0 24px !important;
  color:var(--nd-dark) !important;
  overflow:visible !important;
}

.nd-humanitarian-article .nd-hero:after{
  display:none !important;
}

.nd-humanitarian-article .nd-kicker{
  margin:0 0 14px !important;
}

.nd-humanitarian-article .nd-hero h1{
  color:var(--nd-dark) !important;
  font-size:clamp(32px,4.5vw,50px) !important;
  line-height:1.08 !important;
  margin:0 0 10px !important;
}

.nd-humanitarian-article .nd-hero-title-accent{
  color:var(--nd-red) !important;
}

.nd-humanitarian-article .nd-hero-subtitle{
  color:var(--nd-muted) !important;
  margin:0 0 10px !important;
}

.nd-humanitarian-article .nd-author{
  border-top:1px solid var(--nd-line) !important;
  color:var(--nd-muted) !important;
  padding-top:14px !important;
}

.nd-humanitarian-article .nd-author strong{
  color:var(--nd-dark) !important;
}

/* Tema başlığı zaten yukarıdaysa akademik tasarımın ikinci H1'i hiç görünmesin */
body.nd-theme-title-present .nd-humanitarian-article .nd-hero h1{
  display:none !important;
}

/* Üst alanda yalnızca etiketten sonra gereksiz boş koyu alan kalmasın */
body.nd-theme-title-present .nd-humanitarian-article .nd-hero{
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  margin-bottom:20px !important;
}

/* İçindekiler daha sıkı */
.nd-humanitarian-article .nd-toc{
  margin:24px 0 34px !important;
  padding:24px 28px !important;
}

.nd-humanitarian-article .nd-toc-title{
  margin-bottom:10px !important;
}

.nd-humanitarian-article .nd-toc-grid{
  gap:0 24px !important;
}

.nd-humanitarian-article .nd-toc a{
  padding:5px 0 !important;
  line-height:1.35 !important;
}

/* Bölüm numarası ve başlık birbirine yakın; bölümler arası gereksiz boşluk azaltıldı */
.nd-humanitarian-article .nd-section{
  margin:0 0 36px !important;
}

.nd-humanitarian-article .nd-section-number{
  margin-bottom:2px !important;
  line-height:1.15 !important;
}

.nd-humanitarian-article .nd-section h2{
  margin:0 0 16px !important;
  padding-bottom:10px !important;
}

.nd-humanitarian-article .nd-section h3{
  margin:25px 0 10px !important;
}

.nd-humanitarian-article .nd-section p{
  margin:0 0 15px !important;
}

/* Öz ve ana tez de biraz daha kompakt */
.nd-humanitarian-article .nd-lead{
  margin-bottom:25px !important;
  padding:23px 28px !important;
}

.nd-humanitarian-article .nd-abstract{
  margin:24px 0 !important;
  padding:25px 28px !important;
}

/* Tüm tekil yazılarda Gutenberg'in dar içerik kuralını kapak genişliğine çek */
@media (min-width:783px){
  body.single-post .is-layout-constrained > :where(
    :not(.alignleft):not(.alignright):not(.alignfull)
  ){
    max-width:min(var(--nd-cover-width,1110px), calc(100vw - 48px)) !important;
  }

  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content
  ){
    max-width:none !important;
    overflow:visible !important;
  }
}

@media (max-width:782px){
  body.single-post .is-layout-constrained > :where(
    :not(.alignleft):not(.alignright):not(.alignfull)
  ){
    max-width:100% !important;
  }

  .nd-humanitarian-article .nd-toc{
    padding:20px 18px !important;
  }

  .nd-humanitarian-article .nd-section{
    margin-bottom:30px !important;
  }

  .nd-humanitarian-article .nd-section p{
    margin-bottom:14px !important;
  }
}


/* =========================================================
   v4.1.1 — AKADEMİK DİKEY AKIŞ / BOŞLUK DÜZELTMESİ
   Amaç: bölüm başlıkları ve paragraflar birbirine daha yakın,
   derli toplu ve yayın/makale ritminde görünsün.
========================================================= */

/* Tema/Gutenberg'in block-gap ve margin-block boşluklarını akademik makalede iptal et */
.nd-humanitarian-article,
.nd-humanitarian-article .nd-section,
.nd-humanitarian-article .nd-intro{
  --wp--style--block-gap:0px !important;
}

.nd-humanitarian-article > *{
  margin-block-start:0 !important;
}

.nd-humanitarian-article .nd-section{
  margin-top:0 !important;
  margin-bottom:24px !important;
  margin-block-start:0 !important;
  margin-block-end:24px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* Bölüm numarası başlığın hemen üstünde */
.nd-humanitarian-article .nd-section-number{
  margin-top:0 !important;
  margin-bottom:3px !important;
  margin-block-start:0 !important;
  margin-block-end:3px !important;
  padding:0 !important;
}

/* Ana ara başlık */
.nd-humanitarian-article .nd-section h2{
  margin-top:0 !important;
  margin-bottom:11px !important;
  margin-block-start:0 !important;
  margin-block-end:11px !important;
  padding-top:0 !important;
  padding-bottom:8px !important;
}

/* Alt ara başlık */
.nd-humanitarian-article .nd-section h3{
  margin-top:18px !important;
  margin-bottom:7px !important;
  margin-block-start:18px !important;
  margin-block-end:7px !important;
}

/* Paragraflar daha yakın */
.nd-humanitarian-article .nd-section p,
.nd-humanitarian-article .nd-intro p{
  margin-top:0 !important;
  margin-bottom:10px !important;
  margin-block-start:0 !important;
  margin-block-end:10px !important;
}

/* Bir paragraftan sonra yeni bölüm geliyorsa fazladan boşluk bırakma */
.nd-humanitarian-article .nd-section + .nd-section{
  margin-top:0 !important;
  margin-block-start:0 !important;
}

/* Vurgu / soru / kartlar metin akışından kopmasın */
.nd-humanitarian-article .nd-highlight,
.nd-humanitarian-article .nd-question,
.nd-humanitarian-article .nd-three-line,
.nd-humanitarian-article .nd-role-grid,
.nd-humanitarian-article .nd-table-wrap{
  margin-top:17px !important;
  margin-bottom:17px !important;
  margin-block-start:17px !important;
  margin-block-end:17px !important;
}

/* Öz / tez / içindekiler arası ritmi de daralt */
.nd-humanitarian-article .nd-lead{
  margin-top:0 !important;
  margin-bottom:18px !important;
  margin-block-start:0 !important;
  margin-block-end:18px !important;
}

.nd-humanitarian-article .nd-abstract{
  margin-top:18px !important;
  margin-bottom:18px !important;
  margin-block-start:18px !important;
  margin-block-end:18px !important;
}

.nd-humanitarian-article .nd-toc{
  margin-top:18px !important;
  margin-bottom:24px !important;
  margin-block-start:18px !important;
  margin-block-end:24px !important;
}

/* Kaynakça öncesinde makul bir ayrım */
.nd-humanitarian-article .nd-references{
  margin-top:30px !important;
  padding-top:20px !important;
}

/* Mobilde daha da kompakt */
@media(max-width:760px){
  .nd-humanitarian-article .nd-section{
    margin-bottom:20px !important;
    margin-block-end:20px !important;
  }

  .nd-humanitarian-article .nd-section h2{
    margin-bottom:9px !important;
    margin-block-end:9px !important;
  }

  .nd-humanitarian-article .nd-section h3{
    margin-top:15px !important;
    margin-bottom:6px !important;
  }

  .nd-humanitarian-article .nd-section p{
    margin-bottom:9px !important;
  }

  .nd-humanitarian-article .nd-highlight,
  .nd-humanitarian-article .nd-question,
  .nd-humanitarian-article .nd-three-line,
  .nd-humanitarian-article .nd-role-grid,
  .nd-humanitarian-article .nd-table-wrap{
    margin-top:14px !important;
    margin-bottom:14px !important;
  }
}


/* v4.2.0: Görsel ritim ve boşluklar v4.1.1 ile aynen korunmuştur. Kapsam tüm siteye genişletilmiştir. */


/* =========================================================
   v4.2.1 — TÜM TEKİL YAZILARDA KAPAK = METİN GENİŞLİĞİ
   İçindekiler olsun/olmasın aynı kural uygulanır.
========================================================= */

body.single-post{
  --wp--style--global--content-size:var(--nd-cover-width,1110px) !important;
  --wp--style--global--wide-size:var(--nd-cover-width,1110px) !important;
}

/* Temanın/Gutenberg'in dar "constrained" sütununu tüm yazılarda genişlet */
@media (min-width:783px){

  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content,
    .post-entry,
    .entry-inner,
    .post-body,
    .article-body
  ){
    width:min(var(--nd-cover-width,1110px), calc(100vw - 48px)) !important;
    max-width:none !important;
    position:relative !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:visible !important;
  }

  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content,
    .post-entry,
    .entry-inner,
    .post-body,
    .article-body
  ) .is-layout-constrained{
    --wp--style--global--content-size:var(--nd-cover-width,1110px) !important;
    --wp--style--global--wide-size:var(--nd-cover-width,1110px) !important;
    width:100% !important;
    max-width:none !important;
  }

  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content,
    .post-entry,
    .entry-inner,
    .post-body,
    .article-body
  ) .is-layout-constrained > :where(
    :not(.alignleft):not(.alignright):not(.alignfull)
  ){
    width:100% !important;
    max-width:none !important;
  }

  /* Tema bazı paragraflara ayrıca max-width veriyorsa onu da kaldır */
  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content,
    .post-entry,
    .entry-inner,
    .post-body,
    .article-body
  ) :where(
    p,h2,h3,h4,h5,h6,
    ul,ol,blockquote,
    figure,.wp-block-image,.wp-block-gallery,
    .wp-block-table,.wp-block-embed
  ){
    max-width:none !important;
  }
}

/* Mobilde tema yapısını zorlamıyoruz */
@media (max-width:782px){
  body.single-post :is(
    .entry-content,
    .wp-block-post-content,
    .post-content,
    .article-content,
    .single-content,
    .post-entry,
    .entry-inner,
    .post-body,
    .article-body
  ){
    width:100% !important;
    max-width:100% !important;
    position:static !important;
    left:auto !important;
    transform:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body.single-post .is-layout-constrained{
    --wp--style--global--content-size:100% !important;
    --wp--style--global--wide-size:100% !important;
  }
}


/* v4.2.2 — geometri tabanlı hizalanan bloklar */
@media (min-width:783px){
  body.single-post [data-nd-cover-align="1"]{
    box-sizing:border-box !important;
  }
}
