﻿
#questions h2 {
    /*margin: 18px 0 8px 0;*/
    cursor: pointer;
    background: #ffffff;
    padding: 12px 14px;
    margin-bottom:20px;
    text-indent: 10px;
    border-radius: 6px;
    border: 1px solid #e1e6ef;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

    /* Kategori açık/kapalı göstergesi */
    #questions h2 .caret {
        float: right;
        font-weight: 700;
        color: #6b7280;
    }

ul.category-questions {
    list-style: disc;
    margin: 8px 0 16px 28px;
    padding: 8px 12px;
    padding-left: 40px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eef2f7;
    display: none;
}

    ul.category-questions li {
        margin: 8px 0;
    }

/* Soru başlığı */
.question-title {
    display: block;
    color: #0b3d91;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

/* Soru ve cevap detayları */
.qa-detail {
    margin-top: 8px;
    margin-left: 18px;
    padding: 10px 12px;
    background: #fbfdff;
    border-radius: 6px;
    border: 1px solid #eef6ff;
    display: none;
}

    .qa-detail h3 {
        margin: 0 0 8px 0;
        font-size: 16px;
        color: #111827;
    }

    .qa-detail ul {
        margin: 0;
        padding-left: 20px;
    }

        .qa-detail ul li {
            margin: 6px 0;
            color: #333;
        }
