@media print {
  #published-estimate .md\:hidden { display: none !important; }
  #published-estimate .hidden.md\:block { display: block !important; }
  #published-estimate .sticky { position: static !important; }
  #published-estimate .page-container { max-width: none; padding: 0; }
  #published-estimate .shadow,
  #published-estimate .shadow-lg { box-shadow: none; }
  #published-estimate table { width: 100%; }
  #published-estimate th,
  #published-estimate td {
    white-space: normal;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #published-estimate thead tr:first-child th:first-child { width: 28px; }
  #published-estimate thead tr:first-child th:nth-child(2) { width: 150px; }
  #published-estimate thead tr:first-child th:last-child { width: 64px; }
  #published-estimate tr { break-inside: avoid; }
  #published-estimate .truncate {
    white-space: normal;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }
}
