@import url("guide-editorial-shared.css");

/* Stain matching guide — workflow rail */
.guide-page--stain .stain-flow-rail {
  margin-top: 8px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.guide-page--stain .stain-flow-step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}
.guide-page--stain .stain-flow-step:last-child {
  margin-bottom: 0;
}
.guide-page--stain .stain-flow-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #111;
  background: var(--oak);
}
.guide-page--stain .stain-flow-copy strong {
  display: block;
  color: var(--text);
  font-size: 0.88rem;
  margin-bottom: 4px;
}
.guide-page--stain .stain-flow-copy span {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}
