/* สไตล์เสริมที่ Tailwind CDN ทำไม่สะดวก */
html, body { height: 100%; }

/* org chart — เส้นเชื่อมระหว่างกล่อง */
.org-tree ul { position: relative; padding-left: 1.5rem; }
.org-tree li { position: relative; padding-top: 0.5rem; }
.org-tree ul > li::before {
  content: ""; position: absolute; left: -1rem; top: 0; bottom: 0;
  border-left: 1px solid #cbd5e1;
}
.org-tree ul > li:last-child::before { bottom: auto; height: 1.6rem; }
.org-tree ul > li::after {
  content: ""; position: absolute; left: -1rem; top: 1.6rem; width: 1rem;
  border-top: 1px solid #cbd5e1;
}

@media print {
  #sidebar, header, #sidebar-backdrop, .no-print { display: none !important; }
  main { max-width: none !important; padding: 0 !important; }
}
