
/* V248 — Mobile Orders:
   Current status text must always stay on ONE line before opening selector. */
@media(max-width:1100px){
  .v193-order-mobile-card .v231-order-status-trigger,
  .v246-order-mobile-card .v231-order-status-trigger{
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    min-width:0!important;
  }

  .v193-order-mobile-card .v231-order-status-trigger > span,
  .v246-order-mobile-card .v231-order-status-trigger > span{
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.2!important;
  }

  .v193-order-mobile-card .v231-order-status-trigger svg,
  .v246-order-mobile-card .v231-order-status-trigger svg{
    flex:0 0 auto!important;
  }

  .v193-order-mobile-card .v231-order-status-readonly,
  .v246-order-mobile-card .v231-order-status-readonly{
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
