.crm-ship-ladder {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
  padding: 10px 12px;
  font-size: 13px;
}
.crm-ship-ladder-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #4b5563;
}
.crm-ship-ladder-head strong {
  color: #111827;
}
.crm-ship-ladder-due {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #92400e;
}
.crm-ship-ladder-due strong {
  color: #78350f;
  font-size: 15px;
}
.crm-ship-step {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 6px;
}
.crm-ship-step:last-child {
  margin-bottom: 0;
}
.crm-ship-step--active {
  border-color: #93c5fd;
  background: #eff6ff;
}
.crm-ship-step--collect {
  border-color: #fcd34d;
  background: #fffbeb;
}
.crm-ship-step--submitted {
  border-color: #fdba74;
  background: #fff7ed;
}
.crm-ship-step--paid {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.crm-ship-step--locked {
  opacity: 0.72;
  background: #f9fafb;
}
.crm-ship-step--hold {
  border-color: #fecaca;
  background: #fef2f2;
}
.crm-ship-step-title {
  font-weight: 700;
  color: #111827;
  font-size: 13px;
}
.crm-ship-step-meta {
  font-size: 11px;
  color: #6b7280;
  margin-top: 3px;
  line-height: 1.4;
}
.crm-ship-step-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}
.crm-ship-pill {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.crm-ship-pill.ready { background: #dbeafe; color: #1d4ed8; }
.crm-ship-pill.collect { background: #fef3c7; color: #92400e; }
.crm-ship-pill.submitted { background: #ffedd5; color: #c2410c; }
.crm-ship-pill.paid { background: #dcfce7; color: #166534; }
.crm-ship-pill.locked { background: #f3f4f6; color: #6b7280; }
.crm-ship-pill.hold { background: #fee2e2; color: #b91c1c; }
.crm-ship-pill.shipped { background: #e0e7ff; color: #3730a3; }
.crm-ship-order-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.crm-ship-order-head {
  margin-bottom: 10px;
}
.crm-ship-order-head strong {
  font-size: 15px;
  color: #111827;
}
.crm-ship-order-sub {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
  line-height: 1.45;
}
.crm-ship-mini {
  font-size: 12px;
  color: #4b5563;
  line-height: 1.45;
}
.crm-ship-mini strong {
  color: #111827;
}
.crm-ship-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

@media (max-width: 640px) {
  .crm-ship-step {
    flex-direction: column;
    align-items: stretch;
  }
  .crm-ship-step-side {
    align-items: flex-start;
  }
}
