.kcx-flow-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kcx-flow-widget svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.kcx-flow-widget .kcx-flow-icon svg,
.kcx-flow-widget .kcx-flow-icon i {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.kcx-flow-widget .kcx-flow-fo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.kcx-flow-widget .kcx-flow-fo svg,
.kcx-flow-widget .kcx-flow-fo i {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
}
