/* bloknot_defter.css */




.page-title-container {
    text-align: center; 
    margin-bottom: 0rem; 
}

.page-title-main {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1e3a5f; 
    margin-bottom: 0.5rem;
}

.page-subtitle-main {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
}





/* Genel Bölüm Başlığı Stilleri */
.price-section .section-title, .section-title {
    background: #1e3a5f;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
    margin-top: -2rem; 
    margin-bottom: 0rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* bloknot_defter.css dosyasındaki MEVCUT kodu değiştirin */

.price-table-group .table-header {
    color: white;
    /* KUTU İÇİNDEKİ YAZIYI BÜYÜTTÜK */
    font-size: 1.2rem; 
    /* YAZIYI KALINLAŞTIRDIK */
    font-weight: 400; 
    /* KUTUNUN ETRAFINDAKİ BOŞLUĞU (DOLGUYU) ARTIRARAK KUTUYU BÜYÜTTÜK */
    padding: 1.2rem; 
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-top: 1rem;
}


/* Tablo Başlık Renkleri */
.table-header.dark-blue { background: #1a426f; } 
.table-header.green { background: #4caf50; }    
.table-header.purple { background: #9c27b0; }   
.table-header.orange { background: #ff9800; }   
.table-header.light-green { background: #8bc34a; } 


/* Tüm Tablolar İçin Genel Stil */
.bloknot-price-tables table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
}

.bloknot-price-tables th, .bloknot-price-tables td {
    padding: 0.7rem 0.3rem;
    border: 1px solid #eee;
}

/* Başlık Satırı */
.bloknot-price-tables .table-header-row th {
    background: #fafafa;
    color: #333;
    font-weight: 900;
}

/* KOD Hücreleri ve Satır Renkleri */
.bloknot-price-tables .kod-cell {
    font-weight: 700;
    color: white;
    background: #3c72a8;
    width: 10%; 
}
.bloknot-price-tables .table-row-green .kod-cell { background: #4caf50; }
.bloknot-price-tables .table-row-light-green .kod-cell { background: #8bc34a; }
.bloknot-price-tables .table-row-pink .kod-cell { background: #e91e63; }
.bloknot-price-tables .table-row-brown .kod-cell { background: #795548; }
.bloknot-price-tables .table-row-purple .kod-cell { background: #9c27b0; } 


/* Fiyat Hücreleri */
.bloknot-price-tables .price-cell {
    font-weight: 700;
    color: #c0392b; 
    font-size: 1rem;
}


/* İlave Her Notu (YUKARI KAYDIRILDI) */
.table-extra-note {
    text-align: center; 
    font-weight: bold; 
    font-size: 0.9rem; 
    background: #e0e0e0; /* Gri arka plan */
    padding: 1rem; 
    border-radius: 0 0 8px 8px;
    
    /* İstenen kaydırma için NEGATİF marjin kullanıldı */
    margin-top: -3rem; /* BU SATIRI DEĞİŞTİRMELİSİNİZ */
    margin-bottom: 1rem;
}



/* SADECE TURUNCU BOYUT BAŞLIKLARINI BÜYÜTEN EK KOD */
.table-header.orange {
    /* Kutunun etrafındaki dolguyu artırarak kutuyu büyüttük */
    padding: 0.5rem 0.05rem; 
    /* Yazı boyutunu belirgin şekilde büyüttük */
    font-size: 1.4rem; 
    /* Yazıyı kalınlaştırdık */
    font-weight: 800;
    /* Yazıyı kutunun içine ortaladık (Zaten ortalıktı ama emin olmak için) */
    text-align: center; 
}













/* İki Tabloyu Yan Yana Getirme (Kapaklı ve Spiralli Bölümü) */
.group-yan-yana {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 0rem;

}

.group-yan-yana .price-table-group {
    flex-basis: 40%;
}

/* Genel İçerik Notları */
.kod-aciklamalari, .alt-notlar {
    background-color: #f4f4f4;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 0rem;
    border: 1px solid #ddd;
}

.alt-notlar {
    text-align: center;
    padding: 1rem 0 3rem;
    line-height: 1.5;
    border: none;
    background: none;
}

.warning-text-large {
    font-size: 1.5rem;
    font-weight: 900;
    color: #c0392b; 
    margin-bottom: 1rem;
}

.warning-text-small {
    font-size: 0.9rem;
    color: #2b547d;
}

.contact-details {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Görsel Stili */
.main-image-container {
    text-align: center;
    margin-bottom: 1rem;
}
.main-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    
    .price-section .section-title, .section-title {
        font-size: 1.3rem;
        padding: 0.7rem;
    }
    
    /* Yan yana duran spiralli ve kapaklı tabloları alt alta diz */
    .group-yan-yana {
        flex-direction: column;
    }
    
    .group-yan-yana .price-table-group {
        flex-basis: 100%;
    }

    /* Daha küçük telefonlarda font ayarı */
    .bloknot-price-tables th, .bloknot-price-tables td {
        padding: 0.4rem 0.1rem;
        font-size: 0.65rem; /* Font iyice küçültüldü */
    }
    
    .price-table-group .table-header {
        font-size: 0.8rem;
    }
    
    .warning-text-large {
        font-size: 1.2rem;
    }
}