/* Başlıklar için daha net bir görünüm */
        h1, h2, h3, h4 {
            color: #333;
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 2px solid #eee;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            color: #004a99; /* Kurumsal bir renk varsayımı */
        }
        h3 {
            font-size: 1.4rem;
            color: #0056b3;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: bold;
            color: #111;
        }
        /* İçindekiler listesi için stil */
        .toc-list {
            list-style-type: none;
            padding-left: 0;
        }
        .toc-list ul {
            list-style-type: none;
            padding-left: 1.5rem;
            font-size: 0.95rem;
        }
        .toc-list > li > a {
            font-weight: bold;
            color: #004a99;
        }
        .toc-list ul > li > a {
            font-weight: normal;
            color: #333;
        }
         .toc-list ul ul > li > a {
            font-style: italic;
            font-size: 0.9rem;
        }
        .toc-list a {
            text-decoration: none;
        }
        .toc-list a:hover {
            text-decoration: underline;
        }
        /* Akordiyon başlığı */
        .accordion-button {
            font-size: 1.25rem;
            font-weight: bold;
        }
        /* Bootstrap tablolarını güzelleştirme */
        .table {
            margin-top: 1rem;
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        .table thead {
            background-color: #f8f9fa;
        }* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin:0;}main h1, main h2, main h3, main h4{color:#000 !important;margin-top:1.5rem !important;margin-bottom:1rem !important;}main h1:after, main h2:after, main h3:after, main h4:after{display:none;}main h1{font-size:2.2rem !important;border-bottom:2px solid #eee !important;padding-bottom:0.5rem !important;}main h2{font-size:1.8rem !important;color:#000 !important;}main h3{font-size:1.4rem !important;color:#000 !important;}main h4{font-size:1.1rem !important;font-weight:bold !important;color:#000 !important;}.toc-list{list-style-type:none;padding-left:0;}.toc-list ul{list-style-type:none;padding-left:1.5rem;font-size:0.95rem;}.toc-list > li > a{font-weight:bold;color:#004a99;}.toc-list ul > li > a{font-weight:normal;color:#333;}.toc-list ul ul > li > a{font-style:italic;font-size:0.9rem;}.toc-list a{text-decoration:none;}.toc-list a:hover{text-decoration:underline;}.accordion-button{font-size:1.25rem;font-weight:bold;}.table{margin-top:1rem;margin-bottom:1rem;font-size:0.9rem;}.table thead{background-color:#f8f9fa;}.mt-0{margin:0px 0 0 0;}