/* Fluxograma: layout e responsividade */
.fluxograma-wrapper {
  display: flex;
  justify-content: center;
}

.fluxograma-hint {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 8px;
}

#fluxograma-svg {
  width: 75%;
  height: auto;
}