.elementor-5164 .elementor-element.elementor-element-35bcc62f{--display:flex;}/* Start custom CSS for container, class: .elementor-element-35bcc62f *//* TABLO GENEL YAPISI */
.legal-table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 22px 0 36px;
    background: #ffffff;
    border: 1px solid #eadfe2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(50, 50, 50, 0.06);
    table-layout: fixed;
}

/* BAŞLIK SATIRI */
.legal-table th {
    background: #C72042;
    color: #ffffff;
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    border: none;
}

/* NORMAL HÜCRELER */
.legal-table td {
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #323232;
    text-align: left;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #eee5e7;
    word-break: break-word;
}

/* SON SATIRDA ALT ÇİZGİ OLMASIN */
.legal-table tr:last-child td {
    border-bottom: none;
}

/* SOL SÜTUN */
.legal-table td:first-child {
    width: 28%;
    max-width: 230px;
    font-weight: 700;
    color: #323232;
    background: #FDF7F8;
    border-right: 1px solid #eee5e7;
}

/* SAĞ SÜTUN */
.legal-table td:last-child {
    width: 72%;
    text-align: left;
    background: #ffffff;
}

/* SATIR HOVER */
.legal-table tbody tr:hover td {
    background: #fff9fa;
}

.legal-table tbody tr:hover td:first-child {
    background: #FBEDEF;
}

/* LİNKLER */
.legal-table a {
    color: #C72042;
    font-weight: 600;
    text-decoration: none;
}

.legal-table a:hover {
    color: #99162f;
    text-decoration: underline;
}

/* GİRİŞ BİLGİ KUTUSU */
.legal-box {
    width: 100%;
    margin: 20px 0 34px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #f0e2e5;
    border-left: 4px solid #C72042;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(50, 50, 50, 0.05);
    color: #323232;
    font-size: 16px;
    line-height: 1.8;
}

.legal-box p {
    margin: 0;
}

/* TABLET */
@media (max-width: 1024px) {
    .legal-table td:first-child {
        width: 32%;
    }

    .legal-table td:last-child {
        width: 68%;
    }
}

/* MOBİL */
@media (max-width: 767px) {
    .legal-table {
        margin: 18px 0 28px;
        border-radius: 8px;
        table-layout: auto;
    }

    .legal-table,
    .legal-table tbody,
    .legal-table tr,
    .legal-table th,
    .legal-table td {
        display: block;
        width: 100%;
    }

    .legal-table th {
        padding: 14px 16px;
        font-size: 14px;
    }

    .legal-table td {
        padding: 12px 16px;
        font-size: 14px;
    }

    .legal-table td:first-child {
        width: 100%;
        max-width: none;
        border-right: none;
        border-bottom: 1px solid #eee5e7;
        background: #FDF3F5;
        padding-bottom: 8px;
    }

    .legal-table td:last-child {
        width: 100%;
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 16px;
    }

    .legal-table tr {
        border-bottom: 1px solid #eadfe2;
    }

    .legal-table tr:last-child {
        border-bottom: none;
    }

    .legal-box {
        padding: 17px 18px;
        font-size: 14px;
        line-height: 1.7;
    }
    
    
}/* Hücre iç boşlukları */
.legal-table td,
.legal-table th{
    padding:18px 24px !important;
}

/* Sol sütun */
.legal-table td:first-child{
    padding-left:28px !important;
}

/* Sağ sütun */
.legal-table td:last-child{
    padding-left:28px !important;
    padding-right:28px !important;
}

/* Başlık */
.legal-table th{
    padding:18px 28px !important;
}/* End custom CSS */