/* ===============================
   GENEL
================================ */
@page {
    size: A4;
    margin: 20mm 18mm 20mm 18mm;
}

body {
    font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

h1 {
    font-size: 15px;
    margin: 6px 0 6px 0;
}

h2 {
    font-size: 13px;
    margin: 10px 0 6px 0;
}

strong {
    font-size: 10px;
}

/* ===============================
   TABLOLAR – ASIL KRİTİK KISIM
================================ */
table {
    width: 100%;
    border-collapse: collapse;   /* PDF için şart */
    margin-bottom: 10px;
}

td {
    border: 1px solid #888;      /* ÇERÇEVE */
    padding: 4px 5px;
    vertical-align: top;
    font-size: 11px;
}

/* Başlık satırları */
th {
    border: 1px solid #888;
    padding: 4px;
    font-size: 11px;
    text-align: left;
}

/* ===============================
   KOMPETENZ TABLOLARI
================================ */
table td:nth-child(2),
table td:nth-child(3) {
    text-align: center;
    width: 40px;
}

/* ===============================
   İMZA ALANI
================================ */
.signature-table td {
    border: none;
    padding-top: 20px;
}

/* ===============================
   LOGO
================================ */
img {
    display: block;
    margin-bottom: 6px;
}

/* ===============================
   SAYFA TAŞMASINI ENGELLE
================================ */
table, tr, td {
    page-break-inside: avoid;
}

/* Başlıklar yeni sayfaya yalnız düşmesin */
h1, h2 {
    page-break-after: avoid;
}