/* DailyKaam Laundry — customer UI */
.ld-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(16, 24, 40, 0.06);
}
.ld-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  font-weight: 600;
  transition: transform 0.15s, background 0.2s;
}
.ld-btn-primary { background: #226296; color: #fff; }
.ld-btn-primary:hover { background: #1a4d76; }
.ld-btn-accent { background: #4caf50; color: #fff; }
.ld-btn-accent:hover { background: #3d9140; }
.ld-qty-btn {
  width: 32px; height: 32px; border-radius: 8px;
  border: 1px solid #d1d5db; background: #fff; font-weight: 700;
}
