/* =========================================
   KİŞİSEL VERİ SAKLAMA VE İMHA POLİTİKASI
========================================= */

.retention-policy-content {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

/* Politikanın içerideki ana başlığı */
.retention-policy-content .legal-policy-title {
    margin: 0 0 45px;
    padding: 0 0 16px;
    color: #174b9b;
    border-bottom: 3px solid #174b9b;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
}

/* İçerik bölümleri */
.retention-policy-content .legal-content-section {
    margin-bottom: 45px;
}

/* Ana bölüm başlıkları */
.retention-policy-content .legal-section-title {
    margin: 0 0 22px;
    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ı */
.retention-policy-content .legal-subsection-title {
    margin: 35px 0 18px;
    color: #174b9b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

/* Paragraflar */
.retention-policy-content p {
    margin: 0 0 17px;
    color: #555;
    line-height: 1.85;
}

/* Listeler */
.retention-policy-content .legal-list {
    margin: 0 0 25px;
    padding-left: 25px;
}

.retention-policy-content .legal-list li {
    margin-bottom: 9px;
    padding-left: 5px;
    color: #555;
    line-height: 1.7;
}

.retention-policy-content .legal-list li::marker {
    color: #174b9b;
}

/* Tablo dış alanı */
.retention-policy-content .legal-table-wrapper {
    width: 100%;
    margin: 25px 0 35px;
    overflow-x: auto;
}

/* Tablolar */
.retention-policy-content .legal-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    background-color: #fff;
    font-size: 14px;
}

/* Tablo hücreleri */
.retention-policy-content .legal-table th,
.retention-policy-content .legal-table td {
    padding: 14px 16px;
    color: #555;
    border: 1px solid #d8dee8;
    vertical-align: top;
    line-height: 1.65;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

/* İlk sütun */
.retention-policy-content .legal-table tbody th[scope="row"] {
    width: 28%;
    min-width: 220px;
    color: #333;
    background-color: #f5f7fa;
    font-weight: 700;
}

/* Başlık satırı */
.retention-policy-content .legal-table thead th {
    color: #fff;
    background-color: #174b9b;
    border-color: #174b9b;
    font-weight: 700;
}

/* Satır renklendirmesi */
.retention-policy-content .legal-table tbody tr:nth-child(even) td {
    background-color: #fafbfc;
}

/* Tablo içerisindeki özel bölüm satırları */
.retention-policy-content .legal-table .legal-table-section-row th {
    padding: 13px 16px;
    color: #174b9b;
    background-color: #eaf0f8;
    border-color: #cdd8e7;
    font-weight: 700;
}

/* Tablo içindeki paragraflar */
.retention-policy-content .legal-table p {
    margin-bottom: 12px;
}

.retention-policy-content .legal-table p:last-child {
    margin-bottom: 0;
}

/* Tablo içindeki listeler */
.retention-policy-content .legal-table ul {
    margin: 0;
    padding-left: 20px;
}

.retention-policy-content .legal-table li {
    margin-bottom: 7px;
}

.retention-policy-content .legal-table li:last-child {
    margin-bottom: 0;
}

/* Saklama süreleri tablosu */
.retention-policy-content .legal-retention-table th:nth-child(1),
.retention-policy-content .legal-retention-table td:nth-child(1) {
    width: 30%;
}

.retention-policy-content .legal-retention-table th:nth-child(2),
.retention-policy-content .legal-retention-table td:nth-child(2) {
    width: 35%;
}

.retention-policy-content .legal-retention-table th:nth-child(3),
.retention-policy-content .legal-retention-table td:nth-child(3) {
    width: 35%;
}

/* Mobil görünüm */
@media (max-width: 767.98px) {
    .retention-policy-content {
        font-size: 14px;
    }

    .retention-policy-content .legal-policy-title {
        margin-bottom: 35px;
        font-size: 20px;
    }

    .retention-policy-content .legal-section-title {
        font-size: 17px;
    }

    .retention-policy-content .legal-subsection-title {
        font-size: 15px;
    }

    .retention-policy-content .legal-table {
        min-width: 720px;
        font-size: 13px;
    }

    .retention-policy-content .legal-table th,
    .retention-policy-content .legal-table td {
        padding: 11px 12px;
    }

    .retention-policy-content .legal-table tbody th[scope="row"] {
        min-width: 190px;
    }
}
.retention-policy-content {
    white-space: normal;
}

.retention-policy-content .legal-list {
    padding-left: 0;
    list-style: none;
}

.retention-policy-content .legal-list li {
    position: relative;
    padding-left: 22px;
}

.retention-policy-content .legal-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 7px;
    height: 7px;
    background-color: #174b9b;
    border-radius: 50%;
}