
/* V232 — New order form helper text.
   Desktop: show directly below phone lookup instruction.
   Mobile/tablet <=1100px: hide only the long create-order description. */

.v232-customer-search-help{
  display:block;
  width:100%;
  min-width:0;
}

.v232-order-create-description{
  display:block;
  margin-top:5px;
  padding-top:5px;
  border-top:1px dashed color-mix(in srgb,var(--border) 72%,transparent);
  font-size:11px;
  line-height:1.5;
  font-weight:500;
  color:var(--muted-foreground);
}

@media (max-width:1100px){
  .v232-order-create-description{
    display:none!important;
  }
}
