/* Loaded after workflows-board.css on /embed/* — fixes icon sizing and node column layout */

.workflow-embed-canvas .react-flow__node .flex.flex-col.justify-end {
  justify-content: flex-start;
}

/* SVG assets (e.g. pause.svg) have large intrinsic dimensions */
.workflow-embed-canvas .custom-node-inner img,
.workflow-embed-canvas .m-4 img {
  width: 1.75rem !important;
  height: 1.75rem !important;
  max-width: 1.75rem !important;
  max-height: 1.75rem !important;
  object-fit: contain;
}

.workflow-embed-canvas h5 {
  font-size: 0.6rem;
  line-height: 1rem;
  font-weight: 600;
}
