/* ===== ss-v64-report-print-style ===== */

  /* Preview surface cleanup for non-questionnaire reports */
  #export-container[data-export-kind="grades"],
  #export-container.ss-v64-report-preview{
    background:#fff!important;
    color:#0f172a!important;
  }
  #export-container[data-export-kind="grades"] .formal-header,
  #export-container.ss-v64-report-preview .formal-header{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    align-items:center!important;
    gap:6mm!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 6mm!important;
    padding:0 0 4mm!important;
    border-bottom:2px solid #0f172a!important;
    direction:rtl!important;
    box-sizing:border-box!important;
  }
  #export-container[data-export-kind="grades"] .header-side,
  #export-container.ss-v64-report-preview .header-side,
  #export-container[data-export-kind="grades"] .header-center,
  #export-container.ss-v64-report-preview .header-center{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  #export-container[data-export-kind="grades"] .header-center,
  #export-container.ss-v64-report-preview .header-center{text-align:center!important;}
  #export-container[data-export-kind="grades"] .header-left-side,
  #export-container.ss-v64-report-preview .header-left-side{text-align:left!important;}
  #export-container[data-export-kind="grades"] .header-logo-img,
  #export-container.ss-v64-report-preview .header-logo-img{max-height:18mm!important;max-width:22mm!important;object-fit:contain!important;margin:0 auto 1.5mm!important;display:block!important;}
  #export-container[data-export-kind="grades"] table,
  #export-container.ss-v64-report-preview table{
    width:100%!important;
    max-width:100%!important;
    border-collapse:collapse!important;
    table-layout:fixed!important;
    direction:rtl!important;
    margin:0!important;
    border:1.2px solid #334155!important;
  }
  #export-container[data-export-kind="grades"] th,
  #export-container[data-export-kind="grades"] td,
  #export-container.ss-v64-report-preview th,
  #export-container.ss-v64-report-preview td{
    border:1px solid #94a3b8!important;
    background:#fff!important;
    color:#0f172a!important;
    text-align:center!important;
    vertical-align:middle!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    line-height:1.25!important;
  }
  #export-container[data-export-kind="grades"] th,
  #export-container.ss-v64-report-preview th{background:#e8eef7!important;font-weight:950!important;}
