/* V17.7.4.236 — Assembly Tags Print Action Panel ACTUAL DOM FIX.
   Previous builds targeted non-existent #labelsTagPanel. This asset targets
   the real panel: [data-labels-panel="tags"]. */
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-wrap{
  width:100%!important;
  margin:4px 0 6px!important;
  padding:0!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:5px 10px!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 152px!important;
  grid-template-rows:40px!important;
  align-items:center!important;
  column-gap:12px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .copy{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .copy h3{
  margin:0 0 1px!important;
  padding:0!important;
  font-size:11px!important;
  line-height:12px!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .copy p{
  margin:0!important;
  padding:0!important;
  font-size:8.5px!important;
  line-height:10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .labels-output-actions{
  position:static!important;
  width:152px!important;
  min-width:152px!important;
  max-width:152px!important;
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:72px 72px!important;
  grid-template-rows:30px!important;
  grid-auto-flow:column!important;
  gap:8px!important;
  align-items:center!important;
  justify-items:stretch!important;
  justify-content:end!important;
  align-self:center!important;
  overflow:hidden!important;
}
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .labels-output-actions > #labelsPrintTagSelected,
#view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .labels-output-actions > #labelsPreviewTagSelected{
  position:static!important;
  float:none!important;
  flex:none!important;
  display:block!important;
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  margin:0!important;
  padding:0!important;
  line-height:28px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  align-self:center!important;
}
@media(max-width:760px){
  #view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card{
    grid-template-columns:minmax(0,1fr) 152px!important;
    height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
  }
  #view-labels-qr [data-labels-panel="tags"] .labels-tag-print-card > .copy p{
    white-space:nowrap!important;
  }
}
