/* ── WAREHOUSE CARD ORDER INFO ── */
.wh-card-order, .wh-card-date, .wh-card-master {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #94a3b8;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wh-card-order svg, .wh-card-date svg, .wh-card-master svg {
  flex-shrink: 0;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}

.wh-card-order {
  color: #6366f1;
  font-weight: 500;
}

.wh-card-master {
  color: #10b981;
  font-weight: 500;
}

.wh-card-date {
  color: #94a3b8;
  font-weight: 400;
}