
/* V243 — Print order: seller name comes from the actual order's sales employee. */
.v243-order-seller-name{
  margin-top:4px;
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  color:var(--foreground);
  text-align:center;
  word-break:break-word;
}
@media print{
  .v243-order-seller-name{
    font-size:11px!important;
    line-height:1.25!important;
    margin-top:3px!important;
  }
}
