/* Retter-Portal v1.3.0 – inventory status and service vehicle polish. */

@media (min-width:761px) and (max-width:1180px),
       (min-width:1181px) and (max-width:1366px) and (hover:none) and (pointer:coarse){
  /* Stable status chip even with Safari page zoom at 85%. */
  html body .content .inventory-table td:nth-child(4){
    min-width:118px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
    vertical-align:middle!important;
  }
  html body .content .inventory-table td:nth-child(4) .status{
    display:inline-grid!important;
    place-items:center!important;
    width:max-content!important;
    min-width:88px!important;
    max-width:108px!important;
    min-height:34px!important;
    height:34px!important;
    margin:0!important;
    padding:0 12px!important;
    border-radius:999px!important;
    font-size:.73rem!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  html body .content .service-vehicle-builder{
    min-width:0!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  html body .content .service-vehicle-builder .incident-vehicle-row,
  html body .content .service-vehicle-builder .incident-vehicle-row-head,
  html body .content .service-vehicle-builder .incident-vehicle-meta-grid{
    min-width:0!important;
    max-width:100%!important;
  }
}
