/* ---------------------------------------------------------------
   Abant Döviz - KVKK yasal metin sayfaları
   Yalnızca /cerez-politikasi.php, /kamera-aydinlatma-metni.php ve
   /kvkk-basvuru-formu.php sayfalarında yüklenir. Ana sayfayı etkilemez.
   --------------------------------------------------------------- */

.abd-legal {
    padding: 50px 0 70px 0;
    background: #ffffff;
}

.abd-legal-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.75;
}

.abd-legal-head {
    border-bottom: 3px solid #fdc400;
    padding-bottom: 18px;
    margin-bottom: 34px;
    text-align: center;
}

.abd-legal-head h1 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    color: #282a2b;
    margin: 0;
    text-transform: none;
}

.abd-legal-head .abd-legal-firm {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #5a5a5a;
    margin-bottom: 8px;
}

.abd-legal-inner h2 {
    font-size: 18px;
    font-weight: 700;
    color: #282a2b;
    margin: 34px 0 12px 0;
    padding-left: 12px;
    border-left: 4px solid #fdc400;
    line-height: 1.4;
    text-transform: none;
}

.abd-legal-inner h3 {
    font-size: 16px;
    font-weight: 700;
    color: #282a2b;
    margin: 24px 0 10px 0;
    text-transform: none;
}

.abd-legal-inner p {
    margin: 0 0 14px 0;
    text-align: justify;
}

.abd-legal-inner ul,
.abd-legal-inner ol {
    margin: 0 0 16px 0;
    padding-left: 26px;
}

.abd-legal-inner li {
    margin-bottom: 9px;
    text-align: justify;
}

.abd-legal-inner strong {
    color: #282a2b;
    font-weight: 700;
}

.abd-legal-inner em {
    font-style: italic;
    color: #4a4a4a;
}

.abd-legal-inner a {
    color: #0b6ab8;
    text-decoration: underline;
    word-break: break-word;
}

.abd-legal-inner a:hover {
    color: #084d85;
}

/* Vurgulu bilgi kutusu */
.abd-legal-box {
    background: #fbf6e4;
    border-left: 4px solid #fdc400;
    padding: 16px 20px;
    margin: 0 0 20px 0;
    border-radius: 0 3px 3px 0;
}

.abd-legal-box p:last-child {
    margin-bottom: 0;
}

/* İletişim bilgileri bloğu */
.abd-legal-contact {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 20px 24px;
    margin-top: 34px;
    border-radius: 3px;
}

.abd-legal-contact h3 {
    margin-top: 0;
}

.abd-legal-contact p {
    margin-bottom: 7px;
    text-align: left;
}

/* İndirme / eylem butonu */
.abd-legal-download {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.abd-legal-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #282a2b;
    color: #ffffff;
    border: 2px solid #fdc400;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    transition: background .18s linear;
    cursor: pointer;
    font-family: 'Roboto', Arial, sans-serif;
}

.abd-legal-btn:hover,
.abd-legal-btn:focus {
    background: #3d3f40;
    color: #ffffff;
    text-decoration: none;
}

.abd-legal-btn .fa {
    margin-right: 9px;
}

/* Geri dön bağlantısı */
.abd-legal-back {
    margin-bottom: 24px;
    font-size: 14px;
}

.abd-legal-back a {
    color: #5a5a5a;
    text-decoration: none;
}

.abd-legal-back a:hover {
    color: #fdc400;
}

/* Güncelleme tarihi */
.abd-legal-date {
    margin-top: 30px;
    font-size: 13px;
    color: #8a8a8a;
    text-align: right;
    font-style: italic;
}

/* --- Başvuru formu tablosu --- */

.abd-form-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 24px 0;
    font-size: 14px;
}

.abd-form-table th,
.abd-form-table td {
    border: 1px solid #d8d8d8;
    padding: 11px 13px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
}

.abd-form-table thead th {
    background: #f0f0f0;
    font-weight: 700;
    color: #282a2b;
}

.abd-form-table tbody th {
    background: #fafafa;
    font-weight: 700;
    width: 22%;
}

.abd-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Doldurulacak alanlar */
.abd-form-fields {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.abd-form-fields li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 14px;
}

.abd-form-fields .abd-form-label {
    flex: 0 0 210px;
    font-weight: 500;
    color: #282a2b;
}

.abd-form-fields .abd-form-line {
    flex: 1 1 200px;
    border-bottom: 1px dotted #999999;
    min-height: 22px;
}

.abd-form-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.abd-form-checks li {
    margin-bottom: 11px;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.abd-form-checks li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #666666;
    background: #ffffff;
}

.abd-form-blank {
    border-bottom: 1px dotted #999999;
    height: 26px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .abd-legal {
        padding: 30px 0 50px 0;
    }

    .abd-legal-head h1 {
        font-size: 21px;
    }

    .abd-legal-inner {
        font-size: 14px;
    }

    .abd-legal-inner p,
    .abd-legal-inner li {
        text-align: left;
    }

    .abd-form-fields .abd-form-label {
        flex: 1 1 100%;
    }
}

/* Yazdırma */
@media print {

    .header,
    .header-fix,
    .mobil-header,
    .menu-navigation-dark-header-sub,
    .footer,
    .abd-legal-back,
    .abd-legal-download {
        display: none !important;
    }

    .abd-legal {
        padding: 0;
    }

    .abd-legal-inner {
        max-width: 100%;
        font-size: 11pt;
    }

    .abd-legal-inner h2 {
        page-break-after: avoid;
    }

    .abd-form-table {
        page-break-inside: avoid;
    }
}
