/* T-Go v1.0.4m - no auto-refresh CSS; print cleanup for standalone generated #number badges only */
@media print{
  .tgo-print-hide-hash-number,
  [data-tgo-print-hide-hash-number="1"],
  [data-tgo-print-force-hide-hash="1"],
  .tgo-card-row-number,
  [data-tgo-generated-row-no="1"],
  .debug-badge,
  .internal-id-badge,
  .screen-only-id{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    max-width:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
  }
  .tgo-row-numbered-card[data-tgo-numbered-pad="1"]{padding-top:0!important;}
}
