.wl-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 8px 0;
}
.wl-end { font-size: 14px; color: #6b7a8d; }
.wl-end b { color: #25323f; font-size: 18px; letter-spacing: 1px; }
.wl-arrow { font-size: 22px; color: #4d96ff; }
.wl-path {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 10px 0;
  min-height: 30px;
}
.wl-step {
  background: #eef3f9;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #25323f;
}
.wl-step.cur { background: #4d96ff; color: #fff; }
.wl-input {
  padding: 10px 12px;
  font-size: 18px;
  border: 2px solid #cdd6e2;
  border-radius: 10px;
  width: 150px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
