/* V340 additions: gold bullets + numbered badges, without changing layout */
.zp-step{position:relative}
.zp-step ul{list-style:disc;margin:6px 0 0 18px;padding:0}
.zp-step ul li{color:var(--gold, #C7A146);}
.zp-step ul li::marker{color:var(--gold, #C7A146);}
.zp-num{position:absolute;top:-12px;left:12px;background:var(--gold, #C7A146);color:#000;
  width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;
  font-weight:800;font-size:.9rem;box-shadow:0 2px 6px rgba(0,0,0,.35)}
