/* ============================================
   EKSrte A4 YAZDIR STİLİ
   ============================================ */

.ekstre-yazdir-icerik { display: none; }

@media print {
  .ekstre-yazdir-icerik {
    display: block;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 10.5pt;
    color: #1A2332;
    line-height: 1.5;
  }

  .ekstre-ust {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #2563EB;
    padding-bottom: 12pt;
    margin-bottom: 16pt;
  }

  .ekstre-firma h1 {
    font-size: 18pt;
    font-weight: 800;
    color: #2563EB;
    margin-bottom: 3pt;
  }

  .ekstre-firma p {
    font-size: 9pt;
    color: #5A6A7E;
    line-height: 1.4;
  }

  .ekstre-tarih-kap {
    text-align: right;
  }

  .ekstre-tarih-kap h2 {
    font-size: 13pt;
    font-weight: 700;
    color: #1A2332;
    margin-bottom: 4pt;
  }

  .ekstre-tarih-kap p {
    font-size: 9pt;
    color: #5A6A7E;
  }

  .ekstre-cari-bilgi {
    background: #F7F8FA;
    border: 1pt solid #E8ECF0;
    border-radius: 6pt;
    padding: 12pt 14pt;
    margin-bottom: 16pt;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8pt;
  }

  .ekstre-cari-bilgi-item {
    display: flex;
    flex-direction: column;
    gap: 2pt;
  }

  .ekstre-cari-bilgi-item span:first-child {
    font-size: 8.5pt;
    color: #96A4B4;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: 600;
  }

  .ekstre-cari-bilgi-item span:last-child {
    font-size: 10.5pt;
    font-weight: 600;
    color: #1A2332;
  }

  .ekstre-tablo {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16pt;
    font-size: 9.5pt;
  }

  .ekstre-tablo thead th {
    background: #2563EB;
    color: white;
    padding: 7pt 8pt;
    text-align: left;
    font-weight: 600;
    font-size: 8.5pt;
    letter-spacing: 0.3pt;
  }

  .ekstre-tablo thead th:last-child,
  .ekstre-tablo thead th:nth-last-child(2),
  .ekstre-tablo thead th:nth-last-child(3) {
    text-align: right;
  }

  .ekstre-tablo tbody tr:nth-child(even) td {
    background: #F7F8FA;
  }

  .ekstre-tablo tbody td {
    padding: 6pt 8pt;
    border-bottom: 0.5pt solid #E8ECF0;
    vertical-align: middle;
  }

  .ekstre-tablo tbody td:last-child,
  .ekstre-tablo tbody td:nth-last-child(2),
  .ekstre-tablo tbody td:nth-last-child(3) {
    text-align: right;
  }

  .ekstre-tablo tfoot td {
    padding: 8pt;
    font-weight: 700;
    font-size: 10pt;
    border-top: 1.5pt solid #1A2332;
  }

  .ekstre-tablo tfoot td:last-child,
  .ekstre-tablo tfoot td:nth-last-child(2),
  .ekstre-tablo tfoot td:nth-last-child(3) {
    text-align: right;
  }

  .onceki-bakiye-satir td {
    background: #EEF3FD !important;
    font-style: italic;
    color: #5A6A7E;
  }

  .ekstre-ozet {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16pt;
  }

  .ekstre-ozet-tablo {
    border: 1pt solid #E8ECF0;
    border-radius: 6pt;
    overflow: hidden;
    min-width: 260pt;
  }

  .ekstre-ozet-satir {
    display: flex;
    justify-content: space-between;
    padding: 7pt 12pt;
    border-bottom: 0.5pt solid #E8ECF0;
    font-size: 10pt;
  }

  .ekstre-ozet-satir:last-child {
    border-bottom: none;
  }

  .ekstre-ozet-satir span:first-child {
    color: #5A6A7E;
    font-weight: 500;
  }

  .ekstre-ozet-satir span:last-child {
    font-weight: 700;
  }

  .ozet-bakiye {
    background: #1A2332;
    color: white !important;
  }

  .ozet-bakiye span {
    color: white !important;
  }

  .ekstre-alt {
    border-top: 1pt solid #E8ECF0;
    padding-top: 8pt;
    display: flex;
    justify-content: space-between;
    font-size: 8pt;
    color: #96A4B4;
  }

  .para-borc-print { color: #DC2626; }
  .para-alacak-print { color: #059669; }
  .bakiye-borclu { color: #DC2626; }
  .bakiye-alacakli { color: #059669; }
}
