/* SỬA CHỮA V1.8.5 — cross-platform release refinements. */
.ticket-card .status-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:7px 13px 7px 11px!important;
  gap:0!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.ticket-card .status-pill::before{
  width:7px!important;
  height:7px!important;
  margin:0 9px 0 0!important;
  flex:0 0 7px!important;
  opacity:1!important;
  box-shadow:
    0 0 0 3px color-mix(in srgb,currentColor 13%,transparent),
    0 0 9px color-mix(in srgb,currentColor 88%,transparent),
    0 0 16px color-mix(in srgb,currentColor 52%,transparent)!important;
}
@media(max-width:430px){
  .ticket-card .status-pill{
    min-height:36px!important;
    padding:7px 14px 7px 12px!important;
  }
  .ticket-card .status-pill::before{
    margin-right:10px!important;
  }
}
