.attendance-results-panel {
  margin-top: 28px;
  border: 1px solid var(--line, #d7e2dc);
  border-radius: 20px;
  background: var(--panel, #fff);
  overflow: hidden;
}

.attendance-results-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid var(--line, #d7e2dc);
}

.attendance-results-toolbar h3,
.attendance-results-toolbar p { margin: 4px 0 0; }
.attendance-results-toolbar .eyebrow {
  color: var(--green, #08795b);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.attendance-results-scroll {
  overflow-x: auto;
  padding: 22px;
  background: #edf3f0;
}

.attendance-results-sheet {
  box-sizing: border-box;
  width: 794px;
  min-width: 794px;
  margin: 0 auto;
  padding: 44px 46px 26px;
  color: #111;
  background: #fff;
  box-shadow: 0 12px 30px rgb(15 50 38 / 10%);
  font-family: Georgia, "Times New Roman", serif;
}

.attendance-results-title h2 {
  margin: 0 0 28px;
  font-size: 20px;
  text-align: center;
  letter-spacing: .01em;
}

.attendance-result-section { margin-top: 18px; }
.attendance-result-section h3 {
  margin: 0;
  padding: 7px 10px;
  border: 1.5px solid #111;
  border-bottom: 0;
  background: #e9e9e9;
  font-size: 15px;
  text-align: center;
}

.attendance-result-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 10.5px;
}

.attendance-result-table th,
.attendance-result-table td {
  height: 24px;
  padding: 3px 5px;
  border: 1px solid #111;
  text-align: center;
  vertical-align: middle;
}

.attendance-result-table thead th { background: #f0f0f0; font-weight: 500; }
.attendance-result-table thead th:nth-child(1),
.attendance-result-table thead th:nth-child(5) { width: 16%; }
.attendance-result-table thead th:nth-child(2),
.attendance-result-table thead th:nth-child(3),
.attendance-result-table thead th:nth-child(6),
.attendance-result-table thead th:nth-child(7) { width: 10%; }
.attendance-result-table thead th:nth-child(4),
.attendance-result-table thead th:nth-child(8) { width: 14%; }
.attendance-result-table tbody th { text-align: left; font-weight: 500; }
.attendance-result-average-row th { font-weight: 700; text-align: right !important; }
.attendance-results-form-code { margin-top: 18px; font-size: 9px; }

@media (max-width: 720px) {
  .attendance-results-toolbar { align-items: stretch; flex-direction: column; padding: 18px; }
  .attendance-results-toolbar button { width: 100%; }
  .attendance-results-scroll { padding: 12px; }
}

@page attendance-results {
  size: A4 portrait;
  margin: 8mm;
}

@media print {
  body.printing-attendance-results { page: attendance-results; background: #fff !important; }
  body.printing-attendance-results > :not(#root) { display: none !important; }
  body.printing-attendance-results .product-sidebar,
  body.printing-attendance-results .product-topbar,
  body.printing-attendance-results .mobile-navigation,
  body.printing-attendance-results .page-context,
  body.printing-attendance-results .page:not(#dashboard),
  body.printing-attendance-results #dashboard > :not(.dashboard-attendance-section),
  body.printing-attendance-results .dashboard-attendance-section > :not(.attendance-results-panel),
  body.printing-attendance-results .attendance-results-toolbar { display: none !important; }
  body.printing-attendance-results #root,
  body.printing-attendance-results .product-shell,
  body.printing-attendance-results .product-main,
  body.printing-attendance-results #workspace-main,
  body.printing-attendance-results #dashboard,
  body.printing-attendance-results .dashboard-attendance-section,
  body.printing-attendance-results .attendance-results-panel,
  body.printing-attendance-results .attendance-results-scroll {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  body.printing-attendance-results .attendance-results-sheet {
    page: attendance-results;
    width: 194mm !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 6mm 8mm 4mm !important;
    color: #000 !important;
    box-shadow: none !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  body.printing-attendance-results .attendance-results-title h2 { margin-bottom: 7mm; font-size: 15pt; }
  body.printing-attendance-results .attendance-result-section { margin-top: 4mm; break-inside: avoid; }
  body.printing-attendance-results .attendance-result-section h3 { padding: 1.5mm; font-size: 10pt; }
  body.printing-attendance-results .attendance-result-table { font-size: 7.6pt; }
  body.printing-attendance-results .attendance-result-table th,
  body.printing-attendance-results .attendance-result-table td { height: 5.5mm; padding: .7mm 1mm; }
  body.printing-attendance-results .attendance-results-form-code { margin-top: 3mm; font-size: 7pt; }
}
