/* Genel Başlıklar */
h1x { font-size: 28px; }
h2x { font-size: 27px; }
h3 { font-size: 26px; }
h4 { font-size: 25px; }
h5 { font-size: 24px; }
h6 { font-size: 22px; }

/* Anasayfa Özel Alanları */
#anasayfa24 {
    font-size: 30px;
    font-weight: bold;
    background-color: #DCFFFF;
    border: 1px solid black;
}
#anasayfa36 {
    font-size: 33px;
    font-weight: bold;
    background-color: #DCFFFF;
    border: 1px solid black;
}
#anasayfa75 {
    font-size: 35px;
    color: red;
    font-weight: bold;
    background-color: #DCFFFF;
}

/* Özel Alanlar */
#unite { background-color: #B0C4DE; }
#ozet {
    color: DarkMagenta;
    background: yellow;
    font-size: 18px;
}
#sinav {
    color: DarkMagenta;
    background: yellow;
    font-size: 16px;
}
#segemapp {
    font-size: 30px;
    color: red;
    font-weight: bold;
    background-color: #CCFFFF;
}

/* Site ve Yönetici Alanları */
.site-info, #wpadminbar, .copyright { display: none; }
.single .author-box { display: none; }

/* Tablo Stilleri */
#table2 {
    background-color: #8FBEFF;
    table-layout: fixed;
    position: relative;
}
#table2 table, table {
    table-layout: fixed;
    width: 100%;
    background-color: Azure;
    border: 0px solid black;
    font-size: 18px;
}

/* HD Quiz */
a.hdq_next_page_button.hdq_button {
    background-color: black;
    color: white;
}
.hdq_row {
    font-size: 16px;
}
.hdq_question .hdq_label_answer {
    font-size: 17px;
}
.hdq_question p {
    font-size: 17px;
    color: green;
}
.hdq_question_after_text,
#td1,
.td1 {
    background-color: lightyellow !important;
    color: green;
    padding: 0.5em;
    border: 1px solid #ddd;
}


/* İçerik Özeti */
.cm-entry-summary p { font-size: 18px; }

/* Mobil ve Tablet için */
@media (max-width: 767px) {
    h1x { font-size: 24px; }
    h2x { font-size: 22px; }
    h3 { font-size: 21px; }
    h4 { font-size: 22px; }
    h5 { font-size: 19px; }
    h6 { font-size: 18px; }
    #anasayfa24 { font-size: 21px; }
    #anasayfa36 { font-size: 22px; }
    #anasayfa75 { font-size: 25px; color: red; }
    .hdq_question .hdq_label_answer { font-size: 16px; }
    .hdq_question .hdq_question_after_text p { font-size: 16px; color: green; }
    a { cursor: pointer; }
}

/* HD Quiz ve diğer belirttiğiniz alanlardan AdSense reklamlarını hariç tutma */
.hdq_row .adsbygoogle,
.hdq_answers .adsbygoogle,
nav .adsbygoogle,
blockquote .adsbygoogle,
#toc-container .adsbygoogle,
#ez-toc-container .adsbygoogle,
#ez-cookie-dialog .adsbygoogle,
#dgspuan .adsbygoogle,
.cm-posts .adsbygoogle {
    display: none !important;
}
/* HD Quiz ve diğer belirttiğiniz alanlardan AdSense reklamlarını ekleme */
.hdq_question_after_text .adsbygoogle,
#hdq_ad_placeholder .adsbygoogle,
.hdq_explanation .adsbygoogle {
    display: block;
    margin: auto; /* Boşluklar otomatik olarak ayarlanır */
    text-align: center; /* Ortalamak için */
    max-width: 100%; /* Reklam taşmasını engeller */
    height: auto; /* Reklamın yüksekliği otomatik ayarlanır */
}