.transaction-flow {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.step-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.step-text {
  font-size: 0.875rem;
  color: white;
  opacity: 0.8;
}

.flow-arrow {
  color: white;
  font-size: 1.5rem;
  opacity: 0.7;
}
