/* ==========================================================================
   PRINT & OFFICIAL REPORT STYLESHEET
   SD Negeri 3 Bungu - SiManis
   ========================================================================== */

@media print {
  body {
    background: white !important;
    color: black !important;
    font-size: 11pt;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 10mm;
  }

  .no-print, .sim-sidebar, .sim-topbar, .btn-sim, .sim-card-actions, .filter-bar {
    display: none !important;
  }

  .sim-main {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sim-card {
    border: none !important;
    box-shadow: none !important;
  }

  .sim-card-body {
    padding: 0 !important;
  }

  /* Kop Surat Resmi */
  .kop-surat {
    display: flex !important;
    align-items: center;
    border-bottom: 3px double #000;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
  }

  .kop-logo {
    width: 75px;
    height: 75px;
    margin-right: 15px;
  }

  .kop-text {
    flex: 1;
  }

  .kop-text h3 {
    font-size: 12pt;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
  }

  .kop-text h2 {
    font-size: 14pt;
    font-weight: bold;
    margin: 2px 0;
    text-transform: uppercase;
  }

  .kop-text p {
    font-size: 9pt;
    margin: 0;
    font-style: italic;
  }

  /* Table styling in print */
  table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 15px;
  }

  th, td {
    border: 1px solid #000 !important;
    padding: 6px 8px !important;
    font-size: 10pt !important;
  }

  th {
    background-color: #f2f2f2 !important;
    font-weight: bold !important;
    text-align: center !important;
  }

  /* Signature section */
  .tanda-tangan-grid {
    display: flex !important;
    justify-content: space-between;
    margin-top: 40px;
    page-break-inside: avoid;
  }

  .ttd-box {
    text-align: center;
    width: 250px;
  }

  .ttd-space {
    height: 70px;
  }

  .ttd-name {
    font-weight: bold;
    text-decoration: underline;
  }
}
