/* =========================================
   KİŞİSEL VERİ BAŞVURU VE YANIT PROSEDÜRÜ
========================================= */

.application-response-content {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    white-space: normal;
}

/* İçerideki ana başlık */
.application-response-content .legal-policy-title {
    margin: 0 0 38px;
    padding: 0 0 14px;
    color: #174b9b;
    border-bottom: 3px solid #174b9b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

/* Bölümler */
.application-response-content .legal-content-section {
    margin-bottom: 38px;
}

.application-response-content .legal-content-section:last-child {
    margin-bottom: 0;
}

/* Ana bölüm başlıkları */
.application-response-content .legal-section-title {
    margin: 0 0 20px;
    padding: 0 0 10px;
    color: #174b9b;
    background: none;
    border: none;
    border-bottom: 2px solid #174b9b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

/* Alt bölüm başlıkları */
.application-response-content .legal-subsection-title {
    margin: 30px 0 16px;
    color: #174b9b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

/* Paragraflar */
.application-response-content p {
    margin: 0 0 17px;
    color: #555;
    line-height: 1.85;
}

/* Kalın metin */
.application-response-content strong {
    color: #333;
    font-weight: 700;
}

/* Mobil görünüm */
@media (max-width: 767.98px) {
    .application-response-content {
        font-size: 14px;
        line-height: 1.7;
    }

    .application-response-content .legal-policy-title {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .application-response-content .legal-section-title {
        font-size: 17px;
    }

    .application-response-content .legal-subsection-title {
        margin-top: 25px;
        font-size: 15px;
    }
}