/* Order workflow: label + icons inline (label to the left, icons to the right) */
.order-admin__workflow-group,
.order-workflow-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.order-admin__workflow-label,
.order-workflow-label {
  flex-shrink: 0;
  font-weight: 600;
}
