/*
 Theme Name:   Astra Child
 Description:  Astra için özel alt temam
 Template:     astra
 Version:      1.0.0
*/

:root {
    --primary-color: #BC8F8F;
    --text-dark: #333;
}

/* 1. Genel Metin Ayarları */
.entry-content, .post-content, .page-content, .ast-container {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: var(--text-dark);
}

/* 2. Başlıkların Renk ve Boşluk Ayarları */
.ast-container h2, .ast-container h3, .ast-container h4, .ast-container h5,
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* 3. İŞTE KESİN ÇÖZÜM: Sadece hizalama komutu olmayan başlıkları ZORLA ortalar */
.ast-container :where(h2, h3, h4, h5):not([style*="text-align"]),
.entry-content :where(h2, h3, h4, h5):not([style*="text-align"]) {
    text-align: center !important;
}

/* 4. Başlık Boyutları */
.ast-container h2, .entry-content h2 { font-size: 1.85rem; }
.ast-container h3, .entry-content h3 { font-size: 1.60rem; }
.ast-container h4, .entry-content h4 { font-size: 1.40rem; }
.ast-container h5, .entry-content h5 { font-size: 1.20rem; }

/* 5. Paragraflar ve Kalın Yazılar (Sola dayalı kalır) */
.ast-container p, .entry-content p {
    margin-bottom: 18px;
}

.ast-container strong, .entry-content strong {
    color: #000;
    font-weight: 700;
}