.sg-mini-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.35rem 0 1.45rem;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: #101a2b;
  color: #f8efe0;
  box-shadow: 0 0.7rem 1.6rem rgba(27, 16, 42, 0.16);
}

.sg-mini-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(248, 239, 224, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.sg-mini-flow i {
  color: #b994ff;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 520px) {
  .sg-mini-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .sg-mini-flow span {
    width: 100%;
    min-width: 0;
  }

  .sg-mini-flow i {
    text-align: center;
    transform: rotate(90deg);
  }
}
