/* Customer detail actions for creating the first or an additional vehicle. */
.customer-empty-vehicle {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 145px;
  padding: 18px;
  border: 1px dashed #dfd2b8;
  border-radius: 12px;
  background: #fffcf5;
  text-align: center;
}
.customer-empty-vehicle .empty-state { margin: 0; color: var(--muted); }
.customer-empty-vehicle button { min-width: 150px; }
.customer-add-vehicle { background: #fff4d3; color: #704b00; }
#editorModal #customerPicker[readonly] { background: #f5f1e8; color: #6d6557; cursor: not-allowed; }
#masterListCard th:nth-child(3),
#masterListCard td:nth-child(3) {
  width: 260px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}
