/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* ==================================================
   BRIDGE THEME - MODERN SINGLE POST DESIGN
   Child Theme Style
   ================================================== */

/* Genel yazı sayfası arka plan */
.single-post {
    background-color: #ffffff;
}

/* Ana içerik alanı (genişlik + ortalama) */
.single-post .container_inner,
.single-post .full_width_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 70px 20px;
}

/* Başlık */
.single-post h1.entry_title,
.single-post h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

/* Meta alanı (tarih, yazar, kategori) */
.single-post .post_info,
.single-post .post_info * {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

/* Öne çıkan görsel */
.single-post .post_image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin-bottom: 40px;
}

/* İçerik alanı */
.single-post .post_text_inner {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

/* Paragraflar */
.single-post .post_text_inner p {
    margin-bottom: 22px;
}

/* Linkler */
.single-post .post_text_inner a {
    color: #000;
    text-decoration: underline;
}

/* Alt başlıklar */
.single-post .post_text_inner h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.single-post .post_text_inner h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Liste stilleri */
.single-post .post_text_inner ul,
.single-post .post_text_inner ol {
    margin: 20px 0 30px 25px;
}

.single-post .post_text_inner li {
    margin-bottom: 10px;
}

/* Alıntı (blockquote) */
.single-post blockquote {
    border-left: 4px solid #000;
    padding-left: 20px;
    font-style: italic;
    color: #555;
    margin: 40px 0;
}

/* Etiketler */
.single-post .tags_holder {
    margin-top: 40px;
    font-size: 14px;
}

/* Yorumlar alanı */
.single-post .comment_holder {
    margin-top: 60px;
}

/* Sidebar varsa daraltmayı engelle */
.single-post .two_columns_66_33 .column1,
.single-post .two_columns_75_25 .column1 {
    width: 100%;
}

/* Sidebar'ı tamamen gizlemek istersen (opsiyonel) */
/*
.single-post .column2 {
    display: none;
}
*/

/* Mobil uyum */
@media (max-width: 768px) {
    .single-post h1 {
        font-size: 32px;
    }

    .single-post .post_text_inner {
        font-size: 16px;
    }
}


