
/* Only affect the scenario diagram */
#scenario_img .cluster-label foreignObject {
  width: 420px !important;
  height: auto !important;
  overflow: visible !important;
}

#scenario_img .cluster-label foreignObject > div {
  width: 420px !important;
  max-width: 420px !important;
  white-space: normal !important;   /* allow wrapping */
  line-height: 1.25 !important;
}

/* Keep the title a bit smaller so it needs fewer lines */
#scenario_img .cluster-label .nodeLabel,
#scenario_img .cluster-label p {
  font-size: 14px !important;
}


#scenario_img .cluster-label foreignObject {
  width: clamp(240px, 55vw, 520px) !important;
}

#scenario_img .cluster-label foreignObject > div {
  width: clamp(240px, 55vw, 520px) !important;
  max-width: clamp(240px, 55vw, 520px) !important;
}
