/* ============================================================
   Zengin metin içerik stili — WYSIWYG ortak dosyası.
   Hem SİTE frontend'inde (.article-content / .icerik-govde),
   hem TinyMCE EDİTÖRÜNDE (body_class='article-content', content_css)
   yüklenir → "editörde ne görüyorsam sitede o" birliği.
   Not: genişlik (900px) editörde content_style, sitede sayfa/sınıf ile verilir.
   ============================================================ */
.article-content, .icerik-govde{
  font-family:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;
  font-size:.97rem;
  line-height:1.85;
  color:#374151;
  word-wrap:break-word;
}

/* Paragraf: tek Enter = tek görünür boşluk (site reset'i * {margin:0}'ı ezer) */
.article-content p, .icerik-govde p{ margin:0 0 1rem; }
.article-content p:last-child, .icerik-govde p:last-child{ margin-bottom:0; }

.article-content h1,.icerik-govde h1{ font-size:1.8rem; }
.article-content h2,.icerik-govde h2{ font-size:1.5rem; }
.article-content h3,.icerik-govde h3{ font-size:1.25rem; }
.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,
.icerik-govde h1,.icerik-govde h2,.icerik-govde h3,.icerik-govde h4,.icerik-govde h5,.icerik-govde h6{
  font-family:'Inter','Segoe UI',system-ui,sans-serif;
  color:#0f3b5f; font-weight:700; line-height:1.3; margin:1.6rem 0 .8rem;
}
.article-content h1:first-child,.article-content h2:first-child,.article-content h3:first-child,
.icerik-govde h1:first-child,.icerik-govde h2:first-child,.icerik-govde h3:first-child{ margin-top:0; }

.article-content ul,.article-content ol,.icerik-govde ul,.icerik-govde ol{ margin:0 0 1rem; padding-left:1.6rem; }
.article-content li,.icerik-govde li{ margin-bottom:.4rem; }

.article-content a,.icerik-govde a{ color:#1e5a8e; text-decoration:underline; }
.article-content a:hover,.icerik-govde a:hover{ color:#f59e0b; }

.article-content img,.icerik-govde img{ max-width:100%; height:auto; border-radius:.5rem; margin:1rem 0; }

.article-content blockquote,.icerik-govde blockquote{
  margin:0 0 1rem; padding:.4rem 0 .4rem 1.1rem; border-left:3px solid #f59e0b; color:#4b5563; font-style:italic;
}

.article-content table,.icerik-govde table{ border-collapse:collapse; width:100%; margin:0 0 1rem; }
.article-content th,.article-content td,.icerik-govde th,.icerik-govde td{ border:1px solid #e2e8f0; padding:.5rem .7rem; text-align:left; }
.article-content th,.icerik-govde th{ background:#f8fafc; font-weight:700; }
