/* style.css - Standar Laporan Kekancan */
body { font-family: Arial, sans-serif; margin: 0; padding: 10px; color: #333; }
@page { size: A4; margin: 1cm; }

/* KOP SEKOLAH */
.kop-container { width: 100%; border-collapse: collapse; }
.kop-container td { border: none; vertical-align: middle; }
.logo-cell { width: 85px; text-align: left; }
.logo-img { max-height: 80px; width: auto; display: block; }
.text-cell { text-align: center; padding-right: 85px; } /* Penyeimbang agar teks center murni */
.nama-sekolah { font-size: 22px; font-weight: bold; margin: 0; text-transform: uppercase; color: #000; line-height: 1.2; }
.info-sekolah { font-size: 11px; margin-top: 5px; color: #444; line-height: 1.4; }
.garis-kop { border-bottom: 3px double #000; margin-top: 10px; margin-bottom: 20px; }

/* TABEL DATA */
table.report-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
table.report-table th { background: #f5f5f5; border: 1px solid #000; padding: 8px; font-size: 12px; }
table.report-table td { border: 1px solid #000; padding: 8px; font-size: 12px; }

/* UTILITY */
.text-center { text-align: center; }
.bold { font-weight: bold; }
.summary-box { margin-top: 20px; padding: 15px; background: #fcfcfc; border: 1px solid #ddd; font-size: 13px; }

/* TANDA TANGAN */
.footer-sign { width: 100%; margin-top: 50px; border-collapse: collapse; }
.footer-sign td { border: none; text-align: center; width: 50%; vertical-align: top; font-size: 13px; }